Skip to content

ScheduledItem

A scheduled personal property item. High-value items (jewelry, art, musical instruments, firearms, etc.) that exceed standard personal property sublimits and require individual scheduling.

Structure

NameCard.TypeDescription
RScheduledItemA scheduled personal property item.
category1..1CodeableConceptCategory of the item (jewelry, fine-art, musical-instruments, firearms, etc.) terminology
description1..1stringDescription of the specific item
value1..1MoneyAppraised or agreed value of the item
serialNumber0..1stringSerial number or other unique identifier for the item
appraisal0..1AttachmentReference to an appraisal document
appraisalDate0..1stringDate of the most recent appraisal.
make0..1stringManufacturer or maker
model0..1stringModel name or number
year0..1numberYear of manufacture or creation

Example

json
{
  "category": {
    "text": "Jewelry"
  },
  "description": "Diamond engagement ring, 2.5 carat princess cut",
  "value": {
    "value": 15000,
    "currency": "USD"
  },
  "appraisalDate": "2024-11-01"
}

JSON Schema

Full JSON Schema: ScheduledItem.schema.json