{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateNotificationRuleResponse", "title": "CreateNotificationRuleResponse", "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string", "description": "ID of the created rule." }, "name": { "type": "string", "description": "Name of the created rule." } } }, "took": { "type": "number", "description": "Time taken in seconds." }, "requestId": { "type": "string", "description": "Unique identifier for the request." } } }