{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-update-pipeline-notifications-response-schema.json", "title": "UpdatePipelineNotificationsResponse", "description": "The UpdatePipelineNotificationsResponse structure.", "type": "object", "properties": { "Pipeline": { "allOf": [ { "$ref": "#/components/schemas/Pipeline" }, { "description": "A section of the response body that provides information about the pipeline associated with this notification." } ] } } }