{
"type": "object",
"properties": {
"campaign": {
"description": "The campaign record, id prefixed batch_"
},
"canPause": {
"type": "boolean",
"description": "Whether the campaign can be paused right now"
},
"canResume": {
"type": "boolean",
"description": "Whether the campaign can be resumed right now"
},
"canCancel": {
"type": "boolean",
"description": "Whether the campaign can be cancelled right now"
}
},
"required": [
"canPause",
"canResume",
"canCancel"
],
"additionalProperties": true,
"$schema": "http://json-schema.org/draft-07/schema#"
}