{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/describe-pipelines-request-schema.json", "title": "Describe Pipelines Request", "description": "Request body for describing pipelines.", "type": "object", "required": [ "pipelineIds" ], "properties": { "pipelineIds": { "type": "array", "items": { "type": "string" } } } }