Sentinel Hub · Schema

featureCollectionGeoJSON

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
View JSON Schema on GitHub

JSON Schema

CatalogFeaturesFeatureCollectionGeoJSON.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/CatalogFeaturesFeatureCollectionGeoJSON",
  "title": "featureCollectionGeoJSON",
  "allOf": [
    {
      "$ref": "#/components/schemas/CatalogFeatureCollectionGeoJSON"
    },
    {
      "type": "object",
      "required": [
        "features"
      ],
      "properties": {
        "features": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/CatalogItem"
          }
        },
        "links": {
          "$ref": "#/components/schemas/CatalogLinks"
        },
        "timeStamp": {
          "$ref": "#/components/schemas/CatalogFeaturesTimeStamp"
        },
        "numberReturned": {
          "$ref": "#/components/schemas/CatalogFeaturesNumberReturned"
        }
      }
    }
  ]
}