Schema: Car
Schema: Car Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: Car.
Car JSON-LD example for a used sedan listing. Car inherits all 39 Vehicle properties and adds acrissCode (rental classification) and roofLoad. Covers when to use Car vs Vehicle and the Google vehicle listing rich result.
RentalCarReservation JSON-LD example for a car rental at Lackawanna Valley Airport. Covers pickupLocation, pickupTime, dropoffLocation, and dropoffTime (the 4 properties unique to RentalCarReservation).
Taxi JSON-LD reference. Legacy type superseded by TaxiService. Kept for back-compatibility; new implementations should use TaxiService.
OwnershipInfo JSON-LD example for a historical ownership record of a Product or Service. StructuredValue subtype carrying acquiredFrom, ownedFrom, ownedThrough, typeOfGood — used on Person / Organization.owns to publish provenance (art, vehicles, IP).
EngineSpecification JSON-LD example for the engine of a Vehicle. StructuredValue subtype carrying enginePower, engineDisplacement, torque, fuelType, engineType — feeds Vehicle listings and merchant-listing engine-spec badges.
SteeringPositionValue JSON-LD reference — 2-value QualitativeValue on Vehicle.steeringPosition: LeftHandDriving, RightHandDriving. Essential for cross-border vehicle listings.
CarUsageType JSON-LD reference — 3-value Enumeration on Car.vehicleSpecialUsage: DrivingSchoolVehicleUsage, RentalVehicleUsage, TaxiVehicleUsage.
SellAction JSON-LD reference — TradeAction subtype with buyer and warrantyPromise. Selling a product or service.