{ "$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-queryable-value-schema.json", "title": "ActionConfigurationQueryableValue", "description": "ActionConfigurationQueryableValue schema from Amazon CodePipeline", "type": "string", "pattern": "[a-zA-Z0-9_-]+", "minLength": 1, "maxLength": 50 }