Arlula · JSON Structure

Arlula Datasets List Response Structure

Paginated list of datasets.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

DatasetsListResponse is a JSON Structure definition published by Arlula. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://arlula.com/json-structure/datasets-list-response.json",
  "name": "DatasetsListResponse",
  "description": "Paginated list of datasets.",
  "type": "object",
  "members": {
    "datasets": {
      "type": "array",
      "items": {
        "type": "Dataset"
      }
    }
  }
}