Arlula · JSON Structure

Arlula Dataset Structure

A dataset produced from a campaign containing downloadable resources.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

Dataset 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/dataset.json",
  "name": "Dataset",
  "description": "A dataset produced from a campaign containing downloadable resources.",
  "type": "object",
  "members": {
    "datasetId": {
      "type": "string",
      "description": "Dataset identifier."
    },
    "campaignId": {
      "type": "string",
      "description": "Parent campaign identifier."
    },
    "status": {
      "type": "string",
      "description": "Dataset status."
    },
    "resources": {
      "type": "array",
      "items": {
        "type": "Resource"
      }
    }
  }
}