Sentinel Hub · Schema

Group

Zarr group level parameters

Satellite ImageryGeospatialRemote SensingEarth ObservationNDVISentinelLandsatMODISOGCSTAC

Properties

Name Type Description
zarr_format integer Zarr format version. Currently only version 2 is supported.
coordinates object Allows customization of certain output coordinate system parameters
customAttributes object User-defined metadata to store into the group's `.zattrs` file. For example, to include a copyright notice in the ouptut Zarr, you could set this field to `{"copyright": "My Company Ltd, 2023"}`. **No
View JSON Schema on GitHub

JSON Schema

Group.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.sentinel-hub.com/schemas/Group",
  "title": "Group",
  "required": [
    "zarr_format"
  ],
  "description": "Zarr group level parameters",
  "properties": {
    "zarr_format": {
      "description": "Zarr format version. Currently only version 2 is supported.",
      "example": 2,
      "type": "integer"
    },
    "coordinates": {
      "description": "Allows customization of certain output coordinate system parameters",
      "properties": {
        "origin": {
          "type": "string",
          "description": "Defines the origin of the output raster/sign of resolution:\n * `topLeft` (default): negative resolution along the Zarr y-axis, same as for TIFF output</li>\n * `bottomLeft`: positive resolution along the Zarr y-axis</li>\n\nThe resolution along the Zarr x-axis is always positive.\n",
          "default": "topLeft",
          "enum": [
            "topLeft",
            "bottomLeft"
          ]
        }
      }
    },
    "customAttributes": {
      "description": "User-defined metadata to store into the group's `.zattrs` file.\nFor example, to include a copyright notice in the ouptut Zarr, you could set this field to\n`{\"copyright\": \"My Company Ltd, 2023\"}`.\n\n**Note**: multiple fields are added to the group attributes by default, such as \"date_modified\"\nand the geospatial extent. Listing any such field in `customAttributes` will override its default value.\n",
      "type": "object"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/Group"
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 email required.

A second provider on the same verified email joins the account you already have.