{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-entity-name-schema.json", "title": "EntityName", "description": "EntityName schema from AWS Mainframe Modernization API", "type": "string", "pattern": "^[A-Za-z0-9][A-Za-z0-9_\\-]{1,59}$" }