Apideck · Schema

Deceased Date

The date the person deceased.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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