{
  "components" : {
    "schemas" : {
    }
  },
  "openapi" : "3.0.3",
  "info" : {
    "title" : "OGC API Features Server",
    "description" : "OGC API Features Server",
    "version" : "1.0.0"
  },
  "servers" : [
    {
      "description" : "OGC API Features Server",
      "url" : "https://geoweb1.cm-loures.pt/arcgis/rest/services/Publica/PDM_Condicionantes_2025_wfs/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/0" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "0",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/1" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "1",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/2" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "2",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/3" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "3",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/4" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "4",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/5" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "5",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/6" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "6",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/7" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "7",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/8" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "8",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/9" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "9",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/10" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "10",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/11" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "11",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/12" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "12",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/13" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "13",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/14" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "14",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/15" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "15",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/16" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "16",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/17" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "17",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/18" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "18",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/19" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "19",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/20" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "20",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/21" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "21",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/22" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "22",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/23" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "23",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/24" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "24",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/25" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "25",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/26" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "26",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/27" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "27",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/28" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "28",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/29" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "29",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/30" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "30",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/31" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "31",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/32" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "32",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/33" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "33",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/34" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "34",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/35" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "35",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/36" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "36",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/37" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "37",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/38" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "38",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/39" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "39",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/40" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "40",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/41" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "41",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/42" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "42",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/43" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "43",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/44" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "44",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/45" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "45",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/46" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "46",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/47" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "47",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/48" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "48",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/49" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "49",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/50" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "50",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/51" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "51",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/52" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "52",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/53" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "53",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/54" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "54",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/55" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "55",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/56" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "56",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/57" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "57",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/58" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "58",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/59" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "59",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/60" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "60",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/61" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "61",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/62" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "62",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/63" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "63",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/64" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "64",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/65" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "65",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/66" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "66",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/67" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "67",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/68" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "68",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    },
    "/collections/69" : {
      "get" : {
        "tags" : [
          "Data"
        ],
        "summary" : "retrieves features of collection {collectionId}",
        "description" : "Retrieves the features of the collection with the id {collectionId}",
        "operationId" : "69",
        "responses" : {
          "default" : {
            "description" : "default response",
            "content" : {
              "application/geo+json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/collectionInfo"
                }
              }
            }
          }
        }
      }
    }
  }
}