{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetEventThresholdResponse", "title": "GetEventThresholdResponse", "type": "object", "properties": { "orgId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ", "description": "Unique ID of the organization." }, "eventThresholds": { "type": "array", "items": { "$ref": "#/components/schemas/GetEntityThresholdConfig1" } } } }