{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-structure/amazon-eventbridge-scheduler-sage-maker-pipeline-parameters-structure.json", "name": "SageMakerPipelineParameters", "description": "The templated target type for the Amazon SageMaker StartPipelineExecution API operation.", "type": "object", "properties": { "PipelineParameterList": { "allOf": [ { "$ref": "#/components/schemas/SageMakerPipelineParameterList" }, { "description": "List of parameter names and values to use when executing the SageMaker Model Building Pipeline." } ] } } }