mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
9 lines
391 B
JSON
9 lines
391 B
JSON
[
|
|
{ "name": "email", "type": "email", "label": "Email" },
|
|
{ "name": "status", "type": "text", "label": "Status" },
|
|
{ "name": "reason", "type": "text", "label": "Reason" },
|
|
{ "name": "is_catch_all", "type": "boolean", "label": "Catch-all" },
|
|
{ "name": "has_mx", "type": "boolean", "label": "Has MX" },
|
|
{ "name": "checked_at", "type": "date", "label": "Checked at" }
|
|
]
|