Arlula · JSON Structure

Arlula Resource Structure

A downloadable resource within a dataset.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

Resource 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/resource.json",
  "name": "Resource",
  "description": "A downloadable resource within a dataset.",
  "type": "object",
  "members": {
    "resourceId": {
      "type": "string",
      "description": "Resource identifier."
    },
    "type": {
      "type": "string",
      "description": "Resource type (GeoTIFF, Preview, Metadata, etc.)."
    },
    "filename": {
      "type": "string",
      "description": "Original filename."
    }
  }
}