{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-list-service-pipeline-outputs-input-structure.json", "name": "ListServicePipelineOutputsInput", "description": "ListServicePipelineOutputsInput schema from Amazon Proton API", "type": "object", "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/EmptyNextToken" }, { "description": "A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested." } ] }, "serviceName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the service whose pipeline's outputs you want." } ] } }, "required": [ "serviceName" ] }