Apideck · Schema

Birth Date

The date of birth of the person.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-birthday-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Birthday",
  "title": "Birth Date",
  "type": "string",
  "description": "The date of birth of the person.",
  "example": "2000-08-12",
  "format": "date",
  "nullable": true
}