{
  "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://maps.pasda.psu.edu/arcgis/rest/services/SampleWorldCities/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"
                }
              }
            }
          }
        }
      }
    }
  }
}