iam_last_name

User's last name

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-last-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_last_name",
  "title": "iam_last_name",
  "description": "User's last name",
  "example": "Appleseed",
  "maxLength": 60,
  "nullable": true,
  "type": "string"
}