63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"createdAt": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"updatedAt": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"startAt": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"endedAt": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"templateId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"messageMedium": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"createdByUserId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"updatedByUserId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"campaignState": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"listIds": {
|
|
"type": ["null", "array"],
|
|
"items": {}
|
|
},
|
|
"suppressionListIds": {
|
|
"type": ["null", "array"],
|
|
"items": {}
|
|
},
|
|
"sendSize": {
|
|
"type": ["null", "number"]
|
|
},
|
|
"recurringCampaignId": {
|
|
"type": ["null", "number"]
|
|
},
|
|
"workflowId": {
|
|
"type": ["null", "number"]
|
|
},
|
|
"labels": {
|
|
"type": ["null", "array"],
|
|
"items": {}
|
|
},
|
|
"type": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"type": ["null", "object"]
|
|
}
|