Travelers · JSON-LD Context

Travelers Context

JSON-LD context defining the semantic vocabulary for Travelers from Travelers.

40 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

travelers: https://travelers.com/vocab/
ins: http://www.w3.org/ns/legal#

Classes

Claim Policy Quote Claimant Adjuster BusinessInfo Coverage id claim_number policy_number policy_type quote_id status loss_date reported_date description claimant adjuster total_incurred premium effective_date expiration_date coverages name contact_email contact_phone address city state zip industry_code annual_revenue employee_count product_type insured_name limit deductible created_at total page

JSON-LD Document

Raw ↑
{
  "@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"
  }
}