{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-put-action-revision-output-structure.json", "name": "PutActionRevisionOutput", "description": "Represents the output of a PutActionRevision action.", "type": "object", "properties": { "newRevision": { "allOf": [ { "$ref": "#/components/schemas/Boolean" }, { "description": "Indicates whether the artifact revision was previously used in an execution of the specified pipeline." } ] }, "pipelineExecutionId": { "allOf": [ { "$ref": "#/components/schemas/PipelineExecutionId" }, { "description": "The ID of the current workflow state of the pipeline." } ] } } }