Arlula · JSON Structure

Arlula Bundle Structure

An imagery bundle option with specific products and pricing.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

Bundle 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/bundle.json",
  "name": "Bundle",
  "description": "An imagery bundle option with specific products and pricing.",
  "type": "object",
  "members": {
    "key": {
      "type": "string",
      "description": "Bundle key used when placing orders."
    },
    "name": {
      "type": "string",
      "description": "Bundle display name."
    },
    "price": {
      "type": "float64",
      "description": "Bundle price."
    }
  }
}