{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/describe-pipelines-output-schema.json", "title": "Describe Pipelines Output", "description": "Response containing pipeline descriptions.", "type": "object", "properties": { "pipelineDescriptionList": { "type": "array" } } }