Apideck · Schema

Job title

The job title of the person.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-title-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Title",
  "title": "Job title",
  "type": "string",
  "description": "The job title of the person.",
  "example": "CEO",
  "nullable": true
}