Apideck · Schema

Middle name

Middle name of the person.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-middlename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MiddleName",
  "title": "Middle name",
  "type": "string",
  "description": "Middle name of the person.",
  "example": "D.",
  "nullable": true
}