Arlula · Schema

CampaignsListResponse

Paginated list of campaigns.

Earth ObservationGeospatialImageryRemote SensingSatellites

Properties

Name Type Description
campaigns array
View JSON Schema on GitHub

JSON Schema

arlula-campaigns-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://arlula.com/json-schema/campaigns-list-response.json",
  "title": "CampaignsListResponse",
  "description": "Paginated list of campaigns.",
  "type": "object",
  "properties": {
    "campaigns": {
      "type": "array",
      "items": {
        "$ref": "https://arlula.com/json-schema/campaign.json"
      }
    }
  }
}