Sentinel Hub · Schema

MaxarRequestBase

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
provider string Specify this value to use data provider Maxar.
View JSON Schema on GitHub

JSON Schema

MaxarRequestBase.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/MaxarRequestBase",
  "title": "MaxarRequestBase",
  "type": "object",
  "required": [
    "provider"
  ],
  "properties": {
    "provider": {
      "description": "Specify this value to use data provider Maxar.",
      "type": "string",
      "enum": [
        "MAXAR"
      ]
    }
  }
}