Sentinel Hub · Schema
collection
Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC
Properties
| Name | Type | Description |
|---|---|---|
| stac_version | object | |
| stac_extensions | object | |
| type | string | |
| id | string | identifier of the collection used, for example, in URIs |
| title | string | human readable title of the collection |
| description | string | Detailed multi-line description to fully explain the catalog or collection. [CommonMark 0.29](http://commonmark.org/) syntax MAY be used for rich text representation. |
| keywords | array | List of keywords describing the collection. |
| license | object | |
| extent | object | |
| providers | object | |
| links | object | |
| summaries | object | Summaries are either a unique set of all available values *or* statistics. Statistics by default only specify the range (minimum and maximum values), but can optionally be accompanied by additional st |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.sentinel-hub.com/schemas/CatalogCollection",
"title": "collection",
"type": "object",
"required": [
"stac_version",
"type",
"id",
"description",
"license",
"extent",
"links"
],
"properties": {
"stac_version": {
"$ref": "#/components/schemas/CatalogStacVersion"
},
"stac_extensions": {
"$ref": "#/components/schemas/CatalogStacExtensions"
},
"type": {
"type": "string"
},
"id": {
"description": "identifier of the collection used, for example, in URIs",
"type": "string"
},
"title": {
"description": "human readable title of the collection",
"type": "string"
},
"description": {
"type": "string",
"description": "Detailed multi-line description to fully explain the catalog or collection.\n[CommonMark 0.29](http://commonmark.org/) syntax MAY be used for rich text representation."
},
"keywords": {
"type": "array",
"description": "List of keywords describing the collection.",
"items": {
"type": "string"
}
},
"license": {
"$ref": "#/components/schemas/CatalogLicense"
},
"extent": {
"$ref": "#/components/schemas/CatalogExtent"
},
"providers": {
"$ref": "#/components/schemas/CatalogProviders"
},
"links": {
"$ref": "#/components/schemas/CatalogLinks"
},
"summaries": {
"description": "Summaries are either a unique set of all available values *or*\nstatistics. Statistics by default only specify the range (minimum\nand maximum values), but can optionally be accompanied by additional\nstatistical values. The range can specify the potential range of\nvalues, but it is recommended to be as precise as possible. The set\nof values must contain at least one element and it is strongly\nrecommended to list all values. It is recommended to list as many\nproperties as reasonable so that consumers get a full overview of\nthe Collection. Properties that are covered by the Collection\nspecification (e.g. `providers` and `license`) may not be repeated\nin the summaries.",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"type": "array",
"title": "Set of values",
"items": {
"description": "A value of any type."
}
},
{
"type": "object",
"title": "Statistics",
"description": "By default, only ranges with a minimum and a maximum value can\nbe specified. Ranges can be specified for ordinal values only,\nwhich means they need to have a rank order. Therefore, ranges\ncan only be specified for numbers and some special types of\nstrings. Examples: grades (A to F), dates or times.\nImplementors are free to add other derived statistical values\nto the object, for example `mean` or `stddev`.",
"required": [
"min",
"max"
],
"properties": {
"min": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"max": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
]
}
}
}
]
}
}
}
}
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/CatalogCollection"
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.