{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SubaccountInfo", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "notes": { "type": "string" }, "custom_quota": { "type": "integer" }, "status": { "type": "string" }, "reputation": { "type": "integer" }, "created_at": { "type": "string" }, "first_sent_at": { "type": "string" }, "sent_weekly": { "type": "integer" }, "sent_monthly": { "type": "integer" }, "sent_total": { "type": "integer" } } }