{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CopilotSeatDetail", "type": "object", "properties": { "created_at": { "type": "string" }, "updated_at": { "type": "string" }, "pending_cancellation_date": { "type": "['string', 'null']" }, "last_activity_at": { "type": "['string', 'null']" }, "last_activity_editor": { "type": "['string', 'null']" }, "last_authenticated_at": { "type": "['string', 'null']" }, "plan_type": { "type": "string" }, "assignee": { "type": "string" }, "assigning_team": { "type": "string" } } }