Bringg · JSON-LD Context

Bringg Context

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

24 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
bringg: https://api-evangelist.github.io/bringg/vocab#

Classes

Order ParcelDelivery Person PostalAddress GeoCoordinates id external_id title status scheduled_at no_later_than customer way_points address lat lng phone email driver_id vehicle_id run_id team_ids service_plan_id merchant_id

JSON-LD Document

Raw ↑
{
  "@context": {
    "schema": "https://schema.org/",
    "bringg": "https://api-evangelist.github.io/bringg/vocab#",
    "Order": "schema:Order",
    "ParcelDelivery": "schema:ParcelDelivery",
    "Person": "schema:Person",
    "PostalAddress": "schema:PostalAddress",
    "GeoCoordinates": "schema:GeoCoordinates",
    "id": "@id",
    "external_id": "schema:identifier",
    "title": "schema:name",
    "status": "schema:orderStatus",
    "scheduled_at": "schema:expectedArrivalFrom",
    "no_later_than": "schema:expectedArrivalUntil",
    "customer": "schema:customer",
    "way_points": "schema:itemDelivered",
    "address": "schema:address",
    "lat": "schema:latitude",
    "lng": "schema:longitude",
    "phone": "schema:telephone",
    "email": "schema:email",
    "driver_id": "bringg:driver",
    "vehicle_id": "bringg:vehicle",
    "run_id": "bringg:run",
    "team_ids": "bringg:team",
    "service_plan_id": "bringg:servicePlan",
    "merchant_id": "schema:merchant"
  }
}