Arlula · JSON Structure

Arlula Cancel Response Structure

Response after cancelling a tasking campaign.

Type: object Properties: 0
Earth ObservationGeospatialImageryRemote SensingSatellites

CancelResponse 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/cancel-response.json",
  "name": "CancelResponse",
  "description": "Response after cancelling a tasking campaign.",
  "type": "object",
  "members": {
    "success": {
      "type": "boolean",
      "description": "Whether the cancellation was successful."
    },
    "campaignId": {
      "type": "string",
      "description": "ID of the cancelled campaign."
    }
  }
}