AWSRegionName schema from Amazon CodePipeline
{ "$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-aws-region-name-schema.json", "title": "AWSRegionName", "description": "AWSRegionName schema from Amazon CodePipeline", "type": "string", "minLength": 4, "maxLength": 30 }