{ "@context": { "@vocab": "https://schema.org/", "travelers": "https://travelers.com/vocab/", "ins": "http://www.w3.org/ns/legal#", "Claim": "travelers:InsuranceClaim", "Policy": "travelers:InsurancePolicy", "Quote": "travelers:InsuranceQuote", "Claimant": "schema:Person", "Adjuster": "schema:Person", "BusinessInfo": "schema:Organization", "Coverage": "travelers:InsuranceCoverage", "id": "@id", "claim_number": "travelers:claimNumber", "policy_number": "travelers:policyNumber", "policy_type": "travelers:policyType", "quote_id": "travelers:quoteId", "status": "schema:orderStatus", "loss_date": "travelers:lossDate", "reported_date": "schema:datePublished", "description": "schema:description", "claimant": "travelers:claimant", "adjuster": "travelers:adjuster", "total_incurred": "travelers:totalIncurred", "premium": "travelers:premium", "effective_date": "schema:validFrom", "expiration_date": "schema:validThrough", "coverages": "travelers:coverages", "name": "schema:name", "contact_email": "schema:email", "contact_phone": "schema:telephone", "address": "schema:streetAddress", "city": "schema:addressLocality", "state": "schema:addressRegion", "zip": "schema:postalCode", "industry_code": "schema:naics", "annual_revenue": "travelers:annualRevenue", "employee_count": "schema:numberOfEmployees", "product_type": "travelers:productType", "insured_name": "travelers:insuredName", "limit": "travelers:coverageLimit", "deductible": "travelers:deductible", "created_at": "schema:dateCreated", "total": "travelers:totalCount", "page": "travelers:currentPage" } }