Sendoso · JSON-LD Context

Sendoso Context

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

27 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sendoso: https://api-evangelist.github.io/sendoso/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Send Recipient InventoryItem Address TeamBudget id status message cost first_name last_name email company title name description price street1 street2 city state postal_code country tracking_number crm_id crm_type team_id

Properties

Property Type Container
image_url reference
tracking_url reference
estimated_delivery date
created_at dateTime
updated_at dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sendoso": "https://api-evangelist.github.io/sendoso/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Send": "sendoso:Send",
    "Recipient": "schema:Person",
    "InventoryItem": "schema:Product",
    "Address": "schema:PostalAddress",
    "TeamBudget": "sendoso:TeamBudget",

    "id": "@id",
    "status": "sendoso:sendStatus",
    "message": "schema:description",
    "cost": "schema:price",

    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "email": "schema:email",
    "company": "schema:affiliation",
    "title": "schema:jobTitle",

    "name": "schema:name",
    "description": "schema:description",
    "price": "schema:price",
    "image_url": {
      "@id": "schema:image",
      "@type": "@id"
    },

    "street1": "schema:streetAddress",
    "street2": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "postal_code": "schema:postalCode",
    "country": "schema:addressCountry",

    "tracking_number": "sendoso:trackingNumber",
    "tracking_url": {
      "@id": "sendoso:trackingUrl",
      "@type": "@id"
    },
    "estimated_delivery": {
      "@id": "schema:deliveryTime",
      "@type": "xsd:date"
    },

    "crm_id": "sendoso:crmId",
    "crm_type": "sendoso:crmType",
    "team_id": "sendoso:teamId",

    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}