Sentinel Hub · Schema

searchBody

**Extension:** Fields Determines the shape of the features in the response

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
fields object
View JSON Schema on GitHub

JSON Schema

CatalogItemSearchFieldsSearchBody.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogItemSearchFieldsSearchBody",
  "title": "searchBody",
  "type": "object",
  "x-stac-api-fragment": "fields",
  "description": "**Extension:** Fields\n\nDetermines the shape of the features in the response",
  "properties": {
    "fields": {
      "$ref": "#/components/schemas/CatalogItemSearchFieldsFields"
    }
  }
}