accountAliasType

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-accountaliastype-schema.json Raw ↑
{
  "$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
}