{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SeatsCancelledResponse", "title": "SeatsCancelledResponse", "type": "object", "description": "Response after removing users or teams from the Copilot subscription.", "properties": { "seats_cancelled": { "type": "integer", "description": "The number of Copilot seats set to pending cancellation.", "example": 10 } }, "required": [ "seats_cancelled" ] }