Apideck · Schema

First name

The first name of the person.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-firstname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FirstName",
  "title": "First name",
  "type": "string",
  "description": "The first name of the person.",
  "example": "Elon",
  "nullable": true
}