{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EligibleInsight", "title": "EligibleInsight", "properties": { "insightName": { "type": "string", "description": "Name of the Insight for which this notification is generated.

Endpoints - ", "readOnly": true, "example": "BILL_NOT_PAID" }, "applicableConfiguration": { "type": "array", "items": { "$ref": "#/components/schemas/EligibleDetail" } } } }