Sentinel Hub · Schema
PlanetaryVariableDataSpec
Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
Properties
| Name | Type | Description |
|---|---|---|
| dataFilter | object | |
| type | string | The Planetary Variable Type to subscribe to. |
| id | string | The ID of the Planetary Variable to subscribe to. Note that each `id` value is only allowed with one corresponding `type` value. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sentinel-hub.com/schemas/PlanetaryVariableDataSpec",
"title": "PlanetaryVariableDataSpec",
"deprecated": true,
"type": "object",
"required": [
"dataFilter",
"type",
"id"
],
"properties": {
"dataFilter": {
"allOf": [
{
"$ref": "#/components/schemas/PlanetSubscriptionDataFilterBase"
}
]
},
"type": {
"type": "string",
"enum": [
"soil_water_content",
"biomass_proxy",
"land_surface_temperature",
"forest_carbon_diligence_30m",
"forest_carbon_monitoring_3m"
],
"description": "The Planetary Variable Type to subscribe to.",
"externalDocs": {
"description": "Plantery Variables types and IDs",
"url": "https://developers.planet.com/docs/subscriptions/pvs-subs/#planetary-variables-types-and-ids"
}
},
"id": {
"type": "string",
"enum": [
"SWC-AMSR2-C_V1.0_100",
"SWC-AMSR2-X_V1.0_100",
"SWC-SMAP-L_V1.0_100",
"SWC-AMSR2-C_V2.0_100",
"SWC-AMSR2-X_V2.0_100",
"SWC-SMAP-L_V2.0_100",
"SWC-AMSRE-C_V4.0_1000",
"SWC-AMSRE-X_V4.0_1000",
"SWC-AMSR2-C_V4.0_1000",
"SWC-AMSR2-X_V4.0_1000",
"SWC-SMAP-L_V4.0_1000",
"SWC-AMSRE-C_V5.0_1000",
"SWC-AMSRE-X_V5.0_1000",
"SWC-AMSR2-C_V5.0_1000",
"SWC-AMSR2-X_V5.0_1000",
"SWC-SMAP-L_V5.0_1000",
"BIOMASS-PROXY_V3.0_10",
"BIOMASS-PROXY_V4.0_10",
"LST-AMSR2_V1.0_100",
"LST-AMSRE_V1.0_1000",
"LST-AMSR2_V1.0_1000",
"CANOPY_HEIGHT_v1.1.0_30",
"CANOPY_COVER_v1.1.0_30",
"ABOVEGROUND_CARBON_DENSITY_v1.1.0_30",
"CANOPY_HEIGHT_v1.2.0_30",
"CANOPY_COVER_v1.2.0_30",
"ABOVEGROUND_CARBON_DENSITY_v1.2.0_30",
"CANOPY_HEIGHT_v1.0.0_3",
"CANOPY_COVER_v1.0.0_3",
"ABOVEGROUND_CARBON_DENSITY_v1.0.0_3"
],
"description": "The ID of the Planetary Variable to subscribe to.\nNote that each `id` value is only allowed with one corresponding `type` value.\n",
"externalDocs": {
"description": "Allowed type/id combinations",
"url": "https://developers.planet.com/docs/subscriptions/pvs-subs/#planetary-variables-types-and-ids"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/PlanetaryVariableDataSpec"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.