XooCode(){

Schema: PriceSpecification

Schema: PriceSpecification Example Markup

The following are examples of markup written in json+ld that include the correct usage for Schema: PriceSpecification.

Service

Service JSON-LD example for the Xoo Code Schema Markup Audit, a professional service Xoo Code Inc. offers on top of the XooStructured IDE. Covers the OfferCatalog composition pattern with tiered pricing, ServiceChannel for access points, structured areaServed, and the subtype-selection lesson applied to service types.

TradeAction

TradeAction JSON-LD example for a purchase. TradeAction is the parent of BuyAction, SellAction, OrderAction, PayAction, DonateAction, RentAction, TipAction, PreOrderAction, and QuoteAction for commerce actions.

StructuredValue

StructuredValue JSON-LD example for the parent type behind GeoCoordinates, MonetaryAmount, QuantitativeValue, PropertyValue, ContactPoint, OpeningHoursSpecification, OfferShippingDetails, PostalAddress, and many more. Covers when structured objects beat free-text strings and how the StructuredValue family composes inside other types.

FoodService

FoodService JSON-LD stub for a food service offering: breakfast, lunch, dinner, room service, banquet catering, meal delivery. Service subtype with no unique properties.

ParkingFacility

ParkingFacility JSON-LD stub for parking lots and garages. Direct CivicStructure subtype with no unique properties.

Demand

Demand JSON-LD example, the mirror-image of Offer for buyer-side (wanted-to-buy) signals. Direct Intangible, 30+ properties shared with Offer (availability, eligibleRegion, priceSpecification, itemOffered).

UnitPriceSpecification

UnitPriceSpecification JSON-LD example for per-unit and subscription pricing. PriceSpecification subtype adding unitCode, unitText, referenceQuantity, billingDuration, billingIncrement, priceType.

DeliveryChargeSpecification

DeliveryChargeSpecification JSON-LD example for shipping-fee rules on Offers and OfferShippingDetails. PriceSpecification subtype adding appliesToDeliveryMethod and areaServed.

PaymentChargeSpecification

PaymentChargeSpecification JSON-LD example for payment-method surcharges (credit-card fees, bank-transfer fees). PriceSpecification subtype adding appliesToPaymentMethod.

CompoundPriceSpecification

CompoundPriceSpecification JSON-LD example for bundled pricing with multiple components (base fare + taxes + fees). PriceSpecification subtype with priceComponent and priceType.

TaxiService

TaxiService JSON-LD example for a taxi or ride-hire service. Direct Service subtype. Covers areaServed, hoursAvailable, provider (Organization), providerMobility, offers. The canonical type (supersedes the old Taxi type).

HealthPlanCostSharingSpecification

HealthPlanCostSharingSpecification JSON-LD example for the cost-sharing structure (copays, coinsurance, pharmacy category) of a health plan.

PriceSpecification

PriceSpecification JSON-LD example for the root of the schema.org pricing tree. StructuredValue subtype carrying price, priceCurrency, validFrom / validThrough, eligibleQuantity, eligibleTransactionVolume, minPrice / maxPrice, and VAT flagging.

ShippingRateSettings

ShippingRateSettings JSON-LD example for a reusable, label-referenced shipping rate table. Lets a merchant publish one rate block and point many Offers at it via shippingSettingsLink.

Invoice

Invoice JSON-LD example — Intangible + LegalDocument carrying totalPaymentDue, paymentStatus, paymentDueDate, customer, provider, accountId, billingPeriod, and referencesOrder. Gmail invoice markup target.