mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
8 lines
326 B
JSON
8 lines
326 B
JSON
[
|
|
{ "name": "id", "type": "text", "label": "Campaign ID" },
|
|
{ "name": "name", "type": "text", "label": "Name" },
|
|
{ "name": "status", "type": "text", "label": "Status" },
|
|
{ "name": "daily_limit", "type": "integer", "label": "Daily limit" },
|
|
{ "name": "created_at", "type": "date", "label": "Created at" }
|
|
]
|