{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigsNotificationResponse", "title": "ConfigsNotificationResponse", "type": "object", "properties": { "event": { "type": "array", "readOnly": true, "items": { "$ref": "#/components/schemas/ConfigsNotificationEvent" } } } }