United States Postal Service Tracking Context
JSON-LD context defining the semantic vocabulary for United States Postal Service Tracking from United States Postal Service.
4 Classes
18 Properties
4 Namespaces
Namespaces
usps:
https://usps.api.usps.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
MultipleTrackingRequest
MultipleTrackingResult
TrackingEvent
TrackingResult
Properties
| Property |
Type |
Container |
| trackingNumbers |
string |
set |
| trackingResults |
|
set |
| trackingNumber |
string |
|
| status |
string |
|
| deliveryDate |
date |
|
| EventTime |
string |
|
| EventDate |
string |
|
| Event |
string |
|
| EventCity |
string |
|
| EventState |
string |
|
| EventZIPCode |
string |
|
| EventCountry |
string |
|
| FirmName |
string |
|
| Name |
string |
|
| AuthorizedAgent |
string |
|
| DeliveryAttributeCode |
string |
|
| TrackSummary |
string |
|
| TrackDetail |
string |
set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"usps": "https://usps.api.usps.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"MultipleTrackingRequest": "usps:MultipleTrackingRequest",
"MultipleTrackingResult": "usps:MultipleTrackingResult",
"TrackingEvent": "usps:TrackingEvent",
"TrackingResult": "usps:TrackingResult",
"trackingNumbers": {
"@id": "usps:trackingNumbers",
"@container": "@set",
"@type": "xsd:string"
},
"trackingResults": {
"@id": "usps:trackingResults",
"@container": "@set"
},
"trackingNumber": {
"@id": "usps:trackingNumber",
"@type": "xsd:string"
},
"status": {
"@id": "usps:status",
"@type": "xsd:string"
},
"deliveryDate": {
"@id": "usps:deliveryDate",
"@type": "xsd:date"
},
"EventTime": {
"@id": "usps:EventTime",
"@type": "xsd:string"
},
"EventDate": {
"@id": "usps:EventDate",
"@type": "xsd:string"
},
"Event": {
"@id": "usps:Event",
"@type": "xsd:string"
},
"EventCity": {
"@id": "usps:EventCity",
"@type": "xsd:string"
},
"EventState": {
"@id": "usps:EventState",
"@type": "xsd:string"
},
"EventZIPCode": {
"@id": "usps:EventZIPCode",
"@type": "xsd:string"
},
"EventCountry": {
"@id": "usps:EventCountry",
"@type": "xsd:string"
},
"FirmName": {
"@id": "usps:FirmName",
"@type": "xsd:string"
},
"Name": {
"@id": "usps:Name",
"@type": "xsd:string"
},
"AuthorizedAgent": {
"@id": "usps:AuthorizedAgent",
"@type": "xsd:string"
},
"DeliveryAttributeCode": {
"@id": "usps:DeliveryAttributeCode",
"@type": "xsd:string"
},
"TrackSummary": {
"@id": "usps:TrackSummary",
"@type": "xsd:string"
},
"TrackDetail": {
"@id": "usps:TrackDetail",
"@container": "@set",
"@type": "xsd:string"
}
}
}