{ "$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-component-parameter-list-schema.json", "title": "ComponentParameterList", "description": "ComponentParameterList schema from EC2 Image Builder", "type": "array", "items": { "$ref": "#/components/schemas/ComponentParameter" }, "minItems": 1 }