{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SeatBreakdown", "type": "object", "properties": { "total": { "type": "integer" }, "added_this_cycle": { "type": "integer" }, "pending_invitation": { "type": "integer" }, "pending_cancellation": { "type": "integer" }, "active_this_cycle": { "type": "integer" }, "inactive_this_cycle": { "type": "integer" } } }