{
  "inherit": "https://openinherit.org/v2/schema.json",
  "version": 1,
  "schemaVersion": "2.1.0",
  "dataProvenance": "ai_extracted",
  "estate": {
    "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "testatorPersonId": "a1b2c3d4-e5f6-7890-abcd-ef1234567891",
    "status": "confirmed",
    "jurisdiction": {
      "country": "SG"
    },
    "willType": "secular",
    "createdAt": "2026-04-10T13:03:47.000Z",
    "lastModifiedAt": "2026-04-10T13:03:47.000Z"
  },
  "people": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567891",
      "givenName": "Katrina",
      "familyName": "Smith",
      "roles": [
        "testator"
      ],
      "contact": {
        "address": {
          "streetAddress": "32 Nassim Road",
          "addressLocality": "Singapore",
          "postalCode": "258409",
          "addressCountry": "SG"
        }
      },
      "confidenceScores": {
        "givenName": 95,
        "familyName": 95,
        "contact": 90
      }
    },
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567892",
      "givenName": "Hannah",
      "familyName": "Jones",
      "roles": [
        "beneficiary"
      ],
      "confidenceScores": {
        "givenName": 95,
        "familyName": 95
      }
    }
  ],
  "kinships": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567893",
      "fromPersonId": "a1b2c3d4-e5f6-7890-abcd-ef1234567891",
      "toPersonId": "a1b2c3d4-e5f6-7890-abcd-ef1234567892",
      "kinshipType": "AUNT_UNCLE_NIECE_NEPHEW"
    }
  ],
  "relationships": [],
  "executors": [],
  "guardians": [],
  "bequests": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567894",
      "bequestType": "residuary",
      "beneficiaryId": "a1b2c3d4-e5f6-7890-abcd-ef1234567892",
      "sharePercentage": 100,
      "description": "I leave everything to my niece Hannah Jones",
      "confidenceScores": {
        "bequestType": 95,
        "beneficiaryId": 90,
        "sharePercentage": 95
      }
    }
  ],
  "wishes": [],
  "documents": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567895",
      "type": "will",
      "title": "Will of Katrina Smith",
      "createdAt": "2026-04-10T13:03:47.000Z",
      "confidenceScores": {
        "type": 95,
        "title": 90
      }
    }
  ]
}
