{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/accountAliasType", "title": "accountAliasType", "type": "string", "pattern": "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$", "minLength": 3, "maxLength": 63 }