Deliverect · JSON-LD Context

Deliverect Crm Api Context

JSON-LD context defining the semantic vocabulary for Deliverect Crm Api from Deliverect.

3 Classes 24 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dv: https://developers.deliverect.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PatchCrmAccountidCustomersCrmprofileid PostCrmAccountidCustomersLookup PostCrmAccountidCustomers

Properties

Property Type Container
contact reference
email string
firstName string
lastName string
birthdate string
phone string
externalId string
loyaltyProviderId string
deliveryAddresses set
street string
subpremise string
city string
stateOrProvince string
postalCode string
country string
default boolean
area string
coordinates string
billingAddress reference
metadata reference
vehicles set
make string
model string
color string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dv": "https://developers.deliverect.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PatchCrmAccountidCustomersCrmprofileid": "dv:PatchCrmAccountidCustomersCrmprofileid",
    "PostCrmAccountidCustomersLookup": "dv:PostCrmAccountidCustomersLookup",
    "PostCrmAccountidCustomers": "dv:PostCrmAccountidCustomers",
    "contact": {
      "@id": "dv:contact",
      "@type": "@id"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "firstName": {
      "@id": "dv:firstName",
      "@type": "xsd:string"
    },
    "lastName": {
      "@id": "dv:lastName",
      "@type": "xsd:string"
    },
    "birthdate": {
      "@id": "dv:birthdate",
      "@type": "xsd:string"
    },
    "phone": {
      "@id": "dv:phone",
      "@type": "xsd:string"
    },
    "externalId": {
      "@id": "dv:externalId",
      "@type": "xsd:string"
    },
    "loyaltyProviderId": {
      "@id": "dv:loyaltyProviderId",
      "@type": "xsd:string"
    },
    "deliveryAddresses": {
      "@id": "dv:deliveryAddresses",
      "@container": "@set"
    },
    "street": {
      "@id": "dv:street",
      "@type": "xsd:string"
    },
    "subpremise": {
      "@id": "dv:subpremise",
      "@type": "xsd:string"
    },
    "city": {
      "@id": "dv:city",
      "@type": "xsd:string"
    },
    "stateOrProvince": {
      "@id": "dv:stateOrProvince",
      "@type": "xsd:string"
    },
    "postalCode": {
      "@id": "dv:postalCode",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "dv:country",
      "@type": "xsd:string"
    },
    "default": {
      "@id": "dv:default",
      "@type": "xsd:boolean"
    },
    "area": {
      "@id": "dv:area",
      "@type": "xsd:string"
    },
    "coordinates": {
      "@id": "dv:coordinates",
      "@type": "xsd:string"
    },
    "billingAddress": {
      "@id": "dv:billingAddress",
      "@type": "@id"
    },
    "metadata": {
      "@id": "dv:metadata",
      "@type": "@id"
    },
    "vehicles": {
      "@id": "dv:vehicles",
      "@container": "@set"
    },
    "make": {
      "@id": "dv:make",
      "@type": "xsd:string"
    },
    "model": {
      "@id": "dv:model",
      "@type": "xsd:string"
    },
    "color": {
      "@id": "dv:color",
      "@type": "xsd:string"
    }
  }
}