Sentinel Hub · Schema

Location

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
@id string
id string Sentinel Hub deployment location identifier
url string Endpoint url
wmsUrl string WMS Service url
processUrl string Process API url
catalogUrl string Catalog API url
View JSON Schema on GitHub

JSON Schema

Location.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/Location",
  "title": "Location",
  "type": "object",
  "properties": {
    "@id": {
      "type": "string",
      "format": "uri"
    },
    "id": {
      "description": "Sentinel Hub deployment location identifier",
      "type": "string"
    },
    "url": {
      "description": "Endpoint url",
      "type": "string"
    },
    "wmsUrl": {
      "description": "WMS Service url",
      "type": "string"
    },
    "processUrl": {
      "description": "Process API url",
      "type": "string"
    },
    "catalogUrl": {
      "description": "Catalog API url",
      "type": "string"
    }
  }
}