{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateEventThresholdResponse2", "title": "UpdateEventThresholdResponse2", "type": "object", "properties": { "eventName": { "type": "string", "example": "orgCallsOverflowed", "description": "Name of the event." }, "eventThresholdId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3ZjowM2ZkYjkzZC1jNTllLTQzMjQtODIwNS1lNDIyYzA3NGQ5Mzg", "description": "Unique ID of the event threshold configuration." }, "eventScope": { "type": "string", "example": "ORG", "description": "The `eventScope` is scope of event." }, "entityId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3ZjowM2ZkYjkzZC1jNTllLTQzMjQtODIwNS1lNDIyYzA3NGQ5Mzg", "description": "The `entityId` is the unique ID of the Organization or the unique ID of the Video Mesh Cluster." }, "thresholdConfig": { "$ref": "#/components/schemas/UpdateEventThresholdConfig2", "description": "Threshold configuration of an `entityId`." } } }