{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CopilotDotcomChat", "title": "CopilotDotcomChat", "type": "object", "description": "Metrics for Copilot Chat on github.com.", "properties": { "total_engaged_users": { "type": "integer", "example": 10 }, "models": { "type": "array", "items": { "$ref": "#/components/schemas/DotcomChatModel" }, "example": [] } } }