Sentinel Hub · Schema

Input

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
bounds object
data object
View JSON Schema on GitHub

JSON Schema

ProcessRequestInput.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/ProcessRequestInput",
  "title": "Input",
  "type": "object",
  "required": [
    "bounds",
    "data"
  ],
  "properties": {
    "bounds": {
      "$ref": "#/components/schemas/ProcessRequestInputBounds"
    },
    "data": {
      "$ref": "#/components/schemas/ProcessRequestInputData"
    }
  }
}