{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-action-configuration-property-list-schema.json", "title": "ActionConfigurationPropertyList", "description": "ActionConfigurationPropertyList schema from Amazon CodePipeline", "type": "array", "items": { "$ref": "#/components/schemas/ActionConfigurationProperty" }, "maxItems": 10 }