{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EvaluationsAnalyticsDTO", "title": "EvaluationsAnalyticsDTO", "type": "object", "description": "This is applicable/available only when AI Quality Management add-on offer/license is added to the organization.", "properties": { "enable": { "type": "boolean", "description": "Used to toggle the state of the Evaluations and Analytics configuration from active to inactive and vice-versa. Mandatory for create/update operation. If the value is missing in response, the consumer should assume a value as false.", "example": true } }, "required": [ "enable" ] }