Sentinel Hub · Schema

BaseDataset

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
type string Datasource abbreviation
id string Identifier
View JSON Schema on GitHub

JSON Schema

BaseDataset.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/BaseDataset",
  "title": "BaseDataset",
  "type": "object",
  "properties": {
    "type": {
      "description": "Datasource abbreviation",
      "type": "string"
    },
    "id": {
      "description": "Identifier",
      "type": "string"
    }
  }
}