{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-pipeline-execution-start-condition-schema.json", "title": "PipelineExecutionStartCondition", "description": "PipelineExecutionStartCondition schema from EC2 Image Builder", "type": "string", "enum": [ "EXPRESSION_MATCH_ONLY", "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE" ] }