{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogsAlertDestinationResponse", "title": "LogsAlertDestinationResponse", "type": "object", "properties": { "hog_function_ids": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "required": [ "hog_function_ids" ] }