{
  "components": {
    "parameters": {
      "crs": {
        "description": "reproject the output to the given crs",
        "explode": true,
        "in": "query",
        "name": "crs",
        "required": false,
        "schema": {
          "type": "string"
        },
        "style": "form"
      },
      "f": {
        "description": "The optional f parameter indicates the output format that the server shall provide as part of the response document.  The default format is JSON.",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "default": "json",
          "enum": [
            "json",
            "html"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-coverageTile": {
        "description": "The format of the coverage tile response (e.g. tiff). Accepted values are 'tiff' (GeoTIFF), 'netcdf', or 'png'.",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "tiff",
            "netcdf",
            "png"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-html-json": {
        "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
        "example": "json",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "json",
            "html"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-json": {
        "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
        "example": "json",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-mapTile": {
        "description": "The format of the map tile response (e.g. png). Accepted values are 'png', 'jpg' or 'tiff' (GeoTIFF).",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "png",
            "jpg",
            "tiff"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-metadata": {
        "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "json",
            "html"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-style": {
        "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
        "example": "mapbox",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "mapbox",
            "sld10",
            "sld11"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "f-vectorTile": {
        "description": "The format of the vector tile response (e.g. json). Accepted value is 'mvt' (Mapbox Vector Tiles)",
        "explode": false,
        "in": "query",
        "name": "f",
        "required": false,
        "schema": {
          "enum": [
            "mvt"
          ],
          "type": "string"
        },
        "style": "form"
      },
      "resourceId": {
        "description": "Local identifier of a symbol resource. \\\nA list of all available resource can be found\nunder the /resources path.",
        "in": "path",
        "name": "resourceId",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "styleId": {
        "description": "Local identifier of a style. \\\nA list of all available styles can be found\nunder the /styles path.",
        "in": "path",
        "name": "styleId",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "subset": {
        "description": "Retrieve only part of the data by slicing or trimming along one or more axis\nFor trimming: {axisAbbrev}({low}:{high}) (preserves dimensionality)\n   An asterisk (`*`) can be used instead of {low} or {high} to indicate the minimum/maximum value.\nFor slicing:  {axisAbbrev}({value})      (reduces dimensionality)\n",
        "explode": false,
        "in": "query",
        "name": "subset",
        "required": false,
        "schema": {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "style": "form"
      },
      "subset-crs": {
        "description": "crs for the specified subset",
        "explode": true,
        "in": "query",
        "name": "subset-crs",
        "required": false,
        "schema": {
          "type": "string"
        },
        "style": "form"
      },
      "tileCol": {
        "description": "Column index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
        "example": 15,
        "in": "path",
        "name": "tileCol",
        "required": true,
        "schema": {
          "minimum": 0,
          "type": "integer"
        }
      },
      "tileMatrix": {
        "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. For example,\nIreland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
        "example": "5",
        "in": "path",
        "name": "tileMatrix",
        "required": true,
        "schema": {
          "type": "string"
        }
      },
      "tileMatrixSetId": {
        "allowEmptyValue": false,
        "description": "Identifier for a supported TileMatrixSet",
        "in": "path",
        "name": "tileMatrixSetId",
        "required": true,
        "schema": {
          "enum": [
            "NetherlandsRDNewQuad",
            "EuropeanETRS89_LAEAQuad",
            "WebMercatorQuad"
          ],
          "type": "string"
        }
      },
      "tileRow": {
        "description": "Row index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
        "example": 10,
        "in": "path",
        "name": "tileRow",
        "required": true,
        "schema": {
          "minimum": 0,
          "type": "integer"
        }
      },
      "validate": {
        "description": "(part of conformance class 'style-validation') \\\n'yes' creates a new style after successful validation\nand returns 400, if validation fails,\n'no' creates the style without validation and\n'only' just validates the style without creating a\nnew style and returns 400, if validation fails,\notherwise 204.",
        "example": "only",
        "explode": false,
        "in": "query",
        "name": "validate",
        "required": false,
        "schema": {
          "enum": [
            "yes",
            "no",
            "only"
          ],
          "type": "string"
        },
        "style": "form"
      }
    },
    "responses": {
      "200": {
        "description": "General Success response.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "400": {
        "content": {
          "application/problem+json": {
            "schema": {
              "description": "JSON schema for exceptions based on RFC 7807",
              "properties": {
                "detail": {
                  "description": "A human-readable explanation specific to this occurrence of the problem.",
                  "type": "string"
                },
                "instance": {
                  "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                  "type": "string"
                },
                "status": {
                  "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                  "type": "integer"
                },
                "title": {
                  "description": "A short, human-readable summary of the problem type.",
                  "type": "string"
                },
                "type": {
                  "description": "A URI reference that identifies the problem type.",
                  "type": "string"
                }
              },
              "required": [
                "title"
              ],
              "type": "object"
            }
          }
        },
        "description": "Bad request: For example, invalid or unknown query parameters.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "404": {
        "content": {
          "application/problem+json": {
            "schema": {
              "description": "JSON schema for exceptions based on RFC 7807",
              "properties": {
                "detail": {
                  "description": "A human-readable explanation specific to this occurrence of the problem.",
                  "type": "string"
                },
                "instance": {
                  "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                  "type": "string"
                },
                "status": {
                  "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                  "type": "integer"
                },
                "title": {
                  "description": "A short, human-readable summary of the problem type.",
                  "type": "string"
                },
                "type": {
                  "description": "A URI reference that identifies the problem type.",
                  "type": "string"
                }
              },
              "required": [
                "title"
              ],
              "type": "object"
            }
          }
        },
        "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "406": {
        "content": {
          "application/problem+json": {
            "schema": {
              "description": "JSON schema for exceptions based on RFC 7807",
              "properties": {
                "detail": {
                  "description": "A human-readable explanation specific to this occurrence of the problem.",
                  "type": "string"
                },
                "instance": {
                  "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                  "type": "string"
                },
                "status": {
                  "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                  "type": "integer"
                },
                "title": {
                  "description": "A short, human-readable summary of the problem type.",
                  "type": "string"
                },
                "type": {
                  "description": "A URI reference that identifies the problem type.",
                  "type": "string"
                }
              },
              "required": [
                "title"
              ],
              "type": "object"
            }
          }
        },
        "description": "Not acceptable: The requested media type is not supported by this resource.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "500": {
        "content": {
          "application/problem+json": {
            "schema": {
              "description": "JSON schema for exceptions based on RFC 7807",
              "properties": {
                "detail": {
                  "description": "A human-readable explanation specific to this occurrence of the problem.",
                  "type": "string"
                },
                "instance": {
                  "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                  "type": "string"
                },
                "status": {
                  "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                  "type": "integer"
                },
                "title": {
                  "description": "A short, human-readable summary of the problem type.",
                  "type": "string"
                },
                "type": {
                  "description": "A URI reference that identifies the problem type.",
                  "type": "string"
                }
              },
              "required": [
                "title"
              ],
              "type": "object"
            }
          }
        },
        "description": "Internal server error: An unexpected server error occurred.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "502": {
        "content": {
          "application/problem+json": {
            "schema": {
              "description": "JSON schema for exceptions based on RFC 7807",
              "properties": {
                "detail": {
                  "description": "A human-readable explanation specific to this occurrence of the problem.",
                  "type": "string"
                },
                "instance": {
                  "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                  "type": "string"
                },
                "status": {
                  "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                  "type": "integer"
                },
                "title": {
                  "description": "A short, human-readable summary of the problem type.",
                  "type": "string"
                },
                "type": {
                  "description": "A URI reference that identifies the problem type.",
                  "type": "string"
                }
              },
              "required": [
                "title"
              ],
              "type": "object"
            }
          }
        },
        "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "API": {
        "content": {
          "application/vnd.oai.openapi+json;version=3.0": {
            "schema": {
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "The OpenAPI definition of the API.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "ConformanceDeclaration": {
        "content": {
          "application/json": {
            "example": {
              "conformsTo": [
                "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
                "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landingPage",
                "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30",
                "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html",
                "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json"
              ]
            },
            "schema": {
              "properties": {
                "conformsTo": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "conformsTo"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "The URIs of all conformance classes supported by the server.\n\nTo support \"generic\" clients that want to access multiple\nOGC API Features implementations - and not \"just\" a specific\nAPI / server, the server declares the conformance\nclasses it implements and conforms to.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "CoverageTile": {
        "content": {
          "application/netcdf": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          },
          "image/tiff; application=geotiff": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          }
        },
        "description": "A coverage tile returned as a response.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "EmptyTile": {
        "description": "No data available for this tile.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "Enumeration": {
        "content": {
          "application/json": {
            "schema": {
              "properties": {
                "enum": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "type": {
                  "enum": [
                    "enum"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "type",
                "enum"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "An enumerated list of valid string values for API parameters.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "LandingPage": {
        "content": {
          "application/json": {
            "schema": {
              "properties": {
                "description": {
                  "type": "string"
                },
                "links": {
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "title": {
                  "type": "string"
                }
              },
              "required": [
                "links"
              ],
              "type": "object"
            }
          },
          "application/vnd.oai.openapi+json;version=3.0": {
            "schema": {
              "properties": {
                "description": {
                  "type": "string"
                },
                "links": {
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "title": {
                  "type": "string"
                }
              },
              "required": [
                "links"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "The landing page provides links to the API definition\n(link relations `service-desc` and `service-doc`),\nand the Conformance declaration (path `/conformance`,\nlink relation `conformance`).",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "MapTile": {
        "content": {
          "image/jpeg": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          },
          "image/png": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          },
          "image/tiff; application=geotiff": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          }
        },
        "description": "A map tile image returned as a response.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "TileMatrixSet": {
        "content": {
          "application/json": {
            "schema": {
              "description": "A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use, as an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.",
              "properties": {
                "boundingBox": {
                  "allOf": [
                    {
                      "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
                    },
                    {
                      "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                      "properties": {
                        "crs": {
                          "oneOf": [
                            {
                              "description": "Simplification of the object into a url if the other properties are not present",
                              "type": "string"
                            },
                            {
                              "oneOf": [
                                {
                                  "properties": {
                                    "uri": {
                                      "description": "Reference to one coordinate reference system (CRS)",
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "uri"
                                  ]
                                },
                                {
                                  "properties": {
                                    "wkt": {
                                      "allOf": [
                                        {
                                          "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                        },
                                        {
                                          "type": "object"
                                        }
                                      ]
                                    }
                                  },
                                  "required": [
                                    "wkt"
                                  ]
                                },
                                {
                                  "properties": {
                                    "referenceSystem": {
                                      "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "referenceSystem"
                                  ]
                                }
                              ],
                              "type": "object"
                            }
                          ]
                        },
                        "lowerLeft": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "orderedAxes": {
                          "items": {
                            "type": "string"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "upperRight": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        }
                      },
                      "required": [
                        "lowerLeft",
                        "upperRight"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "crs": {
                  "allOf": [
                    {
                      "description": "Coordinate Reference System (CRS)"
                    },
                    {
                      "oneOf": [
                        {
                          "description": "Simplification of the object into a url if the other properties are not present",
                          "type": "string"
                        },
                        {
                          "oneOf": [
                            {
                              "properties": {
                                "uri": {
                                  "description": "Reference to one coordinate reference system (CRS)",
                                  "format": "uri",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "uri"
                              ]
                            },
                            {
                              "properties": {
                                "wkt": {
                                  "allOf": [
                                    {
                                      "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                    },
                                    {
                                      "type": "object"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "wkt"
                              ]
                            },
                            {
                              "properties": {
                                "referenceSystem": {
                                  "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                  "type": "object"
                                }
                              },
                              "required": [
                                "referenceSystem"
                              ]
                            }
                          ],
                          "type": "object"
                        }
                      ]
                    }
                  ]
                },
                "description": {
                  "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                  "type": "string"
                },
                "id": {
                  "description": "Tile matrix set identifier. Implementation of 'identifier'",
                  "type": "string"
                },
                "keywords": {
                  "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "orderedAxes": {
                  "items": {
                    "type": "string"
                  },
                  "minItems": 1,
                  "type": "array"
                },
                "tileMatrices": {
                  "description": "Describes scale levels and its tile matrices",
                  "items": {
                    "description": "A tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.",
                    "properties": {
                      "cellSize": {
                        "description": "Cell size of this tile matrix",
                        "type": "number"
                      },
                      "cornerOfOrigin": {
                        "default": "topLeft",
                        "description": "The corner of the tile matrix (_topLeft_ or _bottomLeft_) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.",
                        "enum": [
                          "topLeft",
                          "bottomLeft"
                        ],
                        "type": "string"
                      },
                      "description": {
                        "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                        "type": "string"
                      },
                      "id": {
                        "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'",
                        "type": "string"
                      },
                      "keywords": {
                        "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset",
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "matrixHeight": {
                        "description": "Width of the matrix (number of tiles in width)",
                        "format": "integer",
                        "minimum": 1,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "matrixWidth": {
                        "description": "Height of the matrix (number of tiles in height)",
                        "format": "integer",
                        "minimum": 1,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "pointOfOrigin": {
                        "allOf": [
                          {
                            "description": "Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist."
                          },
                          {
                            "description": "A 2D Point in the CRS indicated elsewhere",
                            "items": {
                              "type": "number"
                            },
                            "maxItems": 2,
                            "minItems": 2,
                            "type": "array"
                          }
                        ]
                      },
                      "scaleDenominator": {
                        "description": "Scale denominator of this tile matrix",
                        "type": "number"
                      },
                      "tileHeight": {
                        "description": "Height of each tile of this tile matrix in pixels",
                        "format": "integer",
                        "minimum": 1,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "tileWidth": {
                        "description": "Width of each tile of this tile matrix in pixels",
                        "format": "integer",
                        "minimum": 1,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "title": {
                        "description": "Title of this tile matrix, normally used for display to a human",
                        "type": "string"
                      },
                      "variableMatrixWidths": {
                        "description": "Describes the rows that has variable matrix width",
                        "items": {
                          "description": "Variable Matrix Width data structure",
                          "properties": {
                            "coalesce": {
                              "description": "Number of tiles in width that coalesce in a single tile for these rows",
                              "format": "integer",
                              "minimum": 2,
                              "multipleOf": 1,
                              "type": "number"
                            },
                            "maxTileRow": {
                              "description": "Last tile row where the coalescence factor applies for this tilematrix",
                              "format": "integer",
                              "minimum": 0,
                              "multipleOf": 1,
                              "type": "number"
                            },
                            "minTileRow": {
                              "description": "First tile row where the coalescence factor applies for this tilematrix",
                              "format": "integer",
                              "minimum": 0,
                              "multipleOf": 1,
                              "type": "number"
                            }
                          },
                          "required": [
                            "coalesce",
                            "minTileRow",
                            "maxTileRow"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "id",
                      "scaleDenominator",
                      "cellSize",
                      "pointOfOrigin",
                      "tileWidth",
                      "tileHeight",
                      "matrixWidth",
                      "matrixHeight"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "title": {
                  "description": "Title of this tile matrix set, normally used for display to a human",
                  "type": "string"
                },
                "uri": {
                  "description": "Reference to an official source for this tileMatrixSet",
                  "format": "uri",
                  "type": "string"
                },
                "wellKnownScaleSet": {
                  "description": "Reference to a well-known scale set",
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "crs",
                "tileMatrices"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "tile matrix set",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "TileMatrixSetsList": {
        "content": {
          "application/json": {
            "schema": {
              "properties": {
                "tileMatrixSets": {
                  "items": {
                    "description": "A minimal tile matrix set element for use within a list of tile matrix sets linking to a full definition.",
                    "properties": {
                      "crs": {
                        "allOf": [
                          {
                            "description": "Coordinate Reference System (CRS)"
                          },
                          {
                            "oneOf": [
                              {
                                "description": "Simplification of the object into a url if the other properties are not present",
                                "type": "string"
                              },
                              {
                                "oneOf": [
                                  {
                                    "properties": {
                                      "uri": {
                                        "description": "Reference to one coordinate reference system (CRS)",
                                        "format": "uri",
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "uri"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "wkt": {
                                        "allOf": [
                                          {
                                            "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                          },
                                          {
                                            "type": "object"
                                          }
                                        ]
                                      }
                                    },
                                    "required": [
                                      "wkt"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "referenceSystem": {
                                        "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "referenceSystem"
                                    ]
                                  }
                                ],
                                "type": "object"
                              }
                            ]
                          }
                        ]
                      },
                      "id": {
                        "description": "Optional local tile matrix set identifier, e.g. for use as unspecified `{tileMatrixSetId}` parameter. Implementation of 'identifier'",
                        "type": "string"
                      },
                      "links": {
                        "description": "Links to related resources. A 'self' link to the tile matrix set definition is required.",
                        "items": {
                          "properties": {
                            "href": {
                              "description": "Supplies the URI to a remote resource (or resource fragment).",
                              "example": "http://data.example.com/buildings/123",
                              "type": "string"
                            },
                            "hreflang": {
                              "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                              "example": "en",
                              "type": "string"
                            },
                            "length": {
                              "type": "integer"
                            },
                            "rel": {
                              "description": "The type or semantics of the relation.",
                              "example": "alternate",
                              "type": "string"
                            },
                            "templated": {
                              "description": "This flag set to true if the link is a URL template.",
                              "type": "boolean"
                            },
                            "title": {
                              "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                              "type": "string"
                            },
                            "type": {
                              "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                              "type": "string"
                            },
                            "varBase": {
                              "description": "A base path to retrieve semantic information about the variables used in URL template.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "href",
                            "rel"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "title": {
                        "description": "Title of this tile matrix set, normally used for display to a human",
                        "type": "string"
                      },
                      "uri": {
                        "description": "Reference to an official source for this tileMatrixSet",
                        "format": "uri",
                        "type": "string"
                      }
                    },
                    "required": [
                      "links"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "List of tile matrix sets (tiling schemes).",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "TileSet": {
        "content": {
          "application/json": {
            "schema": {
              "description": "A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet',  or a link with 'rel' http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme",
              "properties": {
                "accessConstraints": {
                  "default": "unclassified",
                  "description": "Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set",
                  "enum": [
                    "unclassified",
                    "restricted",
                    "confidential",
                    "secret",
                    "topSecret"
                  ],
                  "type": "string"
                },
                "attribution": {
                  "description": "Short reference to recognize the author or provider",
                  "type": "string"
                },
                "boundingBox": {
                  "allOf": [
                    {
                      "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
                    },
                    {
                      "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                      "properties": {
                        "crs": {
                          "oneOf": [
                            {
                              "description": "Simplification of the object into a url if the other properties are not present",
                              "type": "string"
                            },
                            {
                              "oneOf": [
                                {
                                  "properties": {
                                    "uri": {
                                      "description": "Reference to one coordinate reference system (CRS)",
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "uri"
                                  ]
                                },
                                {
                                  "properties": {
                                    "wkt": {
                                      "allOf": [
                                        {
                                          "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                        },
                                        {
                                          "type": "object"
                                        }
                                      ]
                                    }
                                  },
                                  "required": [
                                    "wkt"
                                  ]
                                },
                                {
                                  "properties": {
                                    "referenceSystem": {
                                      "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "referenceSystem"
                                  ]
                                }
                              ],
                              "type": "object"
                            }
                          ]
                        },
                        "lowerLeft": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "orderedAxes": {
                          "items": {
                            "type": "string"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "upperRight": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        }
                      },
                      "required": [
                        "lowerLeft",
                        "upperRight"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "centerPoint": {
                  "allOf": [
                    {
                      "description": "Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface"
                    },
                    {
                      "properties": {
                        "cellSize": {
                          "description": "Cell size of the tile matrix selected",
                          "type": "number"
                        },
                        "coordinates": {
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "crs": {
                          "allOf": [
                            {
                              "description": "Coordinate Reference System (CRS) of the coordinates"
                            },
                            {
                              "oneOf": [
                                {
                                  "description": "Simplification of the object into a url if the other properties are not present",
                                  "type": "string"
                                },
                                {
                                  "oneOf": [
                                    {
                                      "properties": {
                                        "uri": {
                                          "description": "Reference to one coordinate reference system (CRS)",
                                          "format": "uri",
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "uri"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "wkt": {
                                          "allOf": [
                                            {
                                              "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                            },
                                            {
                                              "type": "object"
                                            }
                                          ]
                                        }
                                      },
                                      "required": [
                                        "wkt"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "referenceSystem": {
                                          "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "referenceSystem"
                                      ]
                                    }
                                  ],
                                  "type": "object"
                                }
                              ]
                            }
                          ]
                        },
                        "scaleDenominator": {
                          "description": "Scale denominator of the tile matrix selected",
                          "type": "number"
                        },
                        "tileMatrix": {
                          "description": "TileMatrix identifier associated with the scaleDenominator",
                          "type": "string"
                        }
                      },
                      "required": [
                        "coordinates"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "created": {
                  "allOf": [
                    {
                      "description": "When the Tile Set was first produced"
                    },
                    {
                      "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                      "example": "2017-08-17T08:05:32Z",
                      "format": "date-time",
                      "type": "string"
                    }
                  ]
                },
                "crs": {
                  "allOf": [
                    {
                      "description": "Coordinate Reference System (CRS)"
                    },
                    {
                      "oneOf": [
                        {
                          "description": "Simplification of the object into a url if the other properties are not present",
                          "type": "string"
                        },
                        {
                          "oneOf": [
                            {
                              "properties": {
                                "uri": {
                                  "description": "Reference to one coordinate reference system (CRS)",
                                  "format": "uri",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "uri"
                              ]
                            },
                            {
                              "properties": {
                                "wkt": {
                                  "allOf": [
                                    {
                                      "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                    },
                                    {
                                      "type": "object"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "wkt"
                              ]
                            },
                            {
                              "properties": {
                                "referenceSystem": {
                                  "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                  "type": "object"
                                }
                              },
                              "required": [
                                "referenceSystem"
                              ]
                            }
                          ],
                          "type": "object"
                        }
                      ]
                    }
                  ]
                },
                "dataType": {
                  "allOf": [
                    {
                      "description": "Type of data represented in the tileset"
                    },
                    {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "enum": [
                            "map",
                            "vector",
                            "coverage"
                          ],
                          "type": "string"
                        }
                      ]
                    }
                  ]
                },
                "description": {
                  "description": "Brief narrative description of this tile set",
                  "type": "string"
                },
                "epoch": {
                  "description": "Epoch of the Coordinate Reference System (CRS)",
                  "type": "number"
                },
                "keywords": {
                  "description": "keywords about this tileset",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "layers": {
                  "items": {
                    "properties": {
                      "attribution": {
                        "description": "Short reference to recognize the author or provider",
                        "type": "string"
                      },
                      "boundingBox": {
                        "allOf": [
                          {
                            "description": "Minimum bounding rectangle surrounding the layer"
                          },
                          {
                            "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                            "properties": {
                              "crs": {
                                "oneOf": [
                                  {
                                    "description": "Simplification of the object into a url if the other properties are not present",
                                    "type": "string"
                                  },
                                  {
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "uri": {
                                            "description": "Reference to one coordinate reference system (CRS)",
                                            "format": "uri",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "uri"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "wkt": {
                                            "allOf": [
                                              {
                                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                              },
                                              {
                                                "type": "object"
                                              }
                                            ]
                                          }
                                        },
                                        "required": [
                                          "wkt"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "referenceSystem": {
                                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                            "type": "object"
                                          }
                                        },
                                        "required": [
                                          "referenceSystem"
                                        ]
                                      }
                                    ],
                                    "type": "object"
                                  }
                                ]
                              },
                              "lowerLeft": {
                                "description": "A 2D Point in the CRS indicated elsewhere",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 2,
                                "minItems": 2,
                                "type": "array"
                              },
                              "orderedAxes": {
                                "items": {
                                  "type": "string"
                                },
                                "maxItems": 2,
                                "minItems": 2,
                                "type": "array"
                              },
                              "upperRight": {
                                "description": "A 2D Point in the CRS indicated elsewhere",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 2,
                                "minItems": 2,
                                "type": "array"
                              }
                            },
                            "required": [
                              "lowerLeft",
                              "upperRight"
                            ],
                            "type": "object"
                          }
                        ]
                      },
                      "created": {
                        "allOf": [
                          {
                            "description": "When the layer was first produced"
                          },
                          {
                            "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                            "example": "2017-08-17T08:05:32Z",
                            "format": "date-time",
                            "type": "string"
                          }
                        ]
                      },
                      "crs": {
                        "allOf": [
                          {
                            "description": "Coordinate Reference System (CRS)"
                          },
                          {
                            "oneOf": [
                              {
                                "description": "Simplification of the object into a url if the other properties are not present",
                                "type": "string"
                              },
                              {
                                "oneOf": [
                                  {
                                    "properties": {
                                      "uri": {
                                        "description": "Reference to one coordinate reference system (CRS)",
                                        "format": "uri",
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "uri"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "wkt": {
                                        "allOf": [
                                          {
                                            "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                          },
                                          {
                                            "type": "object"
                                          }
                                        ]
                                      }
                                    },
                                    "required": [
                                      "wkt"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "referenceSystem": {
                                        "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "referenceSystem"
                                    ]
                                  }
                                ],
                                "type": "object"
                              }
                            ]
                          }
                        ]
                      },
                      "dataType": {
                        "allOf": [
                          {
                            "description": "Type of data represented in the layer"
                          },
                          {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "enum": [
                                  "map",
                                  "vector",
                                  "coverage"
                                ],
                                "type": "string"
                              }
                            ]
                          }
                        ]
                      },
                      "description": {
                        "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                        "type": "string"
                      },
                      "epoch": {
                        "description": "Epoch of the Coordinate Reference System (CRS)",
                        "type": "number"
                      },
                      "featureType": {
                        "description": "Feature type identifier. Only applicable to layers of datatype 'geometries'",
                        "type": "string"
                      },
                      "geoDataClasses": {
                        "description": "URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)",
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "geometryDimension": {
                        "description": "The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown",
                        "maximum": 3,
                        "minimum": 0,
                        "type": "integer"
                      },
                      "id": {
                        "description": "Unique identifier of the Layer. Implementation of 'identifier'",
                        "type": "string"
                      },
                      "keywords": {
                        "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer",
                        "type": "string"
                      },
                      "license": {
                        "description": "License applicable to the tiles",
                        "type": "string"
                      },
                      "links": {
                        "description": "Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data.",
                        "items": {
                          "properties": {
                            "href": {
                              "description": "Supplies the URI to a remote resource (or resource fragment).",
                              "example": "http://data.example.com/buildings/123",
                              "type": "string"
                            },
                            "hreflang": {
                              "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                              "example": "en",
                              "type": "string"
                            },
                            "length": {
                              "type": "integer"
                            },
                            "rel": {
                              "description": "The type or semantics of the relation.",
                              "example": "alternate",
                              "type": "string"
                            },
                            "templated": {
                              "description": "This flag set to true if the link is a URL template.",
                              "type": "boolean"
                            },
                            "title": {
                              "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                              "type": "string"
                            },
                            "type": {
                              "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                              "type": "string"
                            },
                            "varBase": {
                              "description": "A base path to retrieve semantic information about the variables used in URL template.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "href",
                            "rel"
                          ],
                          "type": "object"
                        },
                        "minItems": 1,
                        "type": "array"
                      },
                      "maxCellSize": {
                        "description": "Maximum cell size for usage of the layer",
                        "type": "number"
                      },
                      "maxScaleDenominator": {
                        "description": "Maximum scale denominator for usage of the layer",
                        "type": "number"
                      },
                      "maxTileMatrix": {
                        "description": "TileMatrix identifier associated with the minScaleDenominator",
                        "type": "string"
                      },
                      "minCellSize": {
                        "description": "Minimum cell size for usage of the layer",
                        "type": "number"
                      },
                      "minScaleDenominator": {
                        "description": "Minimum scale denominator for usage of the layer",
                        "type": "number"
                      },
                      "minTileMatrix": {
                        "description": "TileMatrix identifier associated with the maxScaleDenominator",
                        "type": "string"
                      },
                      "pointOfContact": {
                        "description": "Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address,  phone numbers, etc)",
                        "type": "string"
                      },
                      "propertiesSchema": {
                        "allOf": [
                          {
                            "description": "Properties represented by the features in this layer. Can be the attributes of a feature dataset (datatype=geometries) or the rangeType of a coverage (datatype=coverage)"
                          },
                          {
                            "description": "Attributes of the features or rangetypes of a coverage. Defined by a subset of the JSON Schema for the properties of a feature",
                            "properties": {
                              "properties": {
                                "additionalProperties": {
                                  "description": "No property names are defined but any property name they should be described by JSON Schema. So 'additionalProperties' implements 'name'.",
                                  "properties": {
                                    "contentMediaType": {
                                      "description": "Implements 'mediaType'",
                                      "type": "string"
                                    },
                                    "description": {
                                      "description": "Implements 'description'",
                                      "type": "string"
                                    },
                                    "enum": {
                                      "description": "Implements 'acceptedValues'",
                                      "items": {},
                                      "minItems": 1,
                                      "type": "array",
                                      "uniqueItems": true
                                    },
                                    "exclusiveMaximum": {
                                      "description": "Implements 'range'",
                                      "type": "number"
                                    },
                                    "exclusiveMinimum": {
                                      "description": "Implements 'range'",
                                      "type": "number"
                                    },
                                    "format": {
                                      "description": "Complements implementation of 'type'",
                                      "type": "string"
                                    },
                                    "maxItems": {
                                      "description": "Implements 'upperMultiplicity'",
                                      "minimum": 0,
                                      "type": "integer"
                                    },
                                    "maximum": {
                                      "description": "Implements 'range'",
                                      "type": "number"
                                    },
                                    "minItems": {
                                      "default": 0,
                                      "description": "Implements 'lowerMultiplicity'",
                                      "minimum": 0,
                                      "type": "integer"
                                    },
                                    "minimum": {
                                      "description": "Implements 'range'",
                                      "type": "number"
                                    },
                                    "observedProperty": {
                                      "type": "string"
                                    },
                                    "observedPropertyURI": {
                                      "format": "uri",
                                      "type": "string"
                                    },
                                    "pattern": {
                                      "format": "regex",
                                      "type": "string"
                                    },
                                    "title": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "enum": [
                                        "array",
                                        "boolean",
                                        "integer",
                                        "null",
                                        "number",
                                        "object",
                                        "string"
                                      ],
                                      "type": "string"
                                    },
                                    "uom": {
                                      "type": "string"
                                    },
                                    "uomURI": {
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "type": "object"
                                },
                                "default": {},
                                "type": "object"
                              },
                              "required": {
                                "description": "Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'",
                                "items": {
                                  "type": "string"
                                },
                                "minItems": 1,
                                "type": "array"
                              },
                              "type": {
                                "enum": [
                                  "object"
                                ],
                                "type": "string"
                              }
                            },
                            "required": [
                              "type",
                              "properties"
                            ],
                            "type": "object"
                          }
                        ]
                      },
                      "publisher": {
                        "description": "Organization or individual responsible for making the layer available",
                        "type": "string"
                      },
                      "style": {
                        "allOf": [
                          {
                            "description": "Style used to generate the layer in the tileset"
                          },
                          {
                            "properties": {
                              "description": {
                                "description": "Brief narrative description of this style",
                                "type": "string"
                              },
                              "id": {
                                "description": "An identifier for this style. Implementation of 'identifier'",
                                "type": "string"
                              },
                              "keywords": {
                                "description": "keywords about this style",
                                "items": {
                                  "type": "string"
                                },
                                "type": "array"
                              },
                              "links": {
                                "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                                "items": {
                                  "properties": {
                                    "href": {
                                      "description": "Supplies the URI to a remote resource (or resource fragment).",
                                      "example": "http://data.example.com/buildings/123",
                                      "type": "string"
                                    },
                                    "hreflang": {
                                      "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                      "example": "en",
                                      "type": "string"
                                    },
                                    "length": {
                                      "type": "integer"
                                    },
                                    "rel": {
                                      "description": "The type or semantics of the relation.",
                                      "example": "alternate",
                                      "type": "string"
                                    },
                                    "templated": {
                                      "description": "This flag set to true if the link is a URL template.",
                                      "type": "boolean"
                                    },
                                    "title": {
                                      "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                      "type": "string"
                                    },
                                    "type": {
                                      "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                      "type": "string"
                                    },
                                    "varBase": {
                                      "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "href",
                                    "rel"
                                  ],
                                  "type": "object"
                                },
                                "minItems": 1,
                                "type": "array"
                              },
                              "title": {
                                "description": "A title for this style",
                                "type": "string"
                              }
                            },
                            "required": [
                              "id"
                            ],
                            "type": "object"
                          }
                        ]
                      },
                      "theme": {
                        "description": "Category where the layer can be grouped",
                        "type": "string"
                      },
                      "title": {
                        "description": "Title of this tile matrix set, normally used for display to a human",
                        "type": "string"
                      },
                      "updated": {
                        "allOf": [
                          {
                            "description": "Last layer change/revision"
                          },
                          {
                            "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                            "example": "2017-08-17T08:05:32Z",
                            "format": "date-time",
                            "type": "string"
                          }
                        ]
                      }
                    },
                    "required": [
                      "id",
                      "dataType"
                    ],
                    "type": "object"
                  },
                  "minItems": 1,
                  "type": "array"
                },
                "license": {
                  "description": "License applicable to the tiles",
                  "type": "string"
                },
                "links": {
                  "description": "Links to related resources. Possible link 'rel' values are: 'http://www.opengis.net/def/rel/ogc/1.0/dataset' for a URL pointing to the dataset, 'item' for a URL template to get a tile; 'alternate' for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' for a definition of the TileMatrixSet; 'http://www.opengis.net/def/rel/ogc/1.0/geodata' for pointing to a single collection (if the tileset represents a single collection)",
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "mediaTypes": {
                  "description": "Media types available for the tiles",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "pointOfContact": {
                  "description": "Useful information to contact the authors or custodians for the Tile Set",
                  "type": "string"
                },
                "style": {
                  "allOf": [
                    {
                      "description": "Style involving all layers used to generate the tileset"
                    },
                    {
                      "properties": {
                        "description": {
                          "description": "Brief narrative description of this style",
                          "type": "string"
                        },
                        "id": {
                          "description": "An identifier for this style. Implementation of 'identifier'",
                          "type": "string"
                        },
                        "keywords": {
                          "description": "keywords about this style",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "links": {
                          "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                          "items": {
                            "properties": {
                              "href": {
                                "description": "Supplies the URI to a remote resource (or resource fragment).",
                                "example": "http://data.example.com/buildings/123",
                                "type": "string"
                              },
                              "hreflang": {
                                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                "example": "en",
                                "type": "string"
                              },
                              "length": {
                                "type": "integer"
                              },
                              "rel": {
                                "description": "The type or semantics of the relation.",
                                "example": "alternate",
                                "type": "string"
                              },
                              "templated": {
                                "description": "This flag set to true if the link is a URL template.",
                                "type": "boolean"
                              },
                              "title": {
                                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                "type": "string"
                              },
                              "type": {
                                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                "type": "string"
                              },
                              "varBase": {
                                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                "type": "string"
                              }
                            },
                            "required": [
                              "href",
                              "rel"
                            ],
                            "type": "object"
                          },
                          "minItems": 1,
                          "type": "array"
                        },
                        "title": {
                          "description": "A title for this style",
                          "type": "string"
                        }
                      },
                      "required": [
                        "id"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "tileMatrixSetLimits": {
                  "description": "Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all",
                  "items": {
                    "description": "The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard",
                    "properties": {
                      "maxTileCol": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "maxTileRow": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "minTileCol": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "minTileRow": {
                        "minimum": 0,
                        "type": "integer"
                      },
                      "tileMatrix": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "tileMatrix",
                      "minTileRow",
                      "maxTileRow",
                      "minTileCol",
                      "maxTileCol"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "tileMatrixSetURI": {
                  "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
                  "format": "uri",
                  "type": "string"
                },
                "title": {
                  "description": "A title for this tileset",
                  "type": "string"
                },
                "updated": {
                  "allOf": [
                    {
                      "description": "Last Tile Set change/revision"
                    },
                    {
                      "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                      "example": "2017-08-17T08:05:32Z",
                      "format": "date-time",
                      "type": "string"
                    }
                  ]
                },
                "version": {
                  "description": "Version of the Tile Set. Changes if the data behind the tiles has been changed",
                  "type": "string"
                }
              },
              "required": [
                "dataType",
                "crs",
                "links"
              ],
              "type": "object"
            }
          },
          "application/vnd.mapbox.tile+json": {
            "schema": {
              "properties": {
                "attribution": {
                  "type": "string"
                },
                "bounds": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "center": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "crs": {
                  "type": "string"
                },
                "data": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "description": {
                  "type": "string"
                },
                "extent": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "grids": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "legend": {
                  "type": "string"
                },
                "maxzoom": {
                  "maximum": 30,
                  "minimum": 0,
                  "type": "integer"
                },
                "minzoom": {
                  "maximum": 30,
                  "minimum": 0,
                  "type": "integer"
                },
                "name": {
                  "type": "string"
                },
                "profile": {
                  "type": "string"
                },
                "proj4": {
                  "type": "string"
                },
                "scheme": {
                  "type": "string"
                },
                "template": {
                  "type": "string"
                },
                "tile_matrix": {
                  "items": {
                    "properties": {
                      "extent": {
                        "items": {
                          "type": "number"
                        },
                        "type": "array"
                      },
                      "id": {
                        "type": "string"
                      },
                      "origin": {
                        "items": {
                          "type": "number"
                        },
                        "type": "array"
                      },
                      "pixel_size": {
                        "items": {
                          "type": "number"
                        },
                        "type": "array"
                      },
                      "scale_denominator": {
                        "type": "number"
                      },
                      "tile_size": {
                        "items": {
                          "type": "number"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                },
                "tilejson": {
                  "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
                  "type": "string"
                },
                "tiles": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "version": {
                  "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
                  "type": "string"
                }
              },
              "required": [
                "tilejson",
                "tiles"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "Description of the tileset",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "TileSetsList": {
        "content": {
          "application/json": {
            "schema": {
              "properties": {
                "links": {
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "tilesets": {
                  "items": {
                    "description": "A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.",
                    "properties": {
                      "crs": {
                        "allOf": [
                          {
                            "description": "Coordinate Reference System (CRS)"
                          },
                          {
                            "oneOf": [
                              {
                                "description": "Simplification of the object into a url if the other properties are not present",
                                "type": "string"
                              },
                              {
                                "oneOf": [
                                  {
                                    "properties": {
                                      "uri": {
                                        "description": "Reference to one coordinate reference system (CRS)",
                                        "format": "uri",
                                        "type": "string"
                                      }
                                    },
                                    "required": [
                                      "uri"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "wkt": {
                                        "allOf": [
                                          {
                                            "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                          },
                                          {
                                            "type": "object"
                                          }
                                        ]
                                      }
                                    },
                                    "required": [
                                      "wkt"
                                    ]
                                  },
                                  {
                                    "properties": {
                                      "referenceSystem": {
                                        "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                        "type": "object"
                                      }
                                    },
                                    "required": [
                                      "referenceSystem"
                                    ]
                                  }
                                ],
                                "type": "object"
                              }
                            ]
                          }
                        ]
                      },
                      "dataType": {
                        "allOf": [
                          {
                            "description": "Type of data represented in the tileset"
                          },
                          {
                            "anyOf": [
                              {
                                "type": "string"
                              },
                              {
                                "enum": [
                                  "map",
                                  "vector",
                                  "coverage"
                                ],
                                "type": "string"
                              }
                            ]
                          }
                        ]
                      },
                      "links": {
                        "description": "Links to related resources. A 'self' link to the tileset as well as a 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' link to a definition of the TileMatrixSet are required.",
                        "items": {
                          "properties": {
                            "href": {
                              "description": "Supplies the URI to a remote resource (or resource fragment).",
                              "example": "http://data.example.com/buildings/123",
                              "type": "string"
                            },
                            "hreflang": {
                              "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                              "example": "en",
                              "type": "string"
                            },
                            "length": {
                              "type": "integer"
                            },
                            "rel": {
                              "description": "The type or semantics of the relation.",
                              "example": "alternate",
                              "type": "string"
                            },
                            "templated": {
                              "description": "This flag set to true if the link is a URL template.",
                              "type": "boolean"
                            },
                            "title": {
                              "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                              "type": "string"
                            },
                            "type": {
                              "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                              "type": "string"
                            },
                            "varBase": {
                              "description": "A base path to retrieve semantic information about the variables used in URL template.",
                              "type": "string"
                            }
                          },
                          "required": [
                            "href",
                            "rel"
                          ],
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "tileMatrixSetURI": {
                        "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
                        "format": "uri",
                        "type": "string"
                      },
                      "title": {
                        "description": "A title for this tileset",
                        "type": "string"
                      }
                    },
                    "required": [
                      "dataType",
                      "links",
                      "crs"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "tilesets"
              ],
              "type": "object"
            }
          },
          "text/html": {
            "schema": {
              "type": "string"
            }
          }
        },
        "description": "List of available tilesets.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      },
      "VectorTile": {
        "content": {
          "application/vnd.mapbox-vector-tile": {
            "schema": {
              "format": "binary",
              "type": "string"
            }
          }
        },
        "description": "A vector tile returned as a response.",
        "headers": {
          "API-Version": {
            "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
            "schema": {
              "example": "1.0.0",
              "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
              "type": "string"
            },
            "example": "1.0.0"
          }
        }
      }
    },
    "schemas": {
      "1": {
        "properties": {
          "description": {
            "description": "Brief narrative description of this style",
            "type": "string"
          },
          "id": {
            "description": "An identifier for this style. Implementation of 'identifier'",
            "type": "string"
          },
          "keywords": {
            "description": "keywords about this style",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "links": {
            "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "minItems": 1,
            "type": "array"
          },
          "title": {
            "description": "A title for this style",
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "2DBoundingBox": {
        "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
        "properties": {
          "crs": {
            "oneOf": [
              {
                "description": "Simplification of the object into a url if the other properties are not present",
                "type": "string"
              },
              {
                "oneOf": [
                  {
                    "properties": {
                      "uri": {
                        "description": "Reference to one coordinate reference system (CRS)",
                        "format": "uri",
                        "type": "string"
                      }
                    },
                    "required": [
                      "uri"
                    ]
                  },
                  {
                    "properties": {
                      "wkt": {
                        "allOf": [
                          {
                            "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                          },
                          {
                            "type": "object"
                          }
                        ]
                      }
                    },
                    "required": [
                      "wkt"
                    ]
                  },
                  {
                    "properties": {
                      "referenceSystem": {
                        "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                        "type": "object"
                      }
                    },
                    "required": [
                      "referenceSystem"
                    ]
                  }
                ],
                "type": "object"
              }
            ]
          },
          "lowerLeft": {
            "description": "A 2D Point in the CRS indicated elsewhere",
            "items": {
              "type": "number"
            },
            "maxItems": 2,
            "minItems": 2,
            "type": "array"
          },
          "orderedAxes": {
            "items": {
              "type": "string"
            },
            "maxItems": 2,
            "minItems": 2,
            "type": "array"
          },
          "upperRight": {
            "description": "A 2D Point in the CRS indicated elsewhere",
            "items": {
              "type": "number"
            },
            "maxItems": 2,
            "minItems": 2,
            "type": "array"
          }
        },
        "required": [
          "lowerLeft",
          "upperRight"
        ],
        "type": "object"
      },
      "2DPoint": {
        "description": "A 2D Point in the CRS indicated elsewhere",
        "items": {
          "type": "number"
        },
        "maxItems": 2,
        "minItems": 2,
        "type": "array"
      },
      "bitmap": {
        "example": "M-^IPNG^M^Z^@^@^@^MIHDR^@^@^@^C^@^@^@^C^H^B^@^@^@?J\"?^@^@^@  pHYs^@^@^K^R^@^@^K^R^A??~?^@^@^@^PIDATxM-^\\cM-^X??^OA^LXX^@?^O1M-^K??A^@^@^@^@IEND?B`M-^B",
        "format": "binary",
        "type": "string"
      },
      "confClasses": {
        "properties": {
          "conformsTo": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "required": [
          "conformsTo"
        ],
        "type": "object"
      },
      "crs": {
        "oneOf": [
          {
            "description": "Simplification of the object into a url if the other properties are not present",
            "type": "string"
          },
          {
            "oneOf": [
              {
                "properties": {
                  "uri": {
                    "description": "Reference to one coordinate reference system (CRS)",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "uri"
                ]
              },
              {
                "properties": {
                  "wkt": {
                    "allOf": [
                      {
                        "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                      },
                      {
                        "type": "object"
                      }
                    ]
                  }
                },
                "required": [
                  "wkt"
                ]
              },
              {
                "properties": {
                  "referenceSystem": {
                    "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                    "type": "object"
                  }
                },
                "required": [
                  "referenceSystem"
                ]
              }
            ],
            "type": "object"
          }
        ]
      },
      "dataType": {
        "anyOf": [
          {
            "type": "string"
          },
          {
            "enum": [
              "map",
              "vector",
              "coverage"
            ],
            "type": "string"
          }
        ]
      },
      "dates": {
        "example": {
          "creation": "2019-01-01T10:05:00Z",
          "publication": "2019-01-01T11:05:00Z",
          "receivedOn": "2019-02-01T11:05:00Z",
          "revision": "2019-02-01T11:05:00Z",
          "validTill": "2019-02-01T11:05:00Z"
        },
        "nullable": true,
        "properties": {
          "creation": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "publication": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "receivedOn": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "revision": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "validTill": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          }
        },
        "type": "object"
      },
      "enumeration": {
        "properties": {
          "enum": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "type": {
            "enum": [
              "enum"
            ],
            "type": "string"
          }
        },
        "required": [
          "type",
          "enum"
        ],
        "type": "object"
      },
      "exception": {
        "description": "JSON schema for exceptions based on RFC 7807",
        "properties": {
          "detail": {
            "description": "A human-readable explanation specific to this occurrence of the problem.",
            "type": "string"
          },
          "instance": {
            "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
            "type": "string"
          },
          "status": {
            "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
            "type": "integer"
          },
          "title": {
            "description": "A short, human-readable summary of the problem type.",
            "type": "string"
          },
          "type": {
            "description": "A URI reference that identifies the problem type.",
            "type": "string"
          }
        },
        "required": [
          "title"
        ],
        "type": "object"
      },
      "landingPage": {
        "properties": {
          "description": {
            "type": "string"
          },
          "links": {
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "title": {
            "type": "string"
          }
        },
        "required": [
          "links"
        ],
        "type": "object"
      },
      "layers-array": {
        "properties": {
          "id": {
            "example": "1",
            "type": "string"
          },
          "layout": {
            "type": "object"
          },
          "paint": {
            "properties": {
              "fill-color": {
                "example": "#11083b",
                "type": "string"
              }
            },
            "type": "object"
          },
          "source": {
            "example": "daraa",
            "type": "string"
          },
          "source-layer": {
            "example": "vegetationsrf",
            "type": "string"
          },
          "type": {
            "enum": [
              "fill",
              "line",
              "symbol",
              "circle",
              "heatmap",
              "fill-extrusion",
              "raster",
              "hillshade",
              "background"
            ],
            "example": "fill",
            "type": "string"
          }
        },
        "required": [
          "id",
          "type"
        ],
        "type": "object"
      },
      "link": {
        "properties": {
          "href": {
            "description": "Supplies the URI to a remote resource (or resource fragment).",
            "example": "http://data.example.com/buildings/123",
            "type": "string"
          },
          "hreflang": {
            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
            "example": "en",
            "type": "string"
          },
          "length": {
            "type": "integer"
          },
          "rel": {
            "description": "The type or semantics of the relation.",
            "example": "alternate",
            "type": "string"
          },
          "templated": {
            "description": "This flag set to true if the link is a URL template.",
            "type": "boolean"
          },
          "title": {
            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
            "type": "string"
          },
          "type": {
            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
            "type": "string"
          },
          "varBase": {
            "description": "A base path to retrieve semantic information about the variables used in URL template.",
            "type": "string"
          }
        },
        "required": [
          "href",
          "rel"
        ],
        "type": "object"
      },
      "mb-sprite-index": {
        "additionalProperties": {
          "properties": {
            "height": {
              "example": 32,
              "type": "integer"
            },
            "pixelRatio": {
              "example": 1,
              "type": "number"
            },
            "width": {
              "example": 32,
              "type": "integer"
            },
            "x": {
              "example": 0,
              "type": "integer"
            },
            "y": {
              "example": 0,
              "type": "integer"
            }
          },
          "required": [
            "width",
            "height",
            "x",
            "y",
            "pixelRatio"
          ],
          "type": "object"
        },
        "type": "object"
      },
      "mb-sprite-index-symbol": {
        "properties": {
          "height": {
            "example": 32,
            "type": "integer"
          },
          "pixelRatio": {
            "example": 1,
            "type": "number"
          },
          "width": {
            "example": 32,
            "type": "integer"
          },
          "x": {
            "example": 0,
            "type": "integer"
          },
          "y": {
            "example": 0,
            "type": "integer"
          }
        },
        "required": [
          "width",
          "height",
          "x",
          "y",
          "pixelRatio"
        ],
        "type": "object"
      },
      "mb-style": {
        "properties": {
          "glyphs": {
            "example": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
            "type": "string"
          },
          "layers": {
            "items": {
              "properties": {
                "id": {
                  "example": "1",
                  "type": "string"
                },
                "layout": {
                  "type": "object"
                },
                "paint": {
                  "properties": {
                    "fill-color": {
                      "example": "#11083b",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "source": {
                  "example": "daraa",
                  "type": "string"
                },
                "source-layer": {
                  "example": "vegetationsrf",
                  "type": "string"
                },
                "type": {
                  "enum": [
                    "fill",
                    "line",
                    "symbol",
                    "circle",
                    "heatmap",
                    "fill-extrusion",
                    "raster",
                    "hillshade",
                    "background"
                  ],
                  "example": "fill",
                  "type": "string"
                }
              },
              "required": [
                "id",
                "type"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "name": {
            "example": "night",
            "type": "string"
          },
          "sources": {
            "properties": {
              "daraa": {
                "properties": {
                  "type": {
                    "example": "vector",
                    "type": "string"
                  },
                  "url": {
                    "example": "https://services.interactive-instruments.de/vtp/daraa/tiles/default/{z}/{y}/{x}?f=mvt",
                    "type": "string"
                  }
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "sprite": {
            "example": "http://vtp2018.s3-eu-west-1.amazonaws.com/static/mapstorestyle/sprites/sprites",
            "type": "string"
          },
          "version": {
            "example": 8,
            "type": "number"
          }
        },
        "required": [
          "layers",
          "sources",
          "version"
        ],
        "type": "object"
      },
      "queryable": {
        "discriminator": {
          "mapping": {
            "boolean": "queryable-boolean",
            "date": "queryable-date",
            "dateTime": "queryable-dateTime",
            "enum": "queryable-enum",
            "integer": "queryable-number",
            "number": "queryable-number",
            "string": "queryable-string",
            "uri": "queryable-string"
          },
          "propertyName": "type"
        },
        "nullable": true,
        "properties": {
          "description": {
            "description": "a description of the property",
            "nullable": true,
            "type": "string"
          },
          "id": {
            "description": "the property name for use in expressions",
            "nullable": true,
            "type": "string"
          },
          "mediaTypes": {
            "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
            "items": {
              "type": "string"
            },
            "nullable": true,
            "type": "array"
          },
          "required": {
            "default": false,
            "description": "indicator whether the property is always present in features",
            "nullable": true,
            "type": "boolean"
          },
          "title": {
            "description": "the title of the property for presentation to a human user",
            "nullable": true,
            "type": "string"
          },
          "type": {
            "description": "the data type of the property",
            "enum": [
              "string",
              "uri",
              "enum",
              "number",
              "integer",
              "date",
              "dateTime",
              "boolean"
            ],
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "id",
          "type"
        ],
        "type": "object"
      },
      "queryable-boolean": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          }
        ],
        "example": {
          "description": "indicator whether the area is walled or fenced",
          "id": "fenced",
          "type": "boolean"
        }
      },
      "queryable-date": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          },
          {
            "nullable": true,
            "properties": {
              "range": {
                "description": "a range of valid values; open range can be expressed using `null`",
                "items": {
                  "format": "date",
                  "nullable": true,
                  "type": "string"
                },
                "maxItems": 2,
                "minItems": 2,
                "nullable": true,
                "type": "array"
              }
            },
            "type": "object"
          }
        ],
        "example": {
          "description": "the date of the last inspection",
          "id": "inspectionDate",
          "range": [
            "2010-01-01",
            null
          ],
          "type": "date"
        }
      },
      "queryable-dateTime": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          },
          {
            "nullable": true,
            "properties": {
              "range": {
                "description": "a range of valid values; open range can be expressed using `null`",
                "items": {
                  "format": "date-time",
                  "nullable": true,
                  "type": "string"
                },
                "maxItems": 2,
                "minItems": 2,
                "nullable": true,
                "type": "array"
              }
            },
            "type": "object"
          }
        ],
        "example": {
          "description": "the date of the last update of the feature",
          "id": "lastUpdate",
          "range": [
            "2018-01-01T00:00:00Z",
            null
          ],
          "type": "dateTime"
        }
      },
      "queryable-enum": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          },
          {
            "nullable": true,
            "properties": {
              "values": {
                "description": "the list of values of the property",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              }
            },
            "required": [
              "values"
            ],
            "type": "object"
          }
        ],
        "example": {
          "description": "the dominant charcteristic of vegetation area",
          "id": "type",
          "type": "enum",
          "values": [
            "grassland",
            "forest",
            "farmland"
          ]
        }
      },
      "queryable-number": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          },
          {
            "nullable": true,
            "properties": {
              "range": {
                "description": "a range of valid values; open range can be expressed using `null`",
                "items": {
                  "nullable": true,
                  "type": "number"
                },
                "maxItems": 2,
                "minItems": 2,
                "nullable": true,
                "type": "array"
              }
            },
            "type": "object"
          }
        ],
        "example": {
          "description": "the number of cattle",
          "id": "count",
          "range": [
            0,
            null
          ],
          "type": "integer"
        }
      },
      "queryable-string": {
        "allOf": [
          {
            "discriminator": {
              "mapping": {
                "boolean": "queryable-boolean",
                "date": "queryable-date",
                "dateTime": "queryable-dateTime",
                "enum": "queryable-enum",
                "integer": "queryable-number",
                "number": "queryable-number",
                "string": "queryable-string",
                "uri": "queryable-string"
              },
              "propertyName": "type"
            },
            "nullable": true,
            "properties": {
              "description": {
                "description": "a description of the property",
                "nullable": true,
                "type": "string"
              },
              "id": {
                "description": "the property name for use in expressions",
                "nullable": true,
                "type": "string"
              },
              "mediaTypes": {
                "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                "items": {
                  "type": "string"
                },
                "nullable": true,
                "type": "array"
              },
              "required": {
                "default": false,
                "description": "indicator whether the property is always present in features",
                "nullable": true,
                "type": "boolean"
              },
              "title": {
                "description": "the title of the property for presentation to a human user",
                "nullable": true,
                "type": "string"
              },
              "type": {
                "description": "the data type of the property",
                "enum": [
                  "string",
                  "uri",
                  "enum",
                  "number",
                  "integer",
                  "date",
                  "dateTime",
                  "boolean"
                ],
                "nullable": true,
                "type": "string"
              }
            },
            "required": [
              "id",
              "type"
            ],
            "type": "object"
          },
          {
            "nullable": true,
            "properties": {
              "pattern": {
                "description": "a regular expression to validate the values of the property",
                "nullable": true,
                "type": "string"
              }
            },
            "type": "object"
          }
        ],
        "example": {
          "description": "the name of the vegetation area",
          "example": "[A-Z0-9]{5}",
          "id": "name",
          "required": true,
          "type": "string"
        }
      },
      "queryables": {
        "properties": {
          "queryables": {
            "items": {
              "oneOf": [
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    },
                    {
                      "nullable": true,
                      "properties": {
                        "pattern": {
                          "description": "a regular expression to validate the values of the property",
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "the name of the vegetation area",
                    "example": "[A-Z0-9]{5}",
                    "id": "name",
                    "required": true,
                    "type": "string"
                  }
                },
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    },
                    {
                      "nullable": true,
                      "properties": {
                        "values": {
                          "description": "the list of values of the property",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        }
                      },
                      "required": [
                        "values"
                      ],
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "the dominant charcteristic of vegetation area",
                    "id": "type",
                    "type": "enum",
                    "values": [
                      "grassland",
                      "forest",
                      "farmland"
                    ]
                  }
                },
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    },
                    {
                      "nullable": true,
                      "properties": {
                        "range": {
                          "description": "a range of valid values; open range can be expressed using `null`",
                          "items": {
                            "nullable": true,
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "nullable": true,
                          "type": "array"
                        }
                      },
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "the number of cattle",
                    "id": "count",
                    "range": [
                      0,
                      null
                    ],
                    "type": "integer"
                  }
                },
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "indicator whether the area is walled or fenced",
                    "id": "fenced",
                    "type": "boolean"
                  }
                },
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    },
                    {
                      "nullable": true,
                      "properties": {
                        "range": {
                          "description": "a range of valid values; open range can be expressed using `null`",
                          "items": {
                            "format": "date",
                            "nullable": true,
                            "type": "string"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "nullable": true,
                          "type": "array"
                        }
                      },
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "the date of the last inspection",
                    "id": "inspectionDate",
                    "range": [
                      "2010-01-01",
                      null
                    ],
                    "type": "date"
                  }
                },
                {
                  "allOf": [
                    {
                      "discriminator": {
                        "mapping": {
                          "boolean": "queryable-boolean",
                          "date": "queryable-date",
                          "dateTime": "queryable-dateTime",
                          "enum": "queryable-enum",
                          "integer": "queryable-number",
                          "number": "queryable-number",
                          "string": "queryable-string",
                          "uri": "queryable-string"
                        },
                        "propertyName": "type"
                      },
                      "nullable": true,
                      "properties": {
                        "description": {
                          "description": "a description of the property",
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "description": "the property name for use in expressions",
                          "nullable": true,
                          "type": "string"
                        },
                        "mediaTypes": {
                          "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                          "items": {
                            "type": "string"
                          },
                          "nullable": true,
                          "type": "array"
                        },
                        "required": {
                          "default": false,
                          "description": "indicator whether the property is always present in features",
                          "nullable": true,
                          "type": "boolean"
                        },
                        "title": {
                          "description": "the title of the property for presentation to a human user",
                          "nullable": true,
                          "type": "string"
                        },
                        "type": {
                          "description": "the data type of the property",
                          "enum": [
                            "string",
                            "uri",
                            "enum",
                            "number",
                            "integer",
                            "date",
                            "dateTime",
                            "boolean"
                          ],
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "required": [
                        "id",
                        "type"
                      ],
                      "type": "object"
                    },
                    {
                      "nullable": true,
                      "properties": {
                        "range": {
                          "description": "a range of valid values; open range can be expressed using `null`",
                          "items": {
                            "format": "date-time",
                            "nullable": true,
                            "type": "string"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "nullable": true,
                          "type": "array"
                        }
                      },
                      "type": "object"
                    }
                  ],
                  "example": {
                    "description": "the date of the last update of the feature",
                    "id": "lastUpdate",
                    "range": [
                      "2018-01-01T00:00:00Z",
                      null
                    ],
                    "type": "dateTime"
                  }
                }
              ]
            },
            "nullable": true,
            "type": "array"
          }
        },
        "required": [
          "queryables"
        ],
        "type": "object"
      },
      "resource-set": {
        "properties": {
          "resources": {
            "example": [
              {
                "id": "sprite.json",
                "link": {
                  "href": "sprite.json",
                  "rel": "???",
                  "type": "application/json"
                }
              },
              {
                "id": "sprite.png",
                "link": {
                  "href": "sprite.png",
                  "rel": "???",
                  "type": "image/png"
                }
              },
              {
                "id": "sprite.@2x.png",
                "link": {
                  "href": "sprite.@2x.png",
                  "rel": "???",
                  "type": "image/png"
                }
              },
              {
                "id": "mosque.svg",
                "link": {
                  "href": "mosque.svg",
                  "rel": "???",
                  "type": "image/svg+xml"
                }
              }
            ],
            "items": {
              "properties": {
                "id": {
                  "type": "string"
                },
                "link": {
                  "properties": {
                    "href": {
                      "description": "Supplies the URI to a remote resource (or resource fragment).",
                      "example": "http://data.example.com/buildings/123",
                      "type": "string"
                    },
                    "hreflang": {
                      "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                      "example": "en",
                      "type": "string"
                    },
                    "length": {
                      "type": "integer"
                    },
                    "rel": {
                      "description": "The type or semantics of the relation.",
                      "example": "alternate",
                      "type": "string"
                    },
                    "templated": {
                      "description": "This flag set to true if the link is a URL template.",
                      "type": "boolean"
                    },
                    "title": {
                      "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                      "type": "string"
                    },
                    "varBase": {
                      "description": "A base path to retrieve semantic information about the variables used in URL template.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "href",
                    "rel"
                  ],
                  "type": "object"
                }
              },
              "required": [
                "id"
              ],
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "resources"
        ],
        "type": "object"
      },
      "resource-set-entry": {
        "properties": {
          "id": {
            "type": "string"
          },
          "link": {
            "properties": {
              "href": {
                "description": "Supplies the URI to a remote resource (or resource fragment).",
                "example": "http://data.example.com/buildings/123",
                "type": "string"
              },
              "hreflang": {
                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                "example": "en",
                "type": "string"
              },
              "length": {
                "type": "integer"
              },
              "rel": {
                "description": "The type or semantics of the relation.",
                "example": "alternate",
                "type": "string"
              },
              "templated": {
                "description": "This flag set to true if the link is a URL template.",
                "type": "boolean"
              },
              "title": {
                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                "type": "string"
              },
              "type": {
                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                "type": "string"
              },
              "varBase": {
                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                "type": "string"
              }
            },
            "required": [
              "href",
              "rel"
            ],
            "type": "object"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "sld-10": {
        "type": "string"
      },
      "sld-11": {
        "type": "string"
      },
      "style-layer": {
        "nullable": true,
        "properties": {
          "attributes": {
            "properties": {
              "queryables": {
                "items": {
                  "oneOf": [
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "nullable": true,
                          "properties": {
                            "pattern": {
                              "description": "a regular expression to validate the values of the property",
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "the name of the vegetation area",
                        "example": "[A-Z0-9]{5}",
                        "id": "name",
                        "required": true,
                        "type": "string"
                      }
                    },
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "nullable": true,
                          "properties": {
                            "values": {
                              "description": "the list of values of the property",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            }
                          },
                          "required": [
                            "values"
                          ],
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "the dominant charcteristic of vegetation area",
                        "id": "type",
                        "type": "enum",
                        "values": [
                          "grassland",
                          "forest",
                          "farmland"
                        ]
                      }
                    },
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "nullable": true,
                          "properties": {
                            "range": {
                              "description": "a range of valid values; open range can be expressed using `null`",
                              "items": {
                                "nullable": true,
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "nullable": true,
                              "type": "array"
                            }
                          },
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "the number of cattle",
                        "id": "count",
                        "range": [
                          0,
                          null
                        ],
                        "type": "integer"
                      }
                    },
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "indicator whether the area is walled or fenced",
                        "id": "fenced",
                        "type": "boolean"
                      }
                    },
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "nullable": true,
                          "properties": {
                            "range": {
                              "description": "a range of valid values; open range can be expressed using `null`",
                              "items": {
                                "format": "date",
                                "nullable": true,
                                "type": "string"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "nullable": true,
                              "type": "array"
                            }
                          },
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "the date of the last inspection",
                        "id": "inspectionDate",
                        "range": [
                          "2010-01-01",
                          null
                        ],
                        "type": "date"
                      }
                    },
                    {
                      "allOf": [
                        {
                          "discriminator": {
                            "mapping": {
                              "boolean": "queryable-boolean",
                              "date": "queryable-date",
                              "dateTime": "queryable-dateTime",
                              "enum": "queryable-enum",
                              "integer": "queryable-number",
                              "number": "queryable-number",
                              "string": "queryable-string",
                              "uri": "queryable-string"
                            },
                            "propertyName": "type"
                          },
                          "nullable": true,
                          "properties": {
                            "description": {
                              "description": "a description of the property",
                              "nullable": true,
                              "type": "string"
                            },
                            "id": {
                              "description": "the property name for use in expressions",
                              "nullable": true,
                              "type": "string"
                            },
                            "mediaTypes": {
                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                              "items": {
                                "type": "string"
                              },
                              "nullable": true,
                              "type": "array"
                            },
                            "required": {
                              "default": false,
                              "description": "indicator whether the property is always present in features",
                              "nullable": true,
                              "type": "boolean"
                            },
                            "title": {
                              "description": "the title of the property for presentation to a human user",
                              "nullable": true,
                              "type": "string"
                            },
                            "type": {
                              "description": "the data type of the property",
                              "enum": [
                                "string",
                                "uri",
                                "enum",
                                "number",
                                "integer",
                                "date",
                                "dateTime",
                                "boolean"
                              ],
                              "nullable": true,
                              "type": "string"
                            }
                          },
                          "required": [
                            "id",
                            "type"
                          ],
                          "type": "object"
                        },
                        {
                          "nullable": true,
                          "properties": {
                            "range": {
                              "description": "a range of valid values; open range can be expressed using `null`",
                              "items": {
                                "format": "date-time",
                                "nullable": true,
                                "type": "string"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "nullable": true,
                              "type": "array"
                            }
                          },
                          "type": "object"
                        }
                      ],
                      "example": {
                        "description": "the date of the last update of the feature",
                        "id": "lastUpdate",
                        "range": [
                          "2018-01-01T00:00:00Z",
                          null
                        ],
                        "type": "dateTime"
                      }
                    }
                  ]
                },
                "nullable": true,
                "type": "array"
              }
            },
            "required": [
              "queryables"
            ],
            "type": "object"
          },
          "description": {
            "nullable": true,
            "type": "string"
          },
          "id": {
            "example": "vegetationsrf",
            "type": "string"
          },
          "sampleData": {
            "properties": {
              "href": {
                "description": "Supplies the URI to a remote resource (or resource fragment).",
                "example": "http://data.example.com/buildings/123",
                "type": "string"
              },
              "hreflang": {
                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                "example": "en",
                "type": "string"
              },
              "length": {
                "type": "integer"
              },
              "rel": {
                "description": "The type or semantics of the relation.",
                "example": "alternate",
                "type": "string"
              },
              "templated": {
                "description": "This flag set to true if the link is a URL template.",
                "type": "boolean"
              },
              "title": {
                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                "type": "string"
              },
              "type": {
                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                "type": "string"
              },
              "varBase": {
                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                "type": "string"
              }
            },
            "required": [
              "href",
              "rel"
            ],
            "type": "object"
          },
          "type": {
            "enum": [
              "point",
              "line",
              "polygon",
              "geometry",
              "raster"
            ],
            "example": "polygon",
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "style-metadata": {
        "properties": {
          "accessConstraints": {
            "enum": [
              "unclassified",
              "confidential",
              "restricted",
              "secret",
              "topSecret"
            ],
            "example": "unclassified",
            "nullable": true,
            "type": "string"
          },
          "dates": {
            "example": {
              "creation": "2019-01-01T10:05:00Z",
              "publication": "2019-01-01T11:05:00Z",
              "receivedOn": "2019-02-01T11:05:00Z",
              "revision": "2019-02-01T11:05:00Z",
              "validTill": "2019-02-01T11:05:00Z"
            },
            "nullable": true,
            "properties": {
              "creation": {
                "format": "date-time",
                "nullable": true,
                "type": "string"
              },
              "publication": {
                "format": "date-time",
                "nullable": true,
                "type": "string"
              },
              "receivedOn": {
                "format": "date-time",
                "nullable": true,
                "type": "string"
              },
              "revision": {
                "format": "date-time",
                "nullable": true,
                "type": "string"
              },
              "validTill": {
                "format": "date-time",
                "nullable": true,
                "type": "string"
              }
            },
            "type": "object"
          },
          "description": {
            "example": "This topographic basemap style is designed to be\nused in situations with low ambient light.\n\nThe style supports datasets based on the TDS 6.1\nspecification.",
            "nullable": true,
            "type": "string"
          },
          "id": {
            "example": "night",
            "type": "string"
          },
          "keywords": {
            "example": [
              "basemap",
              "TDS",
              "TDS 6.1",
              "OGC API"
            ],
            "items": {
              "type": "string"
            },
            "nullable": true,
            "type": "array"
          },
          "layers": {
            "example": [
              {
                "id": "vegetationsrf",
                "sampleData": {
                  "href": "https://services.interactive-instruments.de/vtp/daraa/collections/vegetationsrf/items?f=json\u0026limit=100",
                  "rel": "data",
                  "type": "application/geo+json"
                },
                "type": "polygon"
              },
              {
                "attributes": [
                  {
                    "id": "f_code",
                    "type": "string"
                  }
                ],
                "id": "hydrographycrv",
                "sampleData": {
                  "href": "https://services.interactive-instruments.de/vtp/daraa/collections/hydrographycrv/items?f=json\u0026limit=100",
                  "rel": "data",
                  "type": "application/geo+json"
                },
                "type": "line"
              }
            ],
            "items": {
              "nullable": true,
              "properties": {
                "attributes": {
                  "properties": {
                    "queryables": {
                      "items": {
                        "oneOf": [
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              },
                              {
                                "nullable": true,
                                "properties": {
                                  "pattern": {
                                    "description": "a regular expression to validate the values of the property",
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "the name of the vegetation area",
                              "example": "[A-Z0-9]{5}",
                              "id": "name",
                              "required": true,
                              "type": "string"
                            }
                          },
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              },
                              {
                                "nullable": true,
                                "properties": {
                                  "values": {
                                    "description": "the list of values of the property",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  }
                                },
                                "required": [
                                  "values"
                                ],
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "the dominant charcteristic of vegetation area",
                              "id": "type",
                              "type": "enum",
                              "values": [
                                "grassland",
                                "forest",
                                "farmland"
                              ]
                            }
                          },
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              },
                              {
                                "nullable": true,
                                "properties": {
                                  "range": {
                                    "description": "a range of valid values; open range can be expressed using `null`",
                                    "items": {
                                      "nullable": true,
                                      "type": "number"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "nullable": true,
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "the number of cattle",
                              "id": "count",
                              "range": [
                                0,
                                null
                              ],
                              "type": "integer"
                            }
                          },
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "indicator whether the area is walled or fenced",
                              "id": "fenced",
                              "type": "boolean"
                            }
                          },
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              },
                              {
                                "nullable": true,
                                "properties": {
                                  "range": {
                                    "description": "a range of valid values; open range can be expressed using `null`",
                                    "items": {
                                      "format": "date",
                                      "nullable": true,
                                      "type": "string"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "nullable": true,
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "the date of the last inspection",
                              "id": "inspectionDate",
                              "range": [
                                "2010-01-01",
                                null
                              ],
                              "type": "date"
                            }
                          },
                          {
                            "allOf": [
                              {
                                "discriminator": {
                                  "mapping": {
                                    "boolean": "queryable-boolean",
                                    "date": "queryable-date",
                                    "dateTime": "queryable-dateTime",
                                    "enum": "queryable-enum",
                                    "integer": "queryable-number",
                                    "number": "queryable-number",
                                    "string": "queryable-string",
                                    "uri": "queryable-string"
                                  },
                                  "propertyName": "type"
                                },
                                "nullable": true,
                                "properties": {
                                  "description": {
                                    "description": "a description of the property",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "the property name for use in expressions",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "mediaTypes": {
                                    "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                    "items": {
                                      "type": "string"
                                    },
                                    "nullable": true,
                                    "type": "array"
                                  },
                                  "required": {
                                    "default": false,
                                    "description": "indicator whether the property is always present in features",
                                    "nullable": true,
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "the title of the property for presentation to a human user",
                                    "nullable": true,
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "the data type of the property",
                                    "enum": [
                                      "string",
                                      "uri",
                                      "enum",
                                      "number",
                                      "integer",
                                      "date",
                                      "dateTime",
                                      "boolean"
                                    ],
                                    "nullable": true,
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id",
                                  "type"
                                ],
                                "type": "object"
                              },
                              {
                                "nullable": true,
                                "properties": {
                                  "range": {
                                    "description": "a range of valid values; open range can be expressed using `null`",
                                    "items": {
                                      "format": "date-time",
                                      "nullable": true,
                                      "type": "string"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "nullable": true,
                                    "type": "array"
                                  }
                                },
                                "type": "object"
                              }
                            ],
                            "example": {
                              "description": "the date of the last update of the feature",
                              "id": "lastUpdate",
                              "range": [
                                "2018-01-01T00:00:00Z",
                                null
                              ],
                              "type": "dateTime"
                            }
                          }
                        ]
                      },
                      "nullable": true,
                      "type": "array"
                    }
                  },
                  "required": [
                    "queryables"
                  ],
                  "type": "object"
                },
                "description": {
                  "nullable": true,
                  "type": "string"
                },
                "id": {
                  "example": "vegetationsrf",
                  "type": "string"
                },
                "sampleData": {
                  "properties": {
                    "href": {
                      "description": "Supplies the URI to a remote resource (or resource fragment).",
                      "example": "http://data.example.com/buildings/123",
                      "type": "string"
                    },
                    "hreflang": {
                      "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                      "example": "en",
                      "type": "string"
                    },
                    "length": {
                      "type": "integer"
                    },
                    "rel": {
                      "description": "The type or semantics of the relation.",
                      "example": "alternate",
                      "type": "string"
                    },
                    "templated": {
                      "description": "This flag set to true if the link is a URL template.",
                      "type": "boolean"
                    },
                    "title": {
                      "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                      "type": "string"
                    },
                    "varBase": {
                      "description": "A base path to retrieve semantic information about the variables used in URL template.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "href",
                    "rel"
                  ],
                  "type": "object"
                },
                "type": {
                  "enum": [
                    "point",
                    "line",
                    "polygon",
                    "geometry",
                    "raster"
                  ],
                  "example": "polygon",
                  "nullable": true,
                  "type": "string"
                }
              },
              "required": [
                "id"
              ],
              "type": "object"
            },
            "nullable": true,
            "type": "array"
          },
          "links": {
            "description": "The links may reference related resources. It is recommended to include\na link to a thumbnail with link relation `preview` (specified by RFC 6903)\nand the appropriate media type in the `type` parameter.\nThe thumbnail may be an image that is published as a resource in the API,\nit may reference an appropriate raster tile, a map request, etc.",
            "example": [
              {
                "href": "https://example.org/catalog/1.0/resources/night-thumbnail.png",
                "rel": "preview",
                "title": "thumbnail of the night style applied to OSM data from Daraa, Syria",
                "type": "image/png"
              }
            ],
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "nullable": true,
            "type": "array"
          },
          "pointOfContact": {
            "example": "John Doe",
            "nullable": true,
            "type": "string"
          },
          "scope": {
            "enum": [
              "style"
            ],
            "example": "style",
            "nullable": true,
            "type": "string"
          },
          "stylesheets": {
            "example": [
              {
                "link": {
                  "href": "https://example.org/catalog/1.0/styles/night?f=mapbox",
                  "rel": "stylesheet",
                  "type": "application/vnd.mapbox.style+json"
                },
                "native": true,
                "specification": "https://docs.mapbox.com/mapbox-gl-js/style-spec/",
                "tilingScheme": "GoogleMapsCompatible",
                "title": "Mapbox Style",
                "version": "8"
              },
              {
                "link": {
                  "href": "https://example.org/catalog/1.0/styles/night?f=sld10",
                  "rel": "stylesheet",
                  "type": "application/vnd.ogc.sld+xml;version=1.0"
                },
                "native": false,
                "title": "OGC SLD",
                "version": "1.0"
              }
            ],
            "items": {
              "nullable": true,
              "properties": {
                "link": {
                  "properties": {
                    "href": {
                      "description": "Supplies the URI to a remote resource (or resource fragment).",
                      "example": "http://data.example.com/buildings/123",
                      "type": "string"
                    },
                    "hreflang": {
                      "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                      "example": "en",
                      "type": "string"
                    },
                    "length": {
                      "type": "integer"
                    },
                    "rel": {
                      "description": "The type or semantics of the relation.",
                      "example": "alternate",
                      "type": "string"
                    },
                    "templated": {
                      "description": "This flag set to true if the link is a URL template.",
                      "type": "boolean"
                    },
                    "title": {
                      "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                      "type": "string"
                    },
                    "varBase": {
                      "description": "A base path to retrieve semantic information about the variables used in URL template.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "href",
                    "rel"
                  ],
                  "type": "object"
                },
                "native": {
                  "nullable": true,
                  "type": "boolean"
                },
                "specification": {
                  "format": "url",
                  "nullable": true,
                  "type": "string"
                },
                "tilingScheme": {
                  "nullable": true,
                  "type": "string"
                },
                "title": {
                  "nullable": true,
                  "type": "string"
                },
                "version": {
                  "nullable": true,
                  "type": "string"
                }
              },
              "required": [
                "link"
              ],
              "type": "object"
            },
            "nullable": true,
            "type": "array"
          },
          "title": {
            "example": "Topographic night style",
            "nullable": true,
            "type": "string"
          },
          "version": {
            "example": "1.0.0",
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "id"
        ],
        "type": "object"
      },
      "style-set": {
        "properties": {
          "styles": {
            "example": [
              {
                "id": "night",
                "links": [
                  {
                    "href": "https://example.com/api/1.0/styles/night?f=mapbox",
                    "rel": "stylesheet",
                    "type": "application/vnd.mapbox.style+json"
                  },
                  {
                    "href": "https://example.com/api/1.0/styles/night?f=sld10",
                    "rel": "stylesheet",
                    "type": "application/vnd.ogc.sld+xml;version=1.0"
                  },
                  {
                    "href": "https://example.com/api/1.0/styles/night/metadata?f=json",
                    "rel": "describedBy",
                    "type": "application/json"
                  }
                ],
                "title": "Topographic night style"
              },
              {
                "id": "topographic",
                "links": [
                  {
                    "href": "https://example.com/api/1.0/styles/topographic?f=mapbox",
                    "rel": "stylesheet",
                    "type": "application/vnd.mapbox.style+json"
                  },
                  {
                    "href": "https://example.com/api/1.0/styles/topographic?f=sld10",
                    "rel": "stylesheet",
                    "type": "application/vnd.ogc.sld+xml;version=1.0"
                  },
                  {
                    "href": "https://example.com/api/1.0/styles/topographic/metadata?f=json",
                    "rel": "describedBy",
                    "type": "application/json"
                  }
                ],
                "title": "Regular topographic style"
              }
            ],
            "items": {
              "nullable": true,
              "properties": {
                "id": {
                  "nullable": true,
                  "type": "string"
                },
                "links": {
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "minItems": 1,
                  "nullable": true,
                  "type": "array"
                },
                "title": {
                  "nullable": true,
                  "type": "string"
                }
              },
              "required": [
                "id",
                "links"
              ],
              "type": "object"
            },
            "nullable": true,
            "type": "array"
          }
        },
        "required": [
          "styles"
        ],
        "type": "object"
      },
      "style-set-entry": {
        "nullable": true,
        "properties": {
          "id": {
            "nullable": true,
            "type": "string"
          },
          "links": {
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "minItems": 1,
            "nullable": true,
            "type": "array"
          },
          "title": {
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "id",
          "links"
        ],
        "type": "object"
      },
      "styles": {
        "enum": [
          "default"
        ],
        "type": "string"
      },
      "stylesheet": {
        "nullable": true,
        "properties": {
          "link": {
            "properties": {
              "href": {
                "description": "Supplies the URI to a remote resource (or resource fragment).",
                "example": "http://data.example.com/buildings/123",
                "type": "string"
              },
              "hreflang": {
                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                "example": "en",
                "type": "string"
              },
              "length": {
                "type": "integer"
              },
              "rel": {
                "description": "The type or semantics of the relation.",
                "example": "alternate",
                "type": "string"
              },
              "templated": {
                "description": "This flag set to true if the link is a URL template.",
                "type": "boolean"
              },
              "title": {
                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                "type": "string"
              },
              "type": {
                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                "type": "string"
              },
              "varBase": {
                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                "type": "string"
              }
            },
            "required": [
              "href",
              "rel"
            ],
            "type": "object"
          },
          "native": {
            "nullable": true,
            "type": "boolean"
          },
          "specification": {
            "format": "url",
            "nullable": true,
            "type": "string"
          },
          "tilingScheme": {
            "nullable": true,
            "type": "string"
          },
          "title": {
            "nullable": true,
            "type": "string"
          },
          "version": {
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "link"
        ],
        "type": "object"
      },
      "svg": {
        "type": "string"
      },
      "tileJSON": {
        "properties": {
          "attribution": {
            "type": "string"
          },
          "bounds": {
            "items": {
              "type": "number"
            },
            "type": "array"
          },
          "center": {
            "items": {
              "type": "number"
            },
            "type": "array"
          },
          "crs": {
            "type": "string"
          },
          "data": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "description": {
            "type": "string"
          },
          "extent": {
            "items": {
              "type": "number"
            },
            "type": "array"
          },
          "grids": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "legend": {
            "type": "string"
          },
          "maxzoom": {
            "maximum": 30,
            "minimum": 0,
            "type": "integer"
          },
          "minzoom": {
            "maximum": 30,
            "minimum": 0,
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "profile": {
            "type": "string"
          },
          "proj4": {
            "type": "string"
          },
          "scheme": {
            "type": "string"
          },
          "template": {
            "type": "string"
          },
          "tile_matrix": {
            "items": {
              "properties": {
                "extent": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "id": {
                  "type": "string"
                },
                "origin": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "pixel_size": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                },
                "scale_denominator": {
                  "type": "number"
                },
                "tile_size": {
                  "items": {
                    "type": "number"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "type": "array"
          },
          "tilejson": {
            "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
            "type": "string"
          },
          "tiles": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "version": {
            "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
            "type": "string"
          }
        },
        "required": [
          "tilejson",
          "tiles"
        ],
        "type": "object"
      },
      "tileMatrixLimits": {
        "description": "The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard",
        "properties": {
          "maxTileCol": {
            "minimum": 0,
            "type": "integer"
          },
          "maxTileRow": {
            "minimum": 0,
            "type": "integer"
          },
          "minTileCol": {
            "minimum": 0,
            "type": "integer"
          },
          "minTileRow": {
            "minimum": 0,
            "type": "integer"
          },
          "tileMatrix": {
            "type": "string"
          }
        },
        "required": [
          "tileMatrix",
          "minTileRow",
          "maxTileRow",
          "minTileCol",
          "maxTileCol"
        ],
        "type": "object"
      },
      "tileMatrixSet": {
        "description": "A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use, as an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.",
        "properties": {
          "boundingBox": {
            "allOf": [
              {
                "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
              },
              {
                "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                "properties": {
                  "crs": {
                    "oneOf": [
                      {
                        "description": "Simplification of the object into a url if the other properties are not present",
                        "type": "string"
                      },
                      {
                        "oneOf": [
                          {
                            "properties": {
                              "uri": {
                                "description": "Reference to one coordinate reference system (CRS)",
                                "format": "uri",
                                "type": "string"
                              }
                            },
                            "required": [
                              "uri"
                            ]
                          },
                          {
                            "properties": {
                              "wkt": {
                                "allOf": [
                                  {
                                    "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                  },
                                  {
                                    "type": "object"
                                  }
                                ]
                              }
                            },
                            "required": [
                              "wkt"
                            ]
                          },
                          {
                            "properties": {
                              "referenceSystem": {
                                "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                "type": "object"
                              }
                            },
                            "required": [
                              "referenceSystem"
                            ]
                          }
                        ],
                        "type": "object"
                      }
                    ]
                  },
                  "lowerLeft": {
                    "description": "A 2D Point in the CRS indicated elsewhere",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  },
                  "orderedAxes": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  },
                  "upperRight": {
                    "description": "A 2D Point in the CRS indicated elsewhere",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  }
                },
                "required": [
                  "lowerLeft",
                  "upperRight"
                ],
                "type": "object"
              }
            ]
          },
          "crs": {
            "allOf": [
              {
                "description": "Coordinate Reference System (CRS)"
              },
              {
                "oneOf": [
                  {
                    "description": "Simplification of the object into a url if the other properties are not present",
                    "type": "string"
                  },
                  {
                    "oneOf": [
                      {
                        "properties": {
                          "uri": {
                            "description": "Reference to one coordinate reference system (CRS)",
                            "format": "uri",
                            "type": "string"
                          }
                        },
                        "required": [
                          "uri"
                        ]
                      },
                      {
                        "properties": {
                          "wkt": {
                            "allOf": [
                              {
                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                              },
                              {
                                "type": "object"
                              }
                            ]
                          }
                        },
                        "required": [
                          "wkt"
                        ]
                      },
                      {
                        "properties": {
                          "referenceSystem": {
                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                            "type": "object"
                          }
                        },
                        "required": [
                          "referenceSystem"
                        ]
                      }
                    ],
                    "type": "object"
                  }
                ]
              }
            ]
          },
          "description": {
            "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
            "type": "string"
          },
          "id": {
            "description": "Tile matrix set identifier. Implementation of 'identifier'",
            "type": "string"
          },
          "keywords": {
            "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "orderedAxes": {
            "items": {
              "type": "string"
            },
            "minItems": 1,
            "type": "array"
          },
          "tileMatrices": {
            "description": "Describes scale levels and its tile matrices",
            "items": {
              "description": "A tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.",
              "properties": {
                "cellSize": {
                  "description": "Cell size of this tile matrix",
                  "type": "number"
                },
                "cornerOfOrigin": {
                  "default": "topLeft",
                  "description": "The corner of the tile matrix (_topLeft_ or _bottomLeft_) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.",
                  "enum": [
                    "topLeft",
                    "bottomLeft"
                  ],
                  "type": "string"
                },
                "description": {
                  "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                  "type": "string"
                },
                "id": {
                  "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'",
                  "type": "string"
                },
                "keywords": {
                  "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "matrixHeight": {
                  "description": "Width of the matrix (number of tiles in width)",
                  "format": "integer",
                  "minimum": 1,
                  "multipleOf": 1,
                  "type": "number"
                },
                "matrixWidth": {
                  "description": "Height of the matrix (number of tiles in height)",
                  "format": "integer",
                  "minimum": 1,
                  "multipleOf": 1,
                  "type": "number"
                },
                "pointOfOrigin": {
                  "allOf": [
                    {
                      "description": "Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist."
                    },
                    {
                      "description": "A 2D Point in the CRS indicated elsewhere",
                      "items": {
                        "type": "number"
                      },
                      "maxItems": 2,
                      "minItems": 2,
                      "type": "array"
                    }
                  ]
                },
                "scaleDenominator": {
                  "description": "Scale denominator of this tile matrix",
                  "type": "number"
                },
                "tileHeight": {
                  "description": "Height of each tile of this tile matrix in pixels",
                  "format": "integer",
                  "minimum": 1,
                  "multipleOf": 1,
                  "type": "number"
                },
                "tileWidth": {
                  "description": "Width of each tile of this tile matrix in pixels",
                  "format": "integer",
                  "minimum": 1,
                  "multipleOf": 1,
                  "type": "number"
                },
                "title": {
                  "description": "Title of this tile matrix, normally used for display to a human",
                  "type": "string"
                },
                "variableMatrixWidths": {
                  "description": "Describes the rows that has variable matrix width",
                  "items": {
                    "description": "Variable Matrix Width data structure",
                    "properties": {
                      "coalesce": {
                        "description": "Number of tiles in width that coalesce in a single tile for these rows",
                        "format": "integer",
                        "minimum": 2,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "maxTileRow": {
                        "description": "Last tile row where the coalescence factor applies for this tilematrix",
                        "format": "integer",
                        "minimum": 0,
                        "multipleOf": 1,
                        "type": "number"
                      },
                      "minTileRow": {
                        "description": "First tile row where the coalescence factor applies for this tilematrix",
                        "format": "integer",
                        "minimum": 0,
                        "multipleOf": 1,
                        "type": "number"
                      }
                    },
                    "required": [
                      "coalesce",
                      "minTileRow",
                      "maxTileRow"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "required": [
                "id",
                "scaleDenominator",
                "cellSize",
                "pointOfOrigin",
                "tileWidth",
                "tileHeight",
                "matrixWidth",
                "matrixHeight"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "title": {
            "description": "Title of this tile matrix set, normally used for display to a human",
            "type": "string"
          },
          "uri": {
            "description": "Reference to an official source for this tileMatrixSet",
            "format": "uri",
            "type": "string"
          },
          "wellKnownScaleSet": {
            "description": "Reference to a well-known scale set",
            "format": "uri",
            "type": "string"
          }
        },
        "required": [
          "crs",
          "tileMatrices"
        ],
        "type": "object"
      },
      "tileMatrixSet-item": {
        "description": "A minimal tile matrix set element for use within a list of tile matrix sets linking to a full definition.",
        "properties": {
          "crs": {
            "allOf": [
              {
                "description": "Coordinate Reference System (CRS)"
              },
              {
                "oneOf": [
                  {
                    "description": "Simplification of the object into a url if the other properties are not present",
                    "type": "string"
                  },
                  {
                    "oneOf": [
                      {
                        "properties": {
                          "uri": {
                            "description": "Reference to one coordinate reference system (CRS)",
                            "format": "uri",
                            "type": "string"
                          }
                        },
                        "required": [
                          "uri"
                        ]
                      },
                      {
                        "properties": {
                          "wkt": {
                            "allOf": [
                              {
                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                              },
                              {
                                "type": "object"
                              }
                            ]
                          }
                        },
                        "required": [
                          "wkt"
                        ]
                      },
                      {
                        "properties": {
                          "referenceSystem": {
                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                            "type": "object"
                          }
                        },
                        "required": [
                          "referenceSystem"
                        ]
                      }
                    ],
                    "type": "object"
                  }
                ]
              }
            ]
          },
          "id": {
            "description": "Optional local tile matrix set identifier, e.g. for use as unspecified `{tileMatrixSetId}` parameter. Implementation of 'identifier'",
            "type": "string"
          },
          "links": {
            "description": "Links to related resources. A 'self' link to the tile matrix set definition is required.",
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "title": {
            "description": "Title of this tile matrix set, normally used for display to a human",
            "type": "string"
          },
          "uri": {
            "description": "Reference to an official source for this tileMatrixSet",
            "format": "uri",
            "type": "string"
          }
        },
        "required": [
          "links"
        ],
        "type": "object"
      },
      "tileMatrixSets": {
        "enum": [
          "NetherlandsRDNewQuad",
          "EuropeanETRS89_LAEAQuad",
          "WebMercatorQuad"
        ],
        "type": "string"
      },
      "tileSet": {
        "description": "A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet',  or a link with 'rel' http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme",
        "properties": {
          "accessConstraints": {
            "default": "unclassified",
            "description": "Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set",
            "enum": [
              "unclassified",
              "restricted",
              "confidential",
              "secret",
              "topSecret"
            ],
            "type": "string"
          },
          "attribution": {
            "description": "Short reference to recognize the author or provider",
            "type": "string"
          },
          "boundingBox": {
            "allOf": [
              {
                "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
              },
              {
                "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                "properties": {
                  "crs": {
                    "oneOf": [
                      {
                        "description": "Simplification of the object into a url if the other properties are not present",
                        "type": "string"
                      },
                      {
                        "oneOf": [
                          {
                            "properties": {
                              "uri": {
                                "description": "Reference to one coordinate reference system (CRS)",
                                "format": "uri",
                                "type": "string"
                              }
                            },
                            "required": [
                              "uri"
                            ]
                          },
                          {
                            "properties": {
                              "wkt": {
                                "allOf": [
                                  {
                                    "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                  },
                                  {
                                    "type": "object"
                                  }
                                ]
                              }
                            },
                            "required": [
                              "wkt"
                            ]
                          },
                          {
                            "properties": {
                              "referenceSystem": {
                                "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                "type": "object"
                              }
                            },
                            "required": [
                              "referenceSystem"
                            ]
                          }
                        ],
                        "type": "object"
                      }
                    ]
                  },
                  "lowerLeft": {
                    "description": "A 2D Point in the CRS indicated elsewhere",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  },
                  "orderedAxes": {
                    "items": {
                      "type": "string"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  },
                  "upperRight": {
                    "description": "A 2D Point in the CRS indicated elsewhere",
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  }
                },
                "required": [
                  "lowerLeft",
                  "upperRight"
                ],
                "type": "object"
              }
            ]
          },
          "centerPoint": {
            "allOf": [
              {
                "description": "Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface"
              },
              {
                "properties": {
                  "cellSize": {
                    "description": "Cell size of the tile matrix selected",
                    "type": "number"
                  },
                  "coordinates": {
                    "items": {
                      "type": "number"
                    },
                    "maxItems": 2,
                    "minItems": 2,
                    "type": "array"
                  },
                  "crs": {
                    "allOf": [
                      {
                        "description": "Coordinate Reference System (CRS) of the coordinates"
                      },
                      {
                        "oneOf": [
                          {
                            "description": "Simplification of the object into a url if the other properties are not present",
                            "type": "string"
                          },
                          {
                            "oneOf": [
                              {
                                "properties": {
                                  "uri": {
                                    "description": "Reference to one coordinate reference system (CRS)",
                                    "format": "uri",
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "uri"
                                ]
                              },
                              {
                                "properties": {
                                  "wkt": {
                                    "allOf": [
                                      {
                                        "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                      },
                                      {
                                        "type": "object"
                                      }
                                    ]
                                  }
                                },
                                "required": [
                                  "wkt"
                                ]
                              },
                              {
                                "properties": {
                                  "referenceSystem": {
                                    "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                    "type": "object"
                                  }
                                },
                                "required": [
                                  "referenceSystem"
                                ]
                              }
                            ],
                            "type": "object"
                          }
                        ]
                      }
                    ]
                  },
                  "scaleDenominator": {
                    "description": "Scale denominator of the tile matrix selected",
                    "type": "number"
                  },
                  "tileMatrix": {
                    "description": "TileMatrix identifier associated with the scaleDenominator",
                    "type": "string"
                  }
                },
                "required": [
                  "coordinates"
                ],
                "type": "object"
              }
            ]
          },
          "created": {
            "allOf": [
              {
                "description": "When the Tile Set was first produced"
              },
              {
                "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                "example": "2017-08-17T08:05:32Z",
                "format": "date-time",
                "type": "string"
              }
            ]
          },
          "crs": {
            "allOf": [
              {
                "description": "Coordinate Reference System (CRS)"
              },
              {
                "oneOf": [
                  {
                    "description": "Simplification of the object into a url if the other properties are not present",
                    "type": "string"
                  },
                  {
                    "oneOf": [
                      {
                        "properties": {
                          "uri": {
                            "description": "Reference to one coordinate reference system (CRS)",
                            "format": "uri",
                            "type": "string"
                          }
                        },
                        "required": [
                          "uri"
                        ]
                      },
                      {
                        "properties": {
                          "wkt": {
                            "allOf": [
                              {
                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                              },
                              {
                                "type": "object"
                              }
                            ]
                          }
                        },
                        "required": [
                          "wkt"
                        ]
                      },
                      {
                        "properties": {
                          "referenceSystem": {
                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                            "type": "object"
                          }
                        },
                        "required": [
                          "referenceSystem"
                        ]
                      }
                    ],
                    "type": "object"
                  }
                ]
              }
            ]
          },
          "dataType": {
            "allOf": [
              {
                "description": "Type of data represented in the tileset"
              },
              {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "enum": [
                      "map",
                      "vector",
                      "coverage"
                    ],
                    "type": "string"
                  }
                ]
              }
            ]
          },
          "description": {
            "description": "Brief narrative description of this tile set",
            "type": "string"
          },
          "epoch": {
            "description": "Epoch of the Coordinate Reference System (CRS)",
            "type": "number"
          },
          "keywords": {
            "description": "keywords about this tileset",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "layers": {
            "items": {
              "properties": {
                "attribution": {
                  "description": "Short reference to recognize the author or provider",
                  "type": "string"
                },
                "boundingBox": {
                  "allOf": [
                    {
                      "description": "Minimum bounding rectangle surrounding the layer"
                    },
                    {
                      "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                      "properties": {
                        "crs": {
                          "oneOf": [
                            {
                              "description": "Simplification of the object into a url if the other properties are not present",
                              "type": "string"
                            },
                            {
                              "oneOf": [
                                {
                                  "properties": {
                                    "uri": {
                                      "description": "Reference to one coordinate reference system (CRS)",
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "uri"
                                  ]
                                },
                                {
                                  "properties": {
                                    "wkt": {
                                      "allOf": [
                                        {
                                          "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                        },
                                        {
                                          "type": "object"
                                        }
                                      ]
                                    }
                                  },
                                  "required": [
                                    "wkt"
                                  ]
                                },
                                {
                                  "properties": {
                                    "referenceSystem": {
                                      "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "referenceSystem"
                                  ]
                                }
                              ],
                              "type": "object"
                            }
                          ]
                        },
                        "lowerLeft": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "orderedAxes": {
                          "items": {
                            "type": "string"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        },
                        "upperRight": {
                          "description": "A 2D Point in the CRS indicated elsewhere",
                          "items": {
                            "type": "number"
                          },
                          "maxItems": 2,
                          "minItems": 2,
                          "type": "array"
                        }
                      },
                      "required": [
                        "lowerLeft",
                        "upperRight"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "created": {
                  "allOf": [
                    {
                      "description": "When the layer was first produced"
                    },
                    {
                      "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                      "example": "2017-08-17T08:05:32Z",
                      "format": "date-time",
                      "type": "string"
                    }
                  ]
                },
                "crs": {
                  "allOf": [
                    {
                      "description": "Coordinate Reference System (CRS)"
                    },
                    {
                      "oneOf": [
                        {
                          "description": "Simplification of the object into a url if the other properties are not present",
                          "type": "string"
                        },
                        {
                          "oneOf": [
                            {
                              "properties": {
                                "uri": {
                                  "description": "Reference to one coordinate reference system (CRS)",
                                  "format": "uri",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "uri"
                              ]
                            },
                            {
                              "properties": {
                                "wkt": {
                                  "allOf": [
                                    {
                                      "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                    },
                                    {
                                      "type": "object"
                                    }
                                  ]
                                }
                              },
                              "required": [
                                "wkt"
                              ]
                            },
                            {
                              "properties": {
                                "referenceSystem": {
                                  "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                  "type": "object"
                                }
                              },
                              "required": [
                                "referenceSystem"
                              ]
                            }
                          ],
                          "type": "object"
                        }
                      ]
                    }
                  ]
                },
                "dataType": {
                  "allOf": [
                    {
                      "description": "Type of data represented in the layer"
                    },
                    {
                      "anyOf": [
                        {
                          "type": "string"
                        },
                        {
                          "enum": [
                            "map",
                            "vector",
                            "coverage"
                          ],
                          "type": "string"
                        }
                      ]
                    }
                  ]
                },
                "description": {
                  "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                  "type": "string"
                },
                "epoch": {
                  "description": "Epoch of the Coordinate Reference System (CRS)",
                  "type": "number"
                },
                "featureType": {
                  "description": "Feature type identifier. Only applicable to layers of datatype 'geometries'",
                  "type": "string"
                },
                "geoDataClasses": {
                  "description": "URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)",
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "geometryDimension": {
                  "description": "The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown",
                  "maximum": 3,
                  "minimum": 0,
                  "type": "integer"
                },
                "id": {
                  "description": "Unique identifier of the Layer. Implementation of 'identifier'",
                  "type": "string"
                },
                "keywords": {
                  "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer",
                  "type": "string"
                },
                "license": {
                  "description": "License applicable to the tiles",
                  "type": "string"
                },
                "links": {
                  "description": "Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data.",
                  "items": {
                    "properties": {
                      "href": {
                        "description": "Supplies the URI to a remote resource (or resource fragment).",
                        "example": "http://data.example.com/buildings/123",
                        "type": "string"
                      },
                      "hreflang": {
                        "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                        "example": "en",
                        "type": "string"
                      },
                      "length": {
                        "type": "integer"
                      },
                      "rel": {
                        "description": "The type or semantics of the relation.",
                        "example": "alternate",
                        "type": "string"
                      },
                      "templated": {
                        "description": "This flag set to true if the link is a URL template.",
                        "type": "boolean"
                      },
                      "title": {
                        "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                        "type": "string"
                      },
                      "type": {
                        "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                        "type": "string"
                      },
                      "varBase": {
                        "description": "A base path to retrieve semantic information about the variables used in URL template.",
                        "type": "string"
                      }
                    },
                    "required": [
                      "href",
                      "rel"
                    ],
                    "type": "object"
                  },
                  "minItems": 1,
                  "type": "array"
                },
                "maxCellSize": {
                  "description": "Maximum cell size for usage of the layer",
                  "type": "number"
                },
                "maxScaleDenominator": {
                  "description": "Maximum scale denominator for usage of the layer",
                  "type": "number"
                },
                "maxTileMatrix": {
                  "description": "TileMatrix identifier associated with the minScaleDenominator",
                  "type": "string"
                },
                "minCellSize": {
                  "description": "Minimum cell size for usage of the layer",
                  "type": "number"
                },
                "minScaleDenominator": {
                  "description": "Minimum scale denominator for usage of the layer",
                  "type": "number"
                },
                "minTileMatrix": {
                  "description": "TileMatrix identifier associated with the maxScaleDenominator",
                  "type": "string"
                },
                "pointOfContact": {
                  "description": "Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address,  phone numbers, etc)",
                  "type": "string"
                },
                "propertiesSchema": {
                  "allOf": [
                    {
                      "description": "Properties represented by the features in this layer. Can be the attributes of a feature dataset (datatype=geometries) or the rangeType of a coverage (datatype=coverage)"
                    },
                    {
                      "description": "Attributes of the features or rangetypes of a coverage. Defined by a subset of the JSON Schema for the properties of a feature",
                      "properties": {
                        "properties": {
                          "additionalProperties": {
                            "description": "No property names are defined but any property name they should be described by JSON Schema. So 'additionalProperties' implements 'name'.",
                            "properties": {
                              "contentMediaType": {
                                "description": "Implements 'mediaType'",
                                "type": "string"
                              },
                              "description": {
                                "description": "Implements 'description'",
                                "type": "string"
                              },
                              "enum": {
                                "description": "Implements 'acceptedValues'",
                                "items": {},
                                "minItems": 1,
                                "type": "array",
                                "uniqueItems": true
                              },
                              "exclusiveMaximum": {
                                "description": "Implements 'range'",
                                "type": "number"
                              },
                              "exclusiveMinimum": {
                                "description": "Implements 'range'",
                                "type": "number"
                              },
                              "format": {
                                "description": "Complements implementation of 'type'",
                                "type": "string"
                              },
                              "maxItems": {
                                "description": "Implements 'upperMultiplicity'",
                                "minimum": 0,
                                "type": "integer"
                              },
                              "maximum": {
                                "description": "Implements 'range'",
                                "type": "number"
                              },
                              "minItems": {
                                "default": 0,
                                "description": "Implements 'lowerMultiplicity'",
                                "minimum": 0,
                                "type": "integer"
                              },
                              "minimum": {
                                "description": "Implements 'range'",
                                "type": "number"
                              },
                              "observedProperty": {
                                "type": "string"
                              },
                              "observedPropertyURI": {
                                "format": "uri",
                                "type": "string"
                              },
                              "pattern": {
                                "format": "regex",
                                "type": "string"
                              },
                              "title": {
                                "type": "string"
                              },
                              "type": {
                                "enum": [
                                  "array",
                                  "boolean",
                                  "integer",
                                  "null",
                                  "number",
                                  "object",
                                  "string"
                                ],
                                "type": "string"
                              },
                              "uom": {
                                "type": "string"
                              },
                              "uomURI": {
                                "format": "uri",
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "default": {},
                          "type": "object"
                        },
                        "required": {
                          "description": "Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'",
                          "items": {
                            "type": "string"
                          },
                          "minItems": 1,
                          "type": "array"
                        },
                        "type": {
                          "enum": [
                            "object"
                          ],
                          "type": "string"
                        }
                      },
                      "required": [
                        "type",
                        "properties"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "publisher": {
                  "description": "Organization or individual responsible for making the layer available",
                  "type": "string"
                },
                "style": {
                  "allOf": [
                    {
                      "description": "Style used to generate the layer in the tileset"
                    },
                    {
                      "properties": {
                        "description": {
                          "description": "Brief narrative description of this style",
                          "type": "string"
                        },
                        "id": {
                          "description": "An identifier for this style. Implementation of 'identifier'",
                          "type": "string"
                        },
                        "keywords": {
                          "description": "keywords about this style",
                          "items": {
                            "type": "string"
                          },
                          "type": "array"
                        },
                        "links": {
                          "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                          "items": {
                            "properties": {
                              "href": {
                                "description": "Supplies the URI to a remote resource (or resource fragment).",
                                "example": "http://data.example.com/buildings/123",
                                "type": "string"
                              },
                              "hreflang": {
                                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                "example": "en",
                                "type": "string"
                              },
                              "length": {
                                "type": "integer"
                              },
                              "rel": {
                                "description": "The type or semantics of the relation.",
                                "example": "alternate",
                                "type": "string"
                              },
                              "templated": {
                                "description": "This flag set to true if the link is a URL template.",
                                "type": "boolean"
                              },
                              "title": {
                                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                "type": "string"
                              },
                              "type": {
                                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                "type": "string"
                              },
                              "varBase": {
                                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                "type": "string"
                              }
                            },
                            "required": [
                              "href",
                              "rel"
                            ],
                            "type": "object"
                          },
                          "minItems": 1,
                          "type": "array"
                        },
                        "title": {
                          "description": "A title for this style",
                          "type": "string"
                        }
                      },
                      "required": [
                        "id"
                      ],
                      "type": "object"
                    }
                  ]
                },
                "theme": {
                  "description": "Category where the layer can be grouped",
                  "type": "string"
                },
                "title": {
                  "description": "Title of this tile matrix set, normally used for display to a human",
                  "type": "string"
                },
                "updated": {
                  "allOf": [
                    {
                      "description": "Last layer change/revision"
                    },
                    {
                      "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                      "example": "2017-08-17T08:05:32Z",
                      "format": "date-time",
                      "type": "string"
                    }
                  ]
                }
              },
              "required": [
                "id",
                "dataType"
              ],
              "type": "object"
            },
            "minItems": 1,
            "type": "array"
          },
          "license": {
            "description": "License applicable to the tiles",
            "type": "string"
          },
          "links": {
            "description": "Links to related resources. Possible link 'rel' values are: 'http://www.opengis.net/def/rel/ogc/1.0/dataset' for a URL pointing to the dataset, 'item' for a URL template to get a tile; 'alternate' for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' for a definition of the TileMatrixSet; 'http://www.opengis.net/def/rel/ogc/1.0/geodata' for pointing to a single collection (if the tileset represents a single collection)",
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "mediaTypes": {
            "description": "Media types available for the tiles",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "pointOfContact": {
            "description": "Useful information to contact the authors or custodians for the Tile Set",
            "type": "string"
          },
          "style": {
            "allOf": [
              {
                "description": "Style involving all layers used to generate the tileset"
              },
              {
                "properties": {
                  "description": {
                    "description": "Brief narrative description of this style",
                    "type": "string"
                  },
                  "id": {
                    "description": "An identifier for this style. Implementation of 'identifier'",
                    "type": "string"
                  },
                  "keywords": {
                    "description": "keywords about this style",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "links": {
                    "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                    "items": {
                      "properties": {
                        "href": {
                          "description": "Supplies the URI to a remote resource (or resource fragment).",
                          "example": "http://data.example.com/buildings/123",
                          "type": "string"
                        },
                        "hreflang": {
                          "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                          "example": "en",
                          "type": "string"
                        },
                        "length": {
                          "type": "integer"
                        },
                        "rel": {
                          "description": "The type or semantics of the relation.",
                          "example": "alternate",
                          "type": "string"
                        },
                        "templated": {
                          "description": "This flag set to true if the link is a URL template.",
                          "type": "boolean"
                        },
                        "title": {
                          "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                          "type": "string"
                        },
                        "type": {
                          "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                          "type": "string"
                        },
                        "varBase": {
                          "description": "A base path to retrieve semantic information about the variables used in URL template.",
                          "type": "string"
                        }
                      },
                      "required": [
                        "href",
                        "rel"
                      ],
                      "type": "object"
                    },
                    "minItems": 1,
                    "type": "array"
                  },
                  "title": {
                    "description": "A title for this style",
                    "type": "string"
                  }
                },
                "required": [
                  "id"
                ],
                "type": "object"
              }
            ]
          },
          "tileMatrixSetLimits": {
            "description": "Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all",
            "items": {
              "description": "The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard",
              "properties": {
                "maxTileCol": {
                  "minimum": 0,
                  "type": "integer"
                },
                "maxTileRow": {
                  "minimum": 0,
                  "type": "integer"
                },
                "minTileCol": {
                  "minimum": 0,
                  "type": "integer"
                },
                "minTileRow": {
                  "minimum": 0,
                  "type": "integer"
                },
                "tileMatrix": {
                  "type": "string"
                }
              },
              "required": [
                "tileMatrix",
                "minTileRow",
                "maxTileRow",
                "minTileCol",
                "maxTileCol"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "tileMatrixSetURI": {
            "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
            "format": "uri",
            "type": "string"
          },
          "title": {
            "description": "A title for this tileset",
            "type": "string"
          },
          "updated": {
            "allOf": [
              {
                "description": "Last Tile Set change/revision"
              },
              {
                "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                "example": "2017-08-17T08:05:32Z",
                "format": "date-time",
                "type": "string"
              }
            ]
          },
          "version": {
            "description": "Version of the Tile Set. Changes if the data behind the tiles has been changed",
            "type": "string"
          }
        },
        "required": [
          "dataType",
          "crs",
          "links"
        ],
        "type": "object"
      },
      "tileSet-item": {
        "description": "A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.",
        "properties": {
          "crs": {
            "allOf": [
              {
                "description": "Coordinate Reference System (CRS)"
              },
              {
                "oneOf": [
                  {
                    "description": "Simplification of the object into a url if the other properties are not present",
                    "type": "string"
                  },
                  {
                    "oneOf": [
                      {
                        "properties": {
                          "uri": {
                            "description": "Reference to one coordinate reference system (CRS)",
                            "format": "uri",
                            "type": "string"
                          }
                        },
                        "required": [
                          "uri"
                        ]
                      },
                      {
                        "properties": {
                          "wkt": {
                            "allOf": [
                              {
                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                              },
                              {
                                "type": "object"
                              }
                            ]
                          }
                        },
                        "required": [
                          "wkt"
                        ]
                      },
                      {
                        "properties": {
                          "referenceSystem": {
                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                            "type": "object"
                          }
                        },
                        "required": [
                          "referenceSystem"
                        ]
                      }
                    ],
                    "type": "object"
                  }
                ]
              }
            ]
          },
          "dataType": {
            "allOf": [
              {
                "description": "Type of data represented in the tileset"
              },
              {
                "anyOf": [
                  {
                    "type": "string"
                  },
                  {
                    "enum": [
                      "map",
                      "vector",
                      "coverage"
                    ],
                    "type": "string"
                  }
                ]
              }
            ]
          },
          "links": {
            "description": "Links to related resources. A 'self' link to the tileset as well as a 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' link to a definition of the TileMatrixSet are required.",
            "items": {
              "properties": {
                "href": {
                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                  "example": "http://data.example.com/buildings/123",
                  "type": "string"
                },
                "hreflang": {
                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                  "example": "en",
                  "type": "string"
                },
                "length": {
                  "type": "integer"
                },
                "rel": {
                  "description": "The type or semantics of the relation.",
                  "example": "alternate",
                  "type": "string"
                },
                "templated": {
                  "description": "This flag set to true if the link is a URL template.",
                  "type": "boolean"
                },
                "title": {
                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                  "type": "string"
                },
                "type": {
                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                  "type": "string"
                },
                "varBase": {
                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                  "type": "string"
                }
              },
              "required": [
                "href",
                "rel"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "tileMatrixSetURI": {
            "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
            "format": "uri",
            "type": "string"
          },
          "title": {
            "description": "A title for this tileset",
            "type": "string"
          }
        },
        "required": [
          "dataType",
          "links",
          "crs"
        ],
        "type": "object"
      },
      "timeStamp": {
        "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
        "example": "2017-08-17T08:05:32Z",
        "format": "date-time",
        "type": "string"
      }
    }
  },
  "info": {
    "contact": {
      "email": "beheerpdok@kadaster.nl",
      "name": "PDOK Support",
      "url": "https://www.pdok.nl/support"
    },
    "description": "De gegevens bestaan uit BAG-panden inclusief panden met de status 'gesloopt' en een deelselectie van BAG-gegevens van deze panden en de zich daarin bevindende verblijfsobjecten. Ook de ligplaatsen en standplaatsen zijn hierin opgenomen met een deelselectie van BAG-gegevens. Lees meer over de BAG en bekijk de BAG vector tiles in de Vectortile Viewer.",
    "license": {
      "name": "Public Domain Mark 1.0",
      "url": "https://creativecommons.org/publicdomain/mark/1.0/deed.nl"
    },
    "termsOfService": "",
    "title": "Basisregistratie Adressen en Gebouwen",
    "version": "0.1.0"
  },
  "openapi": "3.1.0",
  "paths": {
    "/": {
      "get": {
        "description": "The landing page provides links to the API definition and the conformance statements for this API.",
        "operationId": "getLandingPage",
        "parameters": [
          {
            "description": "The optional f parameter indicates the output format that the server shall provide as part of the response document.  The default format is JSON.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "default": "json",
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "links": {
                      "items": {
                        "properties": {
                          "href": {
                            "description": "Supplies the URI to a remote resource (or resource fragment).",
                            "example": "http://data.example.com/buildings/123",
                            "type": "string"
                          },
                          "hreflang": {
                            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                            "example": "en",
                            "type": "string"
                          },
                          "length": {
                            "type": "integer"
                          },
                          "rel": {
                            "description": "The type or semantics of the relation.",
                            "example": "alternate",
                            "type": "string"
                          },
                          "templated": {
                            "description": "This flag set to true if the link is a URL template.",
                            "type": "boolean"
                          },
                          "title": {
                            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                            "type": "string"
                          },
                          "type": {
                            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                            "type": "string"
                          },
                          "varBase": {
                            "description": "A base path to retrieve semantic information about the variables used in URL template.",
                            "type": "string"
                          }
                        },
                        "required": [
                          "href",
                          "rel"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "links"
                  ],
                  "type": "object"
                }
              },
              "application/vnd.oai.openapi+json;version=3.0": {
                "schema": {
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "links": {
                      "items": {
                        "properties": {
                          "href": {
                            "description": "Supplies the URI to a remote resource (or resource fragment).",
                            "example": "http://data.example.com/buildings/123",
                            "type": "string"
                          },
                          "hreflang": {
                            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                            "example": "en",
                            "type": "string"
                          },
                          "length": {
                            "type": "integer"
                          },
                          "rel": {
                            "description": "The type or semantics of the relation.",
                            "example": "alternate",
                            "type": "string"
                          },
                          "templated": {
                            "description": "This flag set to true if the link is a URL template.",
                            "type": "boolean"
                          },
                          "title": {
                            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                            "type": "string"
                          },
                          "type": {
                            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                            "type": "string"
                          },
                          "varBase": {
                            "description": "A base path to retrieve semantic information about the variables used in URL template.",
                            "type": "string"
                          }
                        },
                        "required": [
                          "href",
                          "rel"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "links"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "The landing page provides links to the API definition\n(link relations `service-desc` and `service-doc`),\nand the Conformance declaration (path `/conformance`,\nlink relation `conformance`).",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Landing page",
        "tags": [
          "Common"
        ]
      }
    },
    "/api": {
      "get": {
        "description": "This document",
        "operationId": "getOpenApi",
        "parameters": [
          {
            "description": "The optional f parameter indicates the output format that the server shall provide as part of the response document.  The default format is JSON.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "default": "json",
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "description": "General Success response.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "This document",
        "tags": [
          "Common"
        ]
      }
    },
    "/conformance": {
      "get": {
        "description": "A list of all conformance classes specified in a standard that the server conforms to.",
        "operationId": "getConformanceDeclaration",
        "parameters": [
          {
            "description": "The optional f parameter indicates the output format that the server shall provide as part of the response document.  The default format is JSON.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "default": "json",
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "conformsTo": [
                    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
                    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/landingPage",
                    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/oas30",
                    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/html",
                    "http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/json"
                  ]
                },
                "schema": {
                  "properties": {
                    "conformsTo": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "conformsTo"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "The URIs of all conformance classes supported by the server.\n\nTo support \"generic\" clients that want to access multiple\nOGC API Features implementations - and not \"just\" a specific\nAPI / server, the server declares the conformance\nclasses it implements and conforms to.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "API conformance definition",
        "tags": [
          "Common"
        ]
      }
    },
    "/styles": {
      "get": {
        "description": "This operation fetches the set of styles available. For\neach style the id, a title, links to the stylesheet of\nthe style in each supported encoding, and the link to the\nmetadata is provided.",
        "operationId": "getStyleSet",
        "parameters": [
          {
            "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
            "example": "json",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "styles": {
                      "example": [
                        {
                          "id": "night",
                          "links": [
                            {
                              "href": "https://example.com/api/1.0/styles/night?f=mapbox",
                              "rel": "stylesheet",
                              "type": "application/vnd.mapbox.style+json"
                            },
                            {
                              "href": "https://example.com/api/1.0/styles/night?f=sld10",
                              "rel": "stylesheet",
                              "type": "application/vnd.ogc.sld+xml;version=1.0"
                            },
                            {
                              "href": "https://example.com/api/1.0/styles/night/metadata?f=json",
                              "rel": "describedBy",
                              "type": "application/json"
                            }
                          ],
                          "title": "Topographic night style"
                        },
                        {
                          "id": "topographic",
                          "links": [
                            {
                              "href": "https://example.com/api/1.0/styles/topographic?f=mapbox",
                              "rel": "stylesheet",
                              "type": "application/vnd.mapbox.style+json"
                            },
                            {
                              "href": "https://example.com/api/1.0/styles/topographic?f=sld10",
                              "rel": "stylesheet",
                              "type": "application/vnd.ogc.sld+xml;version=1.0"
                            },
                            {
                              "href": "https://example.com/api/1.0/styles/topographic/metadata?f=json",
                              "rel": "describedBy",
                              "type": "application/json"
                            }
                          ],
                          "title": "Regular topographic style"
                        }
                      ],
                      "items": {
                        "nullable": true,
                        "properties": {
                          "id": {
                            "nullable": true,
                            "type": "string"
                          },
                          "links": {
                            "items": {
                              "properties": {
                                "href": {
                                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                                  "example": "http://data.example.com/buildings/123",
                                  "type": "string"
                                },
                                "hreflang": {
                                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                  "example": "en",
                                  "type": "string"
                                },
                                "length": {
                                  "type": "integer"
                                },
                                "rel": {
                                  "description": "The type or semantics of the relation.",
                                  "example": "alternate",
                                  "type": "string"
                                },
                                "templated": {
                                  "description": "This flag set to true if the link is a URL template.",
                                  "type": "boolean"
                                },
                                "title": {
                                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                  "type": "string"
                                },
                                "type": {
                                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                  "type": "string"
                                },
                                "varBase": {
                                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "rel"
                              ],
                              "type": "object"
                            },
                            "minItems": 1,
                            "nullable": true,
                            "type": "array"
                          },
                          "title": {
                            "nullable": true,
                            "type": "string"
                          }
                        },
                        "required": [
                          "id",
                          "links"
                        ],
                        "type": "object"
                      },
                      "nullable": true,
                      "type": "array"
                    }
                  },
                  "required": [
                    "styles"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "The set of available styles",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "information about the available styles",
        "tags": [
          "Styles"
        ]
      }
    },
    "/styles/{styleId}": {
      "get": {
        "description": "Fetches the style with identifier `styleId`. The set of\navailable styles can be retrieved at `/styles`.\n\nNot all styles are available in all style encodings.",
        "operationId": "getStyle",
        "parameters": [
          {
            "description": "Local identifier of a style. \\\nA list of all available styles can be found\nunder the /styles path.",
            "in": "path",
            "name": "styleId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
            "example": "mapbox",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "mapbox",
                "sld10",
                "sld11"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "description": "The style",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "fetch a style by id",
        "tags": [
          "Styles"
        ]
      }
    },
    "/styles/{styleId}/legend": {
      "get": {
        "description": "Fetches the legend for a style as a PNG image (when available). The legend describes the symbols, colors and texts used in the style.",
        "operationId": "getStyleLegend",
        "parameters": [
          {
            "description": "Local identifier of a style. \\\nA list of all available styles can be found\nunder the /styles path.",
            "in": "path",
            "name": "styleId",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "image/png": {
                "schema": {
                  "format": "binary",
                  "type": "string"
                }
              }
            },
            "description": "The legend for the style.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "fetch the legend of the style",
        "tags": [
          "Styles"
        ]
      }
    },
    "/styles/{styleId}/metadata": {
      "get": {
        "description": "Style metadata is essential information about a style\nin order to support users to discover and select styles\nfor rendering their data and for visual style editors\nto create user interfaces for editing a style.\n\nThis operations returns the metadata for the requested\nstyle as a single document.\n\nThe stylesheet of the style will typically include some\nthe metadata, too.",
        "operationId": "getStyleMetadata",
        "parameters": [
          {
            "description": "Local identifier of a style. \\\nA list of all available styles can be found\nunder the /styles path.",
            "in": "path",
            "name": "styleId",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "(informative) \\\nThe content type of the response. If no value is provided,\nthe standard http rules apply, i.e., the accept header\nwill be used to determine the format.",
            "example": "json",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "accessConstraints": {
                      "enum": [
                        "unclassified",
                        "confidential",
                        "restricted",
                        "secret",
                        "topSecret"
                      ],
                      "example": "unclassified",
                      "nullable": true,
                      "type": "string"
                    },
                    "dates": {
                      "example": {
                        "creation": "2019-01-01T10:05:00Z",
                        "publication": "2019-01-01T11:05:00Z",
                        "receivedOn": "2019-02-01T11:05:00Z",
                        "revision": "2019-02-01T11:05:00Z",
                        "validTill": "2019-02-01T11:05:00Z"
                      },
                      "nullable": true,
                      "properties": {
                        "creation": {
                          "format": "date-time",
                          "nullable": true,
                          "type": "string"
                        },
                        "publication": {
                          "format": "date-time",
                          "nullable": true,
                          "type": "string"
                        },
                        "receivedOn": {
                          "format": "date-time",
                          "nullable": true,
                          "type": "string"
                        },
                        "revision": {
                          "format": "date-time",
                          "nullable": true,
                          "type": "string"
                        },
                        "validTill": {
                          "format": "date-time",
                          "nullable": true,
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "description": {
                      "example": "This topographic basemap style is designed to be\nused in situations with low ambient light.\n\nThe style supports datasets based on the TDS 6.1\nspecification.",
                      "nullable": true,
                      "type": "string"
                    },
                    "id": {
                      "example": "night",
                      "type": "string"
                    },
                    "keywords": {
                      "example": [
                        "basemap",
                        "TDS",
                        "TDS 6.1",
                        "OGC API"
                      ],
                      "items": {
                        "type": "string"
                      },
                      "nullable": true,
                      "type": "array"
                    },
                    "layers": {
                      "example": [
                        {
                          "id": "vegetationsrf",
                          "sampleData": {
                            "href": "https://services.interactive-instruments.de/vtp/daraa/collections/vegetationsrf/items?f=json\u0026limit=100",
                            "rel": "data",
                            "type": "application/geo+json"
                          },
                          "type": "polygon"
                        },
                        {
                          "attributes": [
                            {
                              "id": "f_code",
                              "type": "string"
                            }
                          ],
                          "id": "hydrographycrv",
                          "sampleData": {
                            "href": "https://services.interactive-instruments.de/vtp/daraa/collections/hydrographycrv/items?f=json\u0026limit=100",
                            "rel": "data",
                            "type": "application/geo+json"
                          },
                          "type": "line"
                        }
                      ],
                      "items": {
                        "nullable": true,
                        "properties": {
                          "attributes": {
                            "properties": {
                              "queryables": {
                                "items": {
                                  "oneOf": [
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        },
                                        {
                                          "nullable": true,
                                          "properties": {
                                            "pattern": {
                                              "description": "a regular expression to validate the values of the property",
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "the name of the vegetation area",
                                        "example": "[A-Z0-9]{5}",
                                        "id": "name",
                                        "required": true,
                                        "type": "string"
                                      }
                                    },
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        },
                                        {
                                          "nullable": true,
                                          "properties": {
                                            "values": {
                                              "description": "the list of values of the property",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            }
                                          },
                                          "required": [
                                            "values"
                                          ],
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "the dominant charcteristic of vegetation area",
                                        "id": "type",
                                        "type": "enum",
                                        "values": [
                                          "grassland",
                                          "forest",
                                          "farmland"
                                        ]
                                      }
                                    },
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        },
                                        {
                                          "nullable": true,
                                          "properties": {
                                            "range": {
                                              "description": "a range of valid values; open range can be expressed using `null`",
                                              "items": {
                                                "nullable": true,
                                                "type": "number"
                                              },
                                              "maxItems": 2,
                                              "minItems": 2,
                                              "nullable": true,
                                              "type": "array"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "the number of cattle",
                                        "id": "count",
                                        "range": [
                                          0,
                                          null
                                        ],
                                        "type": "integer"
                                      }
                                    },
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "indicator whether the area is walled or fenced",
                                        "id": "fenced",
                                        "type": "boolean"
                                      }
                                    },
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        },
                                        {
                                          "nullable": true,
                                          "properties": {
                                            "range": {
                                              "description": "a range of valid values; open range can be expressed using `null`",
                                              "items": {
                                                "format": "date",
                                                "nullable": true,
                                                "type": "string"
                                              },
                                              "maxItems": 2,
                                              "minItems": 2,
                                              "nullable": true,
                                              "type": "array"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "the date of the last inspection",
                                        "id": "inspectionDate",
                                        "range": [
                                          "2010-01-01",
                                          null
                                        ],
                                        "type": "date"
                                      }
                                    },
                                    {
                                      "allOf": [
                                        {
                                          "discriminator": {
                                            "mapping": {
                                              "boolean": "queryable-boolean",
                                              "date": "queryable-date",
                                              "dateTime": "queryable-dateTime",
                                              "enum": "queryable-enum",
                                              "integer": "queryable-number",
                                              "number": "queryable-number",
                                              "string": "queryable-string",
                                              "uri": "queryable-string"
                                            },
                                            "propertyName": "type"
                                          },
                                          "nullable": true,
                                          "properties": {
                                            "description": {
                                              "description": "a description of the property",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "id": {
                                              "description": "the property name for use in expressions",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "mediaTypes": {
                                              "description": "In cases where a property is available only in a subset of the\nsupported feature encodings, the list of the media types of the\nencodings can be specified.\n\nThis capabilitiy is also needed for cases where the names of\nproperties may differ between feature encodings. For example, \nidentifiers in an XML/GML encoding may include a namespace, \nin GeoJSON or MVT this is not the case. \n\nThere are other reasons, too. For example, the property identifier\nin a Shapefile may be different because of length restrictions.",
                                              "items": {
                                                "type": "string"
                                              },
                                              "nullable": true,
                                              "type": "array"
                                            },
                                            "required": {
                                              "default": false,
                                              "description": "indicator whether the property is always present in features",
                                              "nullable": true,
                                              "type": "boolean"
                                            },
                                            "title": {
                                              "description": "the title of the property for presentation to a human user",
                                              "nullable": true,
                                              "type": "string"
                                            },
                                            "type": {
                                              "description": "the data type of the property",
                                              "enum": [
                                                "string",
                                                "uri",
                                                "enum",
                                                "number",
                                                "integer",
                                                "date",
                                                "dateTime",
                                                "boolean"
                                              ],
                                              "nullable": true,
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "id",
                                            "type"
                                          ],
                                          "type": "object"
                                        },
                                        {
                                          "nullable": true,
                                          "properties": {
                                            "range": {
                                              "description": "a range of valid values; open range can be expressed using `null`",
                                              "items": {
                                                "format": "date-time",
                                                "nullable": true,
                                                "type": "string"
                                              },
                                              "maxItems": 2,
                                              "minItems": 2,
                                              "nullable": true,
                                              "type": "array"
                                            }
                                          },
                                          "type": "object"
                                        }
                                      ],
                                      "example": {
                                        "description": "the date of the last update of the feature",
                                        "id": "lastUpdate",
                                        "range": [
                                          "2018-01-01T00:00:00Z",
                                          null
                                        ],
                                        "type": "dateTime"
                                      }
                                    }
                                  ]
                                },
                                "nullable": true,
                                "type": "array"
                              }
                            },
                            "required": [
                              "queryables"
                            ],
                            "type": "object"
                          },
                          "description": {
                            "nullable": true,
                            "type": "string"
                          },
                          "id": {
                            "example": "vegetationsrf",
                            "type": "string"
                          },
                          "sampleData": {
                            "properties": {
                              "href": {
                                "description": "Supplies the URI to a remote resource (or resource fragment).",
                                "example": "http://data.example.com/buildings/123",
                                "type": "string"
                              },
                              "hreflang": {
                                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                "example": "en",
                                "type": "string"
                              },
                              "length": {
                                "type": "integer"
                              },
                              "rel": {
                                "description": "The type or semantics of the relation.",
                                "example": "alternate",
                                "type": "string"
                              },
                              "templated": {
                                "description": "This flag set to true if the link is a URL template.",
                                "type": "boolean"
                              },
                              "title": {
                                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                "type": "string"
                              },
                              "type": {
                                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                "type": "string"
                              },
                              "varBase": {
                                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                "type": "string"
                              }
                            },
                            "required": [
                              "href",
                              "rel"
                            ],
                            "type": "object"
                          },
                          "type": {
                            "enum": [
                              "point",
                              "line",
                              "polygon",
                              "geometry",
                              "raster"
                            ],
                            "example": "polygon",
                            "nullable": true,
                            "type": "string"
                          }
                        },
                        "required": [
                          "id"
                        ],
                        "type": "object"
                      },
                      "nullable": true,
                      "type": "array"
                    },
                    "links": {
                      "description": "The links may reference related resources. It is recommended to include\na link to a thumbnail with link relation `preview` (specified by RFC 6903)\nand the appropriate media type in the `type` parameter.\nThe thumbnail may be an image that is published as a resource in the API,\nit may reference an appropriate raster tile, a map request, etc.",
                      "example": [
                        {
                          "href": "https://example.org/catalog/1.0/resources/night-thumbnail.png",
                          "rel": "preview",
                          "title": "thumbnail of the night style applied to OSM data from Daraa, Syria",
                          "type": "image/png"
                        }
                      ],
                      "items": {
                        "properties": {
                          "href": {
                            "description": "Supplies the URI to a remote resource (or resource fragment).",
                            "example": "http://data.example.com/buildings/123",
                            "type": "string"
                          },
                          "hreflang": {
                            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                            "example": "en",
                            "type": "string"
                          },
                          "length": {
                            "type": "integer"
                          },
                          "rel": {
                            "description": "The type or semantics of the relation.",
                            "example": "alternate",
                            "type": "string"
                          },
                          "templated": {
                            "description": "This flag set to true if the link is a URL template.",
                            "type": "boolean"
                          },
                          "title": {
                            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                            "type": "string"
                          },
                          "type": {
                            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                            "type": "string"
                          },
                          "varBase": {
                            "description": "A base path to retrieve semantic information about the variables used in URL template.",
                            "type": "string"
                          }
                        },
                        "required": [
                          "href",
                          "rel"
                        ],
                        "type": "object"
                      },
                      "nullable": true,
                      "type": "array"
                    },
                    "pointOfContact": {
                      "example": "John Doe",
                      "nullable": true,
                      "type": "string"
                    },
                    "scope": {
                      "enum": [
                        "style"
                      ],
                      "example": "style",
                      "nullable": true,
                      "type": "string"
                    },
                    "stylesheets": {
                      "example": [
                        {
                          "link": {
                            "href": "https://example.org/catalog/1.0/styles/night?f=mapbox",
                            "rel": "stylesheet",
                            "type": "application/vnd.mapbox.style+json"
                          },
                          "native": true,
                          "specification": "https://docs.mapbox.com/mapbox-gl-js/style-spec/",
                          "tilingScheme": "GoogleMapsCompatible",
                          "title": "Mapbox Style",
                          "version": "8"
                        },
                        {
                          "link": {
                            "href": "https://example.org/catalog/1.0/styles/night?f=sld10",
                            "rel": "stylesheet",
                            "type": "application/vnd.ogc.sld+xml;version=1.0"
                          },
                          "native": false,
                          "title": "OGC SLD",
                          "version": "1.0"
                        }
                      ],
                      "items": {
                        "nullable": true,
                        "properties": {
                          "link": {
                            "properties": {
                              "href": {
                                "description": "Supplies the URI to a remote resource (or resource fragment).",
                                "example": "http://data.example.com/buildings/123",
                                "type": "string"
                              },
                              "hreflang": {
                                "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                "example": "en",
                                "type": "string"
                              },
                              "length": {
                                "type": "integer"
                              },
                              "rel": {
                                "description": "The type or semantics of the relation.",
                                "example": "alternate",
                                "type": "string"
                              },
                              "templated": {
                                "description": "This flag set to true if the link is a URL template.",
                                "type": "boolean"
                              },
                              "title": {
                                "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                "type": "string"
                              },
                              "type": {
                                "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                "type": "string"
                              },
                              "varBase": {
                                "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                "type": "string"
                              }
                            },
                            "required": [
                              "href",
                              "rel"
                            ],
                            "type": "object"
                          },
                          "native": {
                            "nullable": true,
                            "type": "boolean"
                          },
                          "specification": {
                            "format": "url",
                            "nullable": true,
                            "type": "string"
                          },
                          "tilingScheme": {
                            "nullable": true,
                            "type": "string"
                          },
                          "title": {
                            "nullable": true,
                            "type": "string"
                          },
                          "version": {
                            "nullable": true,
                            "type": "string"
                          }
                        },
                        "required": [
                          "link"
                        ],
                        "type": "object"
                      },
                      "nullable": true,
                      "type": "array"
                    },
                    "title": {
                      "example": "Topographic night style",
                      "nullable": true,
                      "type": "string"
                    },
                    "version": {
                      "example": "1.0.0",
                      "nullable": true,
                      "type": "string"
                    }
                  },
                  "required": [
                    "id"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "The metadata for the style.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "fetch the metadata about a style",
        "tags": [
          "Styles"
        ]
      }
    },
    "/tileMatrixSets": {
      "get": {
        "operationId": "tileMatrixSets.dataset.vector.getTileSetsList",
        "parameters": [
          {
            "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "tileMatrixSets": {
                      "items": {
                        "description": "A minimal tile matrix set element for use within a list of tile matrix sets linking to a full definition.",
                        "properties": {
                          "crs": {
                            "allOf": [
                              {
                                "description": "Coordinate Reference System (CRS)"
                              },
                              {
                                "oneOf": [
                                  {
                                    "description": "Simplification of the object into a url if the other properties are not present",
                                    "type": "string"
                                  },
                                  {
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "uri": {
                                            "description": "Reference to one coordinate reference system (CRS)",
                                            "format": "uri",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "uri"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "wkt": {
                                            "allOf": [
                                              {
                                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                              },
                                              {
                                                "type": "object"
                                              }
                                            ]
                                          }
                                        },
                                        "required": [
                                          "wkt"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "referenceSystem": {
                                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                            "type": "object"
                                          }
                                        },
                                        "required": [
                                          "referenceSystem"
                                        ]
                                      }
                                    ],
                                    "type": "object"
                                  }
                                ]
                              }
                            ]
                          },
                          "id": {
                            "description": "Optional local tile matrix set identifier, e.g. for use as unspecified `{tileMatrixSetId}` parameter. Implementation of 'identifier'",
                            "type": "string"
                          },
                          "links": {
                            "description": "Links to related resources. A 'self' link to the tile matrix set definition is required.",
                            "items": {
                              "properties": {
                                "href": {
                                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                                  "example": "http://data.example.com/buildings/123",
                                  "type": "string"
                                },
                                "hreflang": {
                                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                  "example": "en",
                                  "type": "string"
                                },
                                "length": {
                                  "type": "integer"
                                },
                                "rel": {
                                  "description": "The type or semantics of the relation.",
                                  "example": "alternate",
                                  "type": "string"
                                },
                                "templated": {
                                  "description": "This flag set to true if the link is a URL template.",
                                  "type": "boolean"
                                },
                                "title": {
                                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                  "type": "string"
                                },
                                "type": {
                                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                  "type": "string"
                                },
                                "varBase": {
                                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "rel"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "title": {
                            "description": "Title of this tile matrix set, normally used for display to a human",
                            "type": "string"
                          },
                          "uri": {
                            "description": "Reference to an official source for this tileMatrixSet",
                            "format": "uri",
                            "type": "string"
                          }
                        },
                        "required": [
                          "links"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "List of tile matrix sets (tiling schemes).",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Retrieve the list of available tiling schemes (tile matrix sets)",
        "tags": [
          "Tiling Schemes"
        ]
      }
    },
    "/tileMatrixSets/{tileMatrixSetId}": {
      "get": {
        "operationId": "tileMatrixSets.dataset.vector.getTileSet",
        "parameters": [
          {
            "allowEmptyValue": false,
            "description": "Identifier for a supported TileMatrixSet",
            "in": "path",
            "name": "tileMatrixSetId",
            "required": true,
            "schema": {
              "enum": [
                "NetherlandsRDNewQuad",
                "EuropeanETRS89_LAEAQuad",
                "WebMercatorQuad"
              ],
              "type": "string"
            }
          },
          {
            "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "description": "A definition of a tile matrix set following the Tile Matrix Set standard. For tileset metadata, such a description (in `tileMatrixSet` property) is only required for offline use, as an alternative to a link with a `http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme` relation type.",
                  "properties": {
                    "boundingBox": {
                      "allOf": [
                        {
                          "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
                        },
                        {
                          "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                          "properties": {
                            "crs": {
                              "oneOf": [
                                {
                                  "description": "Simplification of the object into a url if the other properties are not present",
                                  "type": "string"
                                },
                                {
                                  "oneOf": [
                                    {
                                      "properties": {
                                        "uri": {
                                          "description": "Reference to one coordinate reference system (CRS)",
                                          "format": "uri",
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "uri"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "wkt": {
                                          "allOf": [
                                            {
                                              "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                            },
                                            {
                                              "type": "object"
                                            }
                                          ]
                                        }
                                      },
                                      "required": [
                                        "wkt"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "referenceSystem": {
                                          "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "referenceSystem"
                                      ]
                                    }
                                  ],
                                  "type": "object"
                                }
                              ]
                            },
                            "lowerLeft": {
                              "description": "A 2D Point in the CRS indicated elsewhere",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            },
                            "orderedAxes": {
                              "items": {
                                "type": "string"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            },
                            "upperRight": {
                              "description": "A 2D Point in the CRS indicated elsewhere",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            }
                          },
                          "required": [
                            "lowerLeft",
                            "upperRight"
                          ],
                          "type": "object"
                        }
                      ]
                    },
                    "crs": {
                      "allOf": [
                        {
                          "description": "Coordinate Reference System (CRS)"
                        },
                        {
                          "oneOf": [
                            {
                              "description": "Simplification of the object into a url if the other properties are not present",
                              "type": "string"
                            },
                            {
                              "oneOf": [
                                {
                                  "properties": {
                                    "uri": {
                                      "description": "Reference to one coordinate reference system (CRS)",
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "uri"
                                  ]
                                },
                                {
                                  "properties": {
                                    "wkt": {
                                      "allOf": [
                                        {
                                          "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                        },
                                        {
                                          "type": "object"
                                        }
                                      ]
                                    }
                                  },
                                  "required": [
                                    "wkt"
                                  ]
                                },
                                {
                                  "properties": {
                                    "referenceSystem": {
                                      "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "referenceSystem"
                                  ]
                                }
                              ],
                              "type": "object"
                            }
                          ]
                        }
                      ]
                    },
                    "description": {
                      "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                      "type": "string"
                    },
                    "id": {
                      "description": "Tile matrix set identifier. Implementation of 'identifier'",
                      "type": "string"
                    },
                    "keywords": {
                      "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "orderedAxes": {
                      "items": {
                        "type": "string"
                      },
                      "minItems": 1,
                      "type": "array"
                    },
                    "tileMatrices": {
                      "description": "Describes scale levels and its tile matrices",
                      "items": {
                        "description": "A tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.",
                        "properties": {
                          "cellSize": {
                            "description": "Cell size of this tile matrix",
                            "type": "number"
                          },
                          "cornerOfOrigin": {
                            "default": "topLeft",
                            "description": "The corner of the tile matrix (_topLeft_ or _bottomLeft_) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.",
                            "enum": [
                              "topLeft",
                              "bottomLeft"
                            ],
                            "type": "string"
                          },
                          "description": {
                            "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                            "type": "string"
                          },
                          "id": {
                            "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'",
                            "type": "string"
                          },
                          "keywords": {
                            "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset",
                            "items": {
                              "type": "string"
                            },
                            "type": "array"
                          },
                          "matrixHeight": {
                            "description": "Width of the matrix (number of tiles in width)",
                            "format": "integer",
                            "minimum": 1,
                            "multipleOf": 1,
                            "type": "number"
                          },
                          "matrixWidth": {
                            "description": "Height of the matrix (number of tiles in height)",
                            "format": "integer",
                            "minimum": 1,
                            "multipleOf": 1,
                            "type": "number"
                          },
                          "pointOfOrigin": {
                            "allOf": [
                              {
                                "description": "Precise position in CRS coordinates of the corner of origin (e.g. the top-left corner) for this tile matrix. This position is also a corner of the (0, 0) tile. In previous version, this was 'topLeftCorner' and 'cornerOfOrigin' did not exist."
                              },
                              {
                                "description": "A 2D Point in the CRS indicated elsewhere",
                                "items": {
                                  "type": "number"
                                },
                                "maxItems": 2,
                                "minItems": 2,
                                "type": "array"
                              }
                            ]
                          },
                          "scaleDenominator": {
                            "description": "Scale denominator of this tile matrix",
                            "type": "number"
                          },
                          "tileHeight": {
                            "description": "Height of each tile of this tile matrix in pixels",
                            "format": "integer",
                            "minimum": 1,
                            "multipleOf": 1,
                            "type": "number"
                          },
                          "tileWidth": {
                            "description": "Width of each tile of this tile matrix in pixels",
                            "format": "integer",
                            "minimum": 1,
                            "multipleOf": 1,
                            "type": "number"
                          },
                          "title": {
                            "description": "Title of this tile matrix, normally used for display to a human",
                            "type": "string"
                          },
                          "variableMatrixWidths": {
                            "description": "Describes the rows that has variable matrix width",
                            "items": {
                              "description": "Variable Matrix Width data structure",
                              "properties": {
                                "coalesce": {
                                  "description": "Number of tiles in width that coalesce in a single tile for these rows",
                                  "format": "integer",
                                  "minimum": 2,
                                  "multipleOf": 1,
                                  "type": "number"
                                },
                                "maxTileRow": {
                                  "description": "Last tile row where the coalescence factor applies for this tilematrix",
                                  "format": "integer",
                                  "minimum": 0,
                                  "multipleOf": 1,
                                  "type": "number"
                                },
                                "minTileRow": {
                                  "description": "First tile row where the coalescence factor applies for this tilematrix",
                                  "format": "integer",
                                  "minimum": 0,
                                  "multipleOf": 1,
                                  "type": "number"
                                }
                              },
                              "required": [
                                "coalesce",
                                "minTileRow",
                                "maxTileRow"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          }
                        },
                        "required": [
                          "id",
                          "scaleDenominator",
                          "cellSize",
                          "pointOfOrigin",
                          "tileWidth",
                          "tileHeight",
                          "matrixWidth",
                          "matrixHeight"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "title": {
                      "description": "Title of this tile matrix set, normally used for display to a human",
                      "type": "string"
                    },
                    "uri": {
                      "description": "Reference to an official source for this tileMatrixSet",
                      "format": "uri",
                      "type": "string"
                    },
                    "wellKnownScaleSet": {
                      "description": "Reference to a well-known scale set",
                      "format": "uri",
                      "type": "string"
                    }
                  },
                  "required": [
                    "crs",
                    "tileMatrices"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "tile matrix set",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Retrieve the definition of the specified tiling scheme (tile matrix set)",
        "tags": [
          "Tiling Schemes"
        ]
      }
    },
    "/tiles": {
      "get": {
        "operationId": "tiles.dataset.vector.getTileSetsList",
        "parameters": [
          {
            "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "properties": {
                    "links": {
                      "items": {
                        "properties": {
                          "href": {
                            "description": "Supplies the URI to a remote resource (or resource fragment).",
                            "example": "http://data.example.com/buildings/123",
                            "type": "string"
                          },
                          "hreflang": {
                            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                            "example": "en",
                            "type": "string"
                          },
                          "length": {
                            "type": "integer"
                          },
                          "rel": {
                            "description": "The type or semantics of the relation.",
                            "example": "alternate",
                            "type": "string"
                          },
                          "templated": {
                            "description": "This flag set to true if the link is a URL template.",
                            "type": "boolean"
                          },
                          "title": {
                            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                            "type": "string"
                          },
                          "type": {
                            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                            "type": "string"
                          },
                          "varBase": {
                            "description": "A base path to retrieve semantic information about the variables used in URL template.",
                            "type": "string"
                          }
                        },
                        "required": [
                          "href",
                          "rel"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "tilesets": {
                      "items": {
                        "description": "A minimal tileset element for use within a list of tilesets linking to full description of those tilesets.",
                        "properties": {
                          "crs": {
                            "allOf": [
                              {
                                "description": "Coordinate Reference System (CRS)"
                              },
                              {
                                "oneOf": [
                                  {
                                    "description": "Simplification of the object into a url if the other properties are not present",
                                    "type": "string"
                                  },
                                  {
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "uri": {
                                            "description": "Reference to one coordinate reference system (CRS)",
                                            "format": "uri",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "uri"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "wkt": {
                                            "allOf": [
                                              {
                                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                              },
                                              {
                                                "type": "object"
                                              }
                                            ]
                                          }
                                        },
                                        "required": [
                                          "wkt"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "referenceSystem": {
                                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                            "type": "object"
                                          }
                                        },
                                        "required": [
                                          "referenceSystem"
                                        ]
                                      }
                                    ],
                                    "type": "object"
                                  }
                                ]
                              }
                            ]
                          },
                          "dataType": {
                            "allOf": [
                              {
                                "description": "Type of data represented in the tileset"
                              },
                              {
                                "anyOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "enum": [
                                      "map",
                                      "vector",
                                      "coverage"
                                    ],
                                    "type": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          "links": {
                            "description": "Links to related resources. A 'self' link to the tileset as well as a 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' link to a definition of the TileMatrixSet are required.",
                            "items": {
                              "properties": {
                                "href": {
                                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                                  "example": "http://data.example.com/buildings/123",
                                  "type": "string"
                                },
                                "hreflang": {
                                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                  "example": "en",
                                  "type": "string"
                                },
                                "length": {
                                  "type": "integer"
                                },
                                "rel": {
                                  "description": "The type or semantics of the relation.",
                                  "example": "alternate",
                                  "type": "string"
                                },
                                "templated": {
                                  "description": "This flag set to true if the link is a URL template.",
                                  "type": "boolean"
                                },
                                "title": {
                                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                  "type": "string"
                                },
                                "type": {
                                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                  "type": "string"
                                },
                                "varBase": {
                                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "rel"
                              ],
                              "type": "object"
                            },
                            "type": "array"
                          },
                          "tileMatrixSetURI": {
                            "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
                            "format": "uri",
                            "type": "string"
                          },
                          "title": {
                            "description": "A title for this tileset",
                            "type": "string"
                          }
                        },
                        "required": [
                          "dataType",
                          "links",
                          "crs"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "tilesets"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "List of available tilesets.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Retrieve a list of available vector tilesets for the specified collection",
        "tags": [
          "Vector Tiles"
        ]
      }
    },
    "/tiles/{tileMatrixSetId}": {
      "get": {
        "operationId": "tiles.dataset.vector.getTileSet",
        "parameters": [
          {
            "allowEmptyValue": false,
            "description": "Identifier for a supported TileMatrixSet",
            "in": "path",
            "name": "tileMatrixSetId",
            "required": true,
            "schema": {
              "enum": [
                "NetherlandsRDNewQuad",
                "EuropeanETRS89_LAEAQuad",
                "WebMercatorQuad"
              ],
              "type": "string"
            }
          },
          {
            "description": "The format of the response. If no value is provided, the accept header is used to determine the format. Accepted values are 'json' or 'html'.",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "json",
                "html"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "description": "A resource describing a tileset based on the OGC TileSet Metadata Standard. At least one of the 'TileMatrixSet',  or a link with 'rel' http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme",
                  "properties": {
                    "accessConstraints": {
                      "default": "unclassified",
                      "description": "Restrictions on the availability of the Tile Set that the user needs to be aware of before using or redistributing the Tile Set",
                      "enum": [
                        "unclassified",
                        "restricted",
                        "confidential",
                        "secret",
                        "topSecret"
                      ],
                      "type": "string"
                    },
                    "attribution": {
                      "description": "Short reference to recognize the author or provider",
                      "type": "string"
                    },
                    "boundingBox": {
                      "allOf": [
                        {
                          "description": "Minimum bounding rectangle surrounding the tile matrix set, in the supported CRS"
                        },
                        {
                          "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                          "properties": {
                            "crs": {
                              "oneOf": [
                                {
                                  "description": "Simplification of the object into a url if the other properties are not present",
                                  "type": "string"
                                },
                                {
                                  "oneOf": [
                                    {
                                      "properties": {
                                        "uri": {
                                          "description": "Reference to one coordinate reference system (CRS)",
                                          "format": "uri",
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "uri"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "wkt": {
                                          "allOf": [
                                            {
                                              "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                            },
                                            {
                                              "type": "object"
                                            }
                                          ]
                                        }
                                      },
                                      "required": [
                                        "wkt"
                                      ]
                                    },
                                    {
                                      "properties": {
                                        "referenceSystem": {
                                          "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                          "type": "object"
                                        }
                                      },
                                      "required": [
                                        "referenceSystem"
                                      ]
                                    }
                                  ],
                                  "type": "object"
                                }
                              ]
                            },
                            "lowerLeft": {
                              "description": "A 2D Point in the CRS indicated elsewhere",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            },
                            "orderedAxes": {
                              "items": {
                                "type": "string"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            },
                            "upperRight": {
                              "description": "A 2D Point in the CRS indicated elsewhere",
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            }
                          },
                          "required": [
                            "lowerLeft",
                            "upperRight"
                          ],
                          "type": "object"
                        }
                      ]
                    },
                    "centerPoint": {
                      "allOf": [
                        {
                          "description": "Location of a tile that nicely represents the tileset. Implementations may use this center value to set the default location or to present a representative tile in a user interface"
                        },
                        {
                          "properties": {
                            "cellSize": {
                              "description": "Cell size of the tile matrix selected",
                              "type": "number"
                            },
                            "coordinates": {
                              "items": {
                                "type": "number"
                              },
                              "maxItems": 2,
                              "minItems": 2,
                              "type": "array"
                            },
                            "crs": {
                              "allOf": [
                                {
                                  "description": "Coordinate Reference System (CRS) of the coordinates"
                                },
                                {
                                  "oneOf": [
                                    {
                                      "description": "Simplification of the object into a url if the other properties are not present",
                                      "type": "string"
                                    },
                                    {
                                      "oneOf": [
                                        {
                                          "properties": {
                                            "uri": {
                                              "description": "Reference to one coordinate reference system (CRS)",
                                              "format": "uri",
                                              "type": "string"
                                            }
                                          },
                                          "required": [
                                            "uri"
                                          ]
                                        },
                                        {
                                          "properties": {
                                            "wkt": {
                                              "allOf": [
                                                {
                                                  "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                                },
                                                {
                                                  "type": "object"
                                                }
                                              ]
                                            }
                                          },
                                          "required": [
                                            "wkt"
                                          ]
                                        },
                                        {
                                          "properties": {
                                            "referenceSystem": {
                                              "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                              "type": "object"
                                            }
                                          },
                                          "required": [
                                            "referenceSystem"
                                          ]
                                        }
                                      ],
                                      "type": "object"
                                    }
                                  ]
                                }
                              ]
                            },
                            "scaleDenominator": {
                              "description": "Scale denominator of the tile matrix selected",
                              "type": "number"
                            },
                            "tileMatrix": {
                              "description": "TileMatrix identifier associated with the scaleDenominator",
                              "type": "string"
                            }
                          },
                          "required": [
                            "coordinates"
                          ],
                          "type": "object"
                        }
                      ]
                    },
                    "created": {
                      "allOf": [
                        {
                          "description": "When the Tile Set was first produced"
                        },
                        {
                          "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                          "example": "2017-08-17T08:05:32Z",
                          "format": "date-time",
                          "type": "string"
                        }
                      ]
                    },
                    "crs": {
                      "allOf": [
                        {
                          "description": "Coordinate Reference System (CRS)"
                        },
                        {
                          "oneOf": [
                            {
                              "description": "Simplification of the object into a url if the other properties are not present",
                              "type": "string"
                            },
                            {
                              "oneOf": [
                                {
                                  "properties": {
                                    "uri": {
                                      "description": "Reference to one coordinate reference system (CRS)",
                                      "format": "uri",
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "uri"
                                  ]
                                },
                                {
                                  "properties": {
                                    "wkt": {
                                      "allOf": [
                                        {
                                          "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                        },
                                        {
                                          "type": "object"
                                        }
                                      ]
                                    }
                                  },
                                  "required": [
                                    "wkt"
                                  ]
                                },
                                {
                                  "properties": {
                                    "referenceSystem": {
                                      "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                      "type": "object"
                                    }
                                  },
                                  "required": [
                                    "referenceSystem"
                                  ]
                                }
                              ],
                              "type": "object"
                            }
                          ]
                        }
                      ]
                    },
                    "dataType": {
                      "allOf": [
                        {
                          "description": "Type of data represented in the tileset"
                        },
                        {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "enum": [
                                "map",
                                "vector",
                                "coverage"
                              ],
                              "type": "string"
                            }
                          ]
                        }
                      ]
                    },
                    "description": {
                      "description": "Brief narrative description of this tile set",
                      "type": "string"
                    },
                    "epoch": {
                      "description": "Epoch of the Coordinate Reference System (CRS)",
                      "type": "number"
                    },
                    "keywords": {
                      "description": "keywords about this tileset",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "layers": {
                      "items": {
                        "properties": {
                          "attribution": {
                            "description": "Short reference to recognize the author or provider",
                            "type": "string"
                          },
                          "boundingBox": {
                            "allOf": [
                              {
                                "description": "Minimum bounding rectangle surrounding the layer"
                              },
                              {
                                "description": "Minimum bounding rectangle surrounding a 2D resource in the CRS indicated elsewhere",
                                "properties": {
                                  "crs": {
                                    "oneOf": [
                                      {
                                        "description": "Simplification of the object into a url if the other properties are not present",
                                        "type": "string"
                                      },
                                      {
                                        "oneOf": [
                                          {
                                            "properties": {
                                              "uri": {
                                                "description": "Reference to one coordinate reference system (CRS)",
                                                "format": "uri",
                                                "type": "string"
                                              }
                                            },
                                            "required": [
                                              "uri"
                                            ]
                                          },
                                          {
                                            "properties": {
                                              "wkt": {
                                                "allOf": [
                                                  {
                                                    "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                                  },
                                                  {
                                                    "type": "object"
                                                  }
                                                ]
                                              }
                                            },
                                            "required": [
                                              "wkt"
                                            ]
                                          },
                                          {
                                            "properties": {
                                              "referenceSystem": {
                                                "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                                "type": "object"
                                              }
                                            },
                                            "required": [
                                              "referenceSystem"
                                            ]
                                          }
                                        ],
                                        "type": "object"
                                      }
                                    ]
                                  },
                                  "lowerLeft": {
                                    "description": "A 2D Point in the CRS indicated elsewhere",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "orderedAxes": {
                                    "items": {
                                      "type": "string"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "type": "array"
                                  },
                                  "upperRight": {
                                    "description": "A 2D Point in the CRS indicated elsewhere",
                                    "items": {
                                      "type": "number"
                                    },
                                    "maxItems": 2,
                                    "minItems": 2,
                                    "type": "array"
                                  }
                                },
                                "required": [
                                  "lowerLeft",
                                  "upperRight"
                                ],
                                "type": "object"
                              }
                            ]
                          },
                          "created": {
                            "allOf": [
                              {
                                "description": "When the layer was first produced"
                              },
                              {
                                "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                                "example": "2017-08-17T08:05:32Z",
                                "format": "date-time",
                                "type": "string"
                              }
                            ]
                          },
                          "crs": {
                            "allOf": [
                              {
                                "description": "Coordinate Reference System (CRS)"
                              },
                              {
                                "oneOf": [
                                  {
                                    "description": "Simplification of the object into a url if the other properties are not present",
                                    "type": "string"
                                  },
                                  {
                                    "oneOf": [
                                      {
                                        "properties": {
                                          "uri": {
                                            "description": "Reference to one coordinate reference system (CRS)",
                                            "format": "uri",
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "uri"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "wkt": {
                                            "allOf": [
                                              {
                                                "description": "An object defining the CRS using the JSON encoding for Well-known text representation of coordinate reference systems 2.0"
                                              },
                                              {
                                                "type": "object"
                                              }
                                            ]
                                          }
                                        },
                                        "required": [
                                          "wkt"
                                        ]
                                      },
                                      {
                                        "properties": {
                                          "referenceSystem": {
                                            "description": "A reference system data structure as defined in the MD_ReferenceSystem of the ISO 19115",
                                            "type": "object"
                                          }
                                        },
                                        "required": [
                                          "referenceSystem"
                                        ]
                                      }
                                    ],
                                    "type": "object"
                                  }
                                ]
                              }
                            ]
                          },
                          "dataType": {
                            "allOf": [
                              {
                                "description": "Type of data represented in the layer"
                              },
                              {
                                "anyOf": [
                                  {
                                    "type": "string"
                                  },
                                  {
                                    "enum": [
                                      "map",
                                      "vector",
                                      "coverage"
                                    ],
                                    "type": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          "description": {
                            "description": "Brief narrative description of this tile matrix set, normally available for display to a human",
                            "type": "string"
                          },
                          "epoch": {
                            "description": "Epoch of the Coordinate Reference System (CRS)",
                            "type": "number"
                          },
                          "featureType": {
                            "description": "Feature type identifier. Only applicable to layers of datatype 'geometries'",
                            "type": "string"
                          },
                          "geoDataClasses": {
                            "description": "URI identifying a class of data contained in this layer (useful to determine compatibility with styles or processes)",
                            "items": {
                              "type": "string"
                            },
                            "type": "array"
                          },
                          "geometryDimension": {
                            "description": "The geometry dimension of the features shown in this layer (0: points, 1: curves, 2: surfaces, 3: solids), unspecified: mixed or unknown",
                            "maximum": 3,
                            "minimum": 0,
                            "type": "integer"
                          },
                          "id": {
                            "description": "Unique identifier of the Layer. Implementation of 'identifier'",
                            "type": "string"
                          },
                          "keywords": {
                            "description": "Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this layer",
                            "type": "string"
                          },
                          "license": {
                            "description": "License applicable to the tiles",
                            "type": "string"
                          },
                          "links": {
                            "description": "Links related to this layer. Possible link 'rel' values are: 'geodata' for a URL pointing to the collection of geospatial data.",
                            "items": {
                              "properties": {
                                "href": {
                                  "description": "Supplies the URI to a remote resource (or resource fragment).",
                                  "example": "http://data.example.com/buildings/123",
                                  "type": "string"
                                },
                                "hreflang": {
                                  "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                  "example": "en",
                                  "type": "string"
                                },
                                "length": {
                                  "type": "integer"
                                },
                                "rel": {
                                  "description": "The type or semantics of the relation.",
                                  "example": "alternate",
                                  "type": "string"
                                },
                                "templated": {
                                  "description": "This flag set to true if the link is a URL template.",
                                  "type": "boolean"
                                },
                                "title": {
                                  "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                  "type": "string"
                                },
                                "type": {
                                  "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                  "type": "string"
                                },
                                "varBase": {
                                  "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                  "type": "string"
                                }
                              },
                              "required": [
                                "href",
                                "rel"
                              ],
                              "type": "object"
                            },
                            "minItems": 1,
                            "type": "array"
                          },
                          "maxCellSize": {
                            "description": "Maximum cell size for usage of the layer",
                            "type": "number"
                          },
                          "maxScaleDenominator": {
                            "description": "Maximum scale denominator for usage of the layer",
                            "type": "number"
                          },
                          "maxTileMatrix": {
                            "description": "TileMatrix identifier associated with the minScaleDenominator",
                            "type": "string"
                          },
                          "minCellSize": {
                            "description": "Minimum cell size for usage of the layer",
                            "type": "number"
                          },
                          "minScaleDenominator": {
                            "description": "Minimum scale denominator for usage of the layer",
                            "type": "number"
                          },
                          "minTileMatrix": {
                            "description": "TileMatrix identifier associated with the maxScaleDenominator",
                            "type": "string"
                          },
                          "pointOfContact": {
                            "description": "Useful information to contact the authors or custodians for the layer (e.g. e-mail address, a physical address,  phone numbers, etc)",
                            "type": "string"
                          },
                          "propertiesSchema": {
                            "allOf": [
                              {
                                "description": "Properties represented by the features in this layer. Can be the attributes of a feature dataset (datatype=geometries) or the rangeType of a coverage (datatype=coverage)"
                              },
                              {
                                "description": "Attributes of the features or rangetypes of a coverage. Defined by a subset of the JSON Schema for the properties of a feature",
                                "properties": {
                                  "properties": {
                                    "additionalProperties": {
                                      "description": "No property names are defined but any property name they should be described by JSON Schema. So 'additionalProperties' implements 'name'.",
                                      "properties": {
                                        "contentMediaType": {
                                          "description": "Implements 'mediaType'",
                                          "type": "string"
                                        },
                                        "description": {
                                          "description": "Implements 'description'",
                                          "type": "string"
                                        },
                                        "enum": {
                                          "description": "Implements 'acceptedValues'",
                                          "items": {},
                                          "minItems": 1,
                                          "type": "array",
                                          "uniqueItems": true
                                        },
                                        "exclusiveMaximum": {
                                          "description": "Implements 'range'",
                                          "type": "number"
                                        },
                                        "exclusiveMinimum": {
                                          "description": "Implements 'range'",
                                          "type": "number"
                                        },
                                        "format": {
                                          "description": "Complements implementation of 'type'",
                                          "type": "string"
                                        },
                                        "maxItems": {
                                          "description": "Implements 'upperMultiplicity'",
                                          "minimum": 0,
                                          "type": "integer"
                                        },
                                        "maximum": {
                                          "description": "Implements 'range'",
                                          "type": "number"
                                        },
                                        "minItems": {
                                          "default": 0,
                                          "description": "Implements 'lowerMultiplicity'",
                                          "minimum": 0,
                                          "type": "integer"
                                        },
                                        "minimum": {
                                          "description": "Implements 'range'",
                                          "type": "number"
                                        },
                                        "observedProperty": {
                                          "type": "string"
                                        },
                                        "observedPropertyURI": {
                                          "format": "uri",
                                          "type": "string"
                                        },
                                        "pattern": {
                                          "format": "regex",
                                          "type": "string"
                                        },
                                        "title": {
                                          "type": "string"
                                        },
                                        "type": {
                                          "enum": [
                                            "array",
                                            "boolean",
                                            "integer",
                                            "null",
                                            "number",
                                            "object",
                                            "string"
                                          ],
                                          "type": "string"
                                        },
                                        "uom": {
                                          "type": "string"
                                        },
                                        "uomURI": {
                                          "format": "uri",
                                          "type": "string"
                                        }
                                      },
                                      "type": "object"
                                    },
                                    "default": {},
                                    "type": "object"
                                  },
                                  "required": {
                                    "description": "Implements 'multiplicity' by citing property 'name' defined as 'additionalProperties'",
                                    "items": {
                                      "type": "string"
                                    },
                                    "minItems": 1,
                                    "type": "array"
                                  },
                                  "type": {
                                    "enum": [
                                      "object"
                                    ],
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "type",
                                  "properties"
                                ],
                                "type": "object"
                              }
                            ]
                          },
                          "publisher": {
                            "description": "Organization or individual responsible for making the layer available",
                            "type": "string"
                          },
                          "style": {
                            "allOf": [
                              {
                                "description": "Style used to generate the layer in the tileset"
                              },
                              {
                                "properties": {
                                  "description": {
                                    "description": "Brief narrative description of this style",
                                    "type": "string"
                                  },
                                  "id": {
                                    "description": "An identifier for this style. Implementation of 'identifier'",
                                    "type": "string"
                                  },
                                  "keywords": {
                                    "description": "keywords about this style",
                                    "items": {
                                      "type": "string"
                                    },
                                    "type": "array"
                                  },
                                  "links": {
                                    "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                                    "items": {
                                      "properties": {
                                        "href": {
                                          "description": "Supplies the URI to a remote resource (or resource fragment).",
                                          "example": "http://data.example.com/buildings/123",
                                          "type": "string"
                                        },
                                        "hreflang": {
                                          "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                          "example": "en",
                                          "type": "string"
                                        },
                                        "length": {
                                          "type": "integer"
                                        },
                                        "rel": {
                                          "description": "The type or semantics of the relation.",
                                          "example": "alternate",
                                          "type": "string"
                                        },
                                        "templated": {
                                          "description": "This flag set to true if the link is a URL template.",
                                          "type": "boolean"
                                        },
                                        "title": {
                                          "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                          "type": "string"
                                        },
                                        "type": {
                                          "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                          "type": "string"
                                        },
                                        "varBase": {
                                          "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                          "type": "string"
                                        }
                                      },
                                      "required": [
                                        "href",
                                        "rel"
                                      ],
                                      "type": "object"
                                    },
                                    "minItems": 1,
                                    "type": "array"
                                  },
                                  "title": {
                                    "description": "A title for this style",
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "id"
                                ],
                                "type": "object"
                              }
                            ]
                          },
                          "theme": {
                            "description": "Category where the layer can be grouped",
                            "type": "string"
                          },
                          "title": {
                            "description": "Title of this tile matrix set, normally used for display to a human",
                            "type": "string"
                          },
                          "updated": {
                            "allOf": [
                              {
                                "description": "Last layer change/revision"
                              },
                              {
                                "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                                "example": "2017-08-17T08:05:32Z",
                                "format": "date-time",
                                "type": "string"
                              }
                            ]
                          }
                        },
                        "required": [
                          "id",
                          "dataType"
                        ],
                        "type": "object"
                      },
                      "minItems": 1,
                      "type": "array"
                    },
                    "license": {
                      "description": "License applicable to the tiles",
                      "type": "string"
                    },
                    "links": {
                      "description": "Links to related resources. Possible link 'rel' values are: 'http://www.opengis.net/def/rel/ogc/1.0/dataset' for a URL pointing to the dataset, 'item' for a URL template to get a tile; 'alternate' for a URL pointing to another representation of the TileSetMetadata (e.g a TileJSON file); 'http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme' for a definition of the TileMatrixSet; 'http://www.opengis.net/def/rel/ogc/1.0/geodata' for pointing to a single collection (if the tileset represents a single collection)",
                      "items": {
                        "properties": {
                          "href": {
                            "description": "Supplies the URI to a remote resource (or resource fragment).",
                            "example": "http://data.example.com/buildings/123",
                            "type": "string"
                          },
                          "hreflang": {
                            "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                            "example": "en",
                            "type": "string"
                          },
                          "length": {
                            "type": "integer"
                          },
                          "rel": {
                            "description": "The type or semantics of the relation.",
                            "example": "alternate",
                            "type": "string"
                          },
                          "templated": {
                            "description": "This flag set to true if the link is a URL template.",
                            "type": "boolean"
                          },
                          "title": {
                            "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                            "type": "string"
                          },
                          "type": {
                            "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                            "type": "string"
                          },
                          "varBase": {
                            "description": "A base path to retrieve semantic information about the variables used in URL template.",
                            "type": "string"
                          }
                        },
                        "required": [
                          "href",
                          "rel"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "mediaTypes": {
                      "description": "Media types available for the tiles",
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "pointOfContact": {
                      "description": "Useful information to contact the authors or custodians for the Tile Set",
                      "type": "string"
                    },
                    "style": {
                      "allOf": [
                        {
                          "description": "Style involving all layers used to generate the tileset"
                        },
                        {
                          "properties": {
                            "description": {
                              "description": "Brief narrative description of this style",
                              "type": "string"
                            },
                            "id": {
                              "description": "An identifier for this style. Implementation of 'identifier'",
                              "type": "string"
                            },
                            "keywords": {
                              "description": "keywords about this style",
                              "items": {
                                "type": "string"
                              },
                              "type": "array"
                            },
                            "links": {
                              "description": "Links to style related resources. Possible link 'rel' values are: 'style' for a URL pointing to the style description, 'styleSpec' for a URL pointing to the specification or standard used to define the style.",
                              "items": {
                                "properties": {
                                  "href": {
                                    "description": "Supplies the URI to a remote resource (or resource fragment).",
                                    "example": "http://data.example.com/buildings/123",
                                    "type": "string"
                                  },
                                  "hreflang": {
                                    "description": "A hint indicating what the language of the result of dereferencing the link should be.",
                                    "example": "en",
                                    "type": "string"
                                  },
                                  "length": {
                                    "type": "integer"
                                  },
                                  "rel": {
                                    "description": "The type or semantics of the relation.",
                                    "example": "alternate",
                                    "type": "string"
                                  },
                                  "templated": {
                                    "description": "This flag set to true if the link is a URL template.",
                                    "type": "boolean"
                                  },
                                  "title": {
                                    "description": "Used to label the destination of a link such that it can be used as a human-readable identifier.",
                                    "type": "string"
                                  },
                                  "type": {
                                    "description": "A hint indicating what the media type of the result of dereferencing the link should be.",
                                    "type": "string"
                                  },
                                  "varBase": {
                                    "description": "A base path to retrieve semantic information about the variables used in URL template.",
                                    "type": "string"
                                  }
                                },
                                "required": [
                                  "href",
                                  "rel"
                                ],
                                "type": "object"
                              },
                              "minItems": 1,
                              "type": "array"
                            },
                            "title": {
                              "description": "A title for this style",
                              "type": "string"
                            }
                          },
                          "required": [
                            "id"
                          ],
                          "type": "object"
                        }
                      ]
                    },
                    "tileMatrixSetLimits": {
                      "description": "Limits for the TileRow and TileCol values for each TileMatrix in the tileMatrixSet. If missing, there are no limits other that the ones imposed by the TileMatrixSet. If present the TileMatrices listed are limited and the rest not available at all",
                      "items": {
                        "description": "The limits for an individual tile matrix of a TileSet's TileMatrixSet, as defined in the OGC 2D TileMatrixSet and TileSet Metadata Standard",
                        "properties": {
                          "maxTileCol": {
                            "minimum": 0,
                            "type": "integer"
                          },
                          "maxTileRow": {
                            "minimum": 0,
                            "type": "integer"
                          },
                          "minTileCol": {
                            "minimum": 0,
                            "type": "integer"
                          },
                          "minTileRow": {
                            "minimum": 0,
                            "type": "integer"
                          },
                          "tileMatrix": {
                            "type": "string"
                          }
                        },
                        "required": [
                          "tileMatrix",
                          "minTileRow",
                          "maxTileRow",
                          "minTileCol",
                          "maxTileCol"
                        ],
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "tileMatrixSetURI": {
                      "description": "Reference to a Tile Matrix Set on an offical source for Tile Matrix Sets such as the OGC NA definition server (http://www.opengis.net/def/tms/). Required if the tile matrix set is registered on an open official source.",
                      "format": "uri",
                      "type": "string"
                    },
                    "title": {
                      "description": "A title for this tileset",
                      "type": "string"
                    },
                    "updated": {
                      "allOf": [
                        {
                          "description": "Last Tile Set change/revision"
                        },
                        {
                          "description": "This property indicates the time and date when the response was generated using RFC 3339 notation.",
                          "example": "2017-08-17T08:05:32Z",
                          "format": "date-time",
                          "type": "string"
                        }
                      ]
                    },
                    "version": {
                      "description": "Version of the Tile Set. Changes if the data behind the tiles has been changed",
                      "type": "string"
                    }
                  },
                  "required": [
                    "dataType",
                    "crs",
                    "links"
                  ],
                  "type": "object"
                }
              },
              "application/vnd.mapbox.tile+json": {
                "schema": {
                  "properties": {
                    "attribution": {
                      "type": "string"
                    },
                    "bounds": {
                      "items": {
                        "type": "number"
                      },
                      "type": "array"
                    },
                    "center": {
                      "items": {
                        "type": "number"
                      },
                      "type": "array"
                    },
                    "crs": {
                      "type": "string"
                    },
                    "data": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "description": {
                      "type": "string"
                    },
                    "extent": {
                      "items": {
                        "type": "number"
                      },
                      "type": "array"
                    },
                    "grids": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "legend": {
                      "type": "string"
                    },
                    "maxzoom": {
                      "maximum": 30,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "minzoom": {
                      "maximum": 30,
                      "minimum": 0,
                      "type": "integer"
                    },
                    "name": {
                      "type": "string"
                    },
                    "profile": {
                      "type": "string"
                    },
                    "proj4": {
                      "type": "string"
                    },
                    "scheme": {
                      "type": "string"
                    },
                    "template": {
                      "type": "string"
                    },
                    "tile_matrix": {
                      "items": {
                        "properties": {
                          "extent": {
                            "items": {
                              "type": "number"
                            },
                            "type": "array"
                          },
                          "id": {
                            "type": "string"
                          },
                          "origin": {
                            "items": {
                              "type": "number"
                            },
                            "type": "array"
                          },
                          "pixel_size": {
                            "items": {
                              "type": "number"
                            },
                            "type": "array"
                          },
                          "scale_denominator": {
                            "type": "number"
                          },
                          "tile_size": {
                            "items": {
                              "type": "number"
                            },
                            "type": "array"
                          }
                        },
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "tilejson": {
                      "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
                      "type": "string"
                    },
                    "tiles": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "version": {
                      "pattern": "\\d+\\.\\d+\\.\\d+\\w?[\\w\\d]*",
                      "type": "string"
                    }
                  },
                  "required": [
                    "tilejson",
                    "tiles"
                  ],
                  "type": "object"
                }
              },
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            },
            "description": "Description of the tileset",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Retrieve the vector tileset metadata for the specified collection and tiling scheme (tile matrix set)",
        "tags": [
          "Vector Tiles"
        ]
      }
    },
    "/tiles/{tileMatrixSetId}/{tileMatrix}/{tileRow}/{tileCol}": {
      "get": {
        "operationId": "tiles.dataset.vector.getTile",
        "parameters": [
          {
            "description": "Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. For example,\nIreland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
            "example": "5",
            "in": "path",
            "name": "tileMatrix",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Row index of the tile on the selected TileMatrix. It cannot exceed the MatrixWidth-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
            "example": 10,
            "in": "path",
            "name": "tileRow",
            "required": true,
            "schema": {
              "minimum": 0,
              "type": "integer"
            }
          },
          {
            "description": "Column index of the tile on the selected TileMatrix. It cannot exceed the MatrixHeight-1 for the selected TileMatrix. For example, Ireland is fully within the Tile at WebMercatorQuad tileMatrix=5, tileRow=10 and tileCol=15.",
            "example": 15,
            "in": "path",
            "name": "tileCol",
            "required": true,
            "schema": {
              "minimum": 0,
              "type": "integer"
            }
          },
          {
            "allowEmptyValue": false,
            "description": "Identifier for a supported TileMatrixSet",
            "in": "path",
            "name": "tileMatrixSetId",
            "required": true,
            "schema": {
              "enum": [
                "NetherlandsRDNewQuad",
                "EuropeanETRS89_LAEAQuad",
                "WebMercatorQuad"
              ],
              "type": "string"
            }
          },
          {
            "description": "The format of the vector tile response (e.g. json). Accepted value is 'mvt' (Mapbox Vector Tiles)",
            "explode": false,
            "in": "query",
            "name": "f",
            "required": false,
            "schema": {
              "enum": [
                "mvt"
              ],
              "type": "string"
            },
            "style": "form"
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/vnd.mapbox-vector-tile": {
                "schema": {
                  "format": "binary",
                  "type": "string"
                }
              }
            },
            "description": "A vector tile returned as a response.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "204": {
            "description": "No data available for this tile.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "400": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad request: For example, invalid or unknown query parameters.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "404": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not found: The requested resource does not exist on the server. For example, a path parameter had an incorrect value.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "406": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Not acceptable: The requested media type is not supported by this resource.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "500": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Internal server error: An unexpected server error occurred.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          },
          "502": {
            "content": {
              "application/problem+json": {
                "schema": {
                  "description": "JSON schema for exceptions based on RFC 7807",
                  "properties": {
                    "detail": {
                      "description": "A human-readable explanation specific to this occurrence of the problem.",
                      "type": "string"
                    },
                    "instance": {
                      "description": "A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.",
                      "type": "string"
                    },
                    "status": {
                      "description": "The HTTP status code generated by the origin server for this occurrence of the problem.",
                      "type": "integer"
                    },
                    "title": {
                      "description": "A short, human-readable summary of the problem type.",
                      "type": "string"
                    },
                    "type": {
                      "description": "A URI reference that identifies the problem type.",
                      "type": "string"
                    }
                  },
                  "required": [
                    "title"
                  ],
                  "type": "object"
                }
              }
            },
            "description": "Bad Gateway: An unexpected error occurred while forwarding/proxying the request to another server.",
            "headers": {
              "API-Version": {
                "description": "Semantic version (semver) of the API according to [API Design Rules](https://gitdocumentatie.logius.nl/publicatie/api/adr/2.0.2/#/core/version-header).",
                "schema": {
                  "example": "1.0.0",
                  "pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$",
                  "type": "string"
                },
                "example": "1.0.0"
              }
            }
          }
        },
        "summary": "Retrieve a vector tile from a collection",
        "tags": [
          "Vector Tiles"
        ]
      }
    }
  },
  "servers": [
    {
      "description": "API endpoint",
      "url": "https://api.pdok.nl/lv/bag/ogc/v1"
    }
  ]
}