Sentinel Hub · Schema

View

Links to paginate the resource

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
currentToken string
nextToken string
previousToken string
@id string
next string
previous string
View JSON Schema on GitHub

JSON Schema

View.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/View",
  "title": "View",
  "description": "Links to paginate the resource",
  "type": "object",
  "properties": {
    "currentToken": {
      "type": "string"
    },
    "nextToken": {
      "type": "string"
    },
    "previousToken": {
      "type": "string"
    },
    "@id": {
      "type": "string",
      "format": "uri"
    },
    "next": {
      "type": "string",
      "format": "uri"
    },
    "previous": {
      "type": "string",
      "format": "uri"
    }
  }
}