SpotHero · JSON-LD Context

Spothero Context

JSON-LD context defining the semantic vocabulary for Spothero from SpotHero.

38 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

spothero: https://api.spothero.com/vocab#

Classes

reservation_id facility_id partner_reference barcode barcode_format confirmation_code Reservation Facility SearchResult Rate Driver Vehicle Price Address Coordinates OperatingHours name description address starts ends status price amount currency driver vehicle latitude longitude rating capacity phone amenities facility_type operator distance_miles created_at updated_at

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "spothero": "https://api.spothero.com/vocab#",
    "reservation_id": "spothero:reservationId",
    "facility_id": "spothero:facilityId",
    "partner_reference": "spothero:partnerReference",
    "barcode": "spothero:barcode",
    "barcode_format": "spothero:barcodeFormat",
    "confirmation_code": "spothero:confirmationCode",
    "Reservation": "spothero:Reservation",
    "Facility": "ParkingFacility",
    "SearchResult": "spothero:SearchResult",
    "Rate": "spothero:Rate",
    "Driver": "Person",
    "Vehicle": "Vehicle",
    "Price": "PriceSpecification",
    "Address": "PostalAddress",
    "Coordinates": "GeoCoordinates",
    "OperatingHours": "OpeningHoursSpecification",
    "name": "name",
    "description": "description",
    "address": "address",
    "starts": "startDate",
    "ends": "endDate",
    "status": "spothero:reservationStatus",
    "price": "priceSpecification",
    "amount": "price",
    "currency": "priceCurrency",
    "driver": "customer",
    "vehicle": "vehicle",
    "latitude": "latitude",
    "longitude": "longitude",
    "rating": "ratingValue",
    "capacity": "totalPaymentDue",
    "phone": "telephone",
    "amenities": "amenityFeature",
    "facility_type": "spothero:facilityType",
    "operator": "operator",
    "distance_miles": "spothero:distanceMiles",
    "created_at": "dateCreated",
    "updated_at": "dateModified"
  }
}