{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "operation_id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "project": {
      "type": "string"
    }
  },
  "type": "object",
  "required": [
    "operation_id",
    "label",
    "project"
  ],
  "title": "CreateCampaignRequest",
  "description": "CreateCampaignRequest creates a campaign space over a project."
}
