State Farm · JSON-LD Context

State Farm Context

JSON-LD context defining the semantic vocabulary for State Farm from State Farm.

18 Classes 11 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
statefarm: https://www.statefarm.com/ontology/

Classes

RentersInsurancePolicy InsuranceQuote PolicyHolder Address Coverage status insuredName street city state zipCode additionalLivingExpenses identityRestorationCoverage quoteId firstName lastName email phone

Properties

Property Type Container
policyNumber schema:Identifier
effectiveDate schema:Date
expirationDate schema:Date
annualPremium schema:Number
monthlyPremium schema:Number
personalPropertyLimit schema:MonetaryAmount
liabilityLimit schema:MonetaryAmount
medicalPaymentsLimit schema:MonetaryAmount
deductible schema:MonetaryAmount
validUntil schema:DateTime
dateOfBirth schema:Date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "statefarm": "https://www.statefarm.com/ontology/",

    "RentersInsurancePolicy": "schema:InsurancePolicy",
    "InsuranceQuote": "schema:InsuranceQuote",
    "PolicyHolder": "schema:Person",
    "Address": "schema:PostalAddress",
    "Coverage": "statefarm:Coverage",

    "policyNumber": {
      "@id": "statefarm:policyNumber",
      "@type": "schema:Identifier"
    },
    "status": "schema:status",
    "effectiveDate": {
      "@id": "schema:validFrom",
      "@type": "schema:Date"
    },
    "expirationDate": {
      "@id": "schema:validThrough",
      "@type": "schema:Date"
    },
    "annualPremium": {
      "@id": "statefarm:annualPremium",
      "@type": "schema:Number"
    },
    "monthlyPremium": {
      "@id": "statefarm:monthlyPremium",
      "@type": "schema:Number"
    },
    "insuredName": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zipCode": "schema:postalCode",
    "personalPropertyLimit": {
      "@id": "statefarm:personalPropertyLimit",
      "@type": "schema:MonetaryAmount"
    },
    "liabilityLimit": {
      "@id": "statefarm:liabilityLimit",
      "@type": "schema:MonetaryAmount"
    },
    "medicalPaymentsLimit": {
      "@id": "statefarm:medicalPaymentsLimit",
      "@type": "schema:MonetaryAmount"
    },
    "deductible": {
      "@id": "schema:deductible",
      "@type": "schema:MonetaryAmount"
    },
    "additionalLivingExpenses": "statefarm:additionalLivingExpenses",
    "identityRestorationCoverage": "statefarm:identityRestorationCoverage",
    "quoteId": "schema:identifier",
    "validUntil": {
      "@id": "schema:validThrough",
      "@type": "schema:DateTime"
    },
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "email": "schema:email",
    "phone": "schema:telephone",
    "dateOfBirth": {
      "@id": "schema:birthDate",
      "@type": "schema:Date"
    }
  }
}