The date the person deceased.
{ "$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 }