{
  "type": "Catalog",
  "stac_version": "1.0.0",
  "id": "Geoportal",
  "title": "Geoportal Server",
  "description": "Landing page for Geoportal Server STAC Records API.",
  "conformsTo": [
      "https://api.stacspec.org/v1.0.0/core", 
      "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",    
      "https://api.stacspec.org/v1.0.0/collections",
      "https://api.stacspec.org/v1.0.0/ogcapi-features",      
      "http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson",
       "https://api.stacspec.org/v1.0.0/item-search"
      ],
  "links": [
     {
      "href": "https://geoportalstac.azurewebsites.net/stac",
      "rel": "self",
      "type": "application/json",
      "title": "This STAC API - Records landing page as JSON"
    },
    {
      "href": "https://geoportalstac.azurewebsites.net/stac",
      "rel": "root",
      "type": "application/json",
      "title": "This STAC API - Records landing page as JSON"
    },
    {
      "href": "https://geoportalstac.azurewebsites.net/stac/api",
      "rel": "service-desc",
      "type": "application/vnd.oai.openapi+json;version=3.0",
      "title": "The API definition (OpenAPI document)"
    },
    {
      "href": "https://geoportalstac.azurewebsites.net/stac/conformance",
      "rel": "conformance",
      "title": "The STAC API conformance classes supported"
    },
    {
      "href": "https://geoportalstac.azurewebsites.net/stac/collections",
      "rel": "data",
      "title": "The set of available collections"
    },
     {
      "href": "https://geoportalstac.azurewebsites.net/stac/search",
      "rel": "search",
      "type": "application/geo+json",
      "title": "Search the collections"
    },
    {
	"href": "https://geoportalstac.azurewebsites.net/stac/collections/metadata",
	"rel": "child",
	"type": "application/json",
	"title": "Sentinel Catalog"
	}
  ]
}