Apideck · Schema

Initials

The initials of the person, usually derived from their first, middle, and last names.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-initials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Initials",
  "title": "Initials",
  "type": "string",
  "description": "The initials of the person, usually derived from their first, middle, and last names.",
  "example": "EM",
  "nullable": true
}