Sentinel Hub · Schema

MaxarSearchResults

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
features array Search results as returned by MAXAR search. Note thate MAXAR search does not support paging. Thus, the `count` and `viewtoken` query parameters are ignored and a plain list of results is returned.
View JSON Schema on GitHub

JSON Schema

MaxarSearchResults.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/MaxarSearchResults",
  "title": "MaxarSearchResults",
  "properties": {
    "features": {
      "type": "array",
      "description": "Search results as returned by MAXAR search.\nNote thate MAXAR search does not support paging. Thus, the `count` and `viewtoken` query parameters are ignored and a plain list of results is returned.\n"
    }
  }
}