{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Intent", "title": "Intent", "type": "object", "properties": { "intent": { "type": "string", "description": "Detected intent label." }, "confidence_score": { "type": "number", "format": "float", "description": "Confidence score for the intent recognition." } } }