{
  "components" : {
    "schemas" : {
    }
  },
  "openapi" : "3.0.3",
  "info" : {
    "title" : "Esri OGC API Features Server",
    "description" : "Esri OGC API Features Server",
    "version" : "1.0.0"
  },
  "servers" : [
    {
      "description" : "Esri OGC API Features Server",
      "url" : "https://factmaps.sodir.no/api/rest/services/Factmaps/FactMapsWGS84/OGCFeatureServer"
    }
  ],
  "paths" : {
    "/" : {
      "get" : {
        "tags" : [
          "Capabilities"
        ],
        "summary" : "Landing page",
        "description" : "Landing page",
        "operationId" : "landingPage",
        "parameters" : [
          {
            "$ref" : "#/components/parameters/f"
          }
        ],
        "responses" : {
          "200" : {
            "description" : "successful operation",
            "$ref" : "#/components/schemas/LandingPage"
          }
        }
      }
    },
    "/conformance" : {
      "get" : {
        "tags" : [
          "Capabilities"
        ],
        "summary" : "supported conformance classes",
        "description" : "Retrieves the supported conformance classes",
        "operationId" : "conformance",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Conformance"
                }
              }
            }
          }
        }
      }
    },
    "/collections" : {
      "get" : {
        "tags" : [
          "Collections"
        ],
        "summary" : "describes collections",
        "description" : "Describes all collections provided by this service",
        "operationId" : "describeCollections",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Collections"
                }
              }
            }
          }
        }
      }
    },
    "/collections/203" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "203",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/204" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "204",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/205" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "205",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/207" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "207",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/206" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "206",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/201" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "201",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/304" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "304",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/306" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "306",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/307" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "307",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/311" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "311",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/403" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "403",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/404" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "404",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/405" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "405",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/406" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "406",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/407" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "407",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/421" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "421",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/409" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "409",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/410" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "410",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/411" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "411",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/412" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "412",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/413" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "413",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/422" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "422",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/415" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "415",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/416" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "416",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/417" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "417",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/418" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "418",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/419" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "419",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/423" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "423",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/420" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "420",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/452" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "452",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/453" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "453",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/454" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "454",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/455" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "455",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/901" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "901",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/902" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "902",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/502" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "502",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/503" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "503",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/505" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "505",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/504" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "504",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/540" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "540",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/603" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "603",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/619" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "619",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/604" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "604",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/620" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "620",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/606" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "606",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/607" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "607",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/609" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "609",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/610" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "610",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/626" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "626",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/627" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "627",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/612" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "612",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/613" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "613",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/614" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "614",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/615" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "615",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/616" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "616",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/617" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "617",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/658" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "658",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/618" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "618",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/706" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "706",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/702" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "702",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/704" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "704",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/705" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "705",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/803" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "803",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/809" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "809",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/802" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "802",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/807" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "807",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/804" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "804",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/805" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "805",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/511" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "511",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/512" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "512",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/513" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "513",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/514" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "514",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/531" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "531",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/351" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "351",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/532" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "532",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/650" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "650",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/651" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "651",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/652" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "652",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/653" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "653",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/654" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "654",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/655" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "655",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/251" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "251",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/252" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "252",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/253" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "253",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/254" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "254",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/255" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "255",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/256" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "256",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/257" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "257",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/515" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "515",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/101" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "101",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/656" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "656",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/516" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "516",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/517" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "517",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/657" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "657",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/402" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "402",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/218" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "218",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/518" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "518",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    }
  }
}