iam_telephone

User's telephone number

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-telephone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_telephone",
  "title": "iam_telephone",
  "description": "User's telephone number",
  "example": "+1 123-123-1234",
  "maxLength": 20,
  "nullable": true,
  "type": "string"
}