{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AccountStats", "type": "object", "properties": { "sent": { "type": "integer" }, "hard_bounces": { "type": "integer" }, "soft_bounces": { "type": "integer" }, "rejects": { "type": "integer" }, "complaints": { "type": "integer" }, "unsubs": { "type": "integer" }, "opens": { "type": "integer" }, "unique_opens": { "type": "integer" }, "clicks": { "type": "integer" }, "unique_clicks": { "type": "integer" } } }