{ "$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-version-schema.json", "title": "Version", "description": "Version schema from Amazon CodePipeline", "type": "string", "pattern": "[0-9A-Za-z_-]+", "minLength": 1, "maxLength": 9 }