ProjectName schema from Amazon CodeBuild
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-project-name-schema.json", "title": "ProjectName", "description": "ProjectName schema from Amazon CodeBuild", "type": "string", "pattern": "[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}", "minLength": 2, "maxLength": 255 }