{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CopilotSeatsResponse", "type": "object", "properties": { "total_seats": { "type": "integer" }, "seats": { "type": "array" } } }