{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationDestinationConfig", "title": "NotificationDestinationConfig", "type": "object", "required": [ "Uri" ], "properties": { "Uri": { "allOf": [ { "$ref": "#/components/schemas/DestinationUri" }, { "description": "The Uniform Resource Identifier (URI) that identifies where the images will be delivered." } ] } }, "description": "The structure that contains the information required to deliver a notification to a customer." }