Schema: QuantitativeValue
Schema: QuantitativeValue Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: QuantitativeValue.
In-depth Product JSON-LD example wired into the Xoo universe via XooTee, a premium t-shirt sold by Xoo Code Inc. at the Dunmore store. Covers Offer, AggregateRating, Review, and @id reuse in one example.
An in-depth JSON-LD example for Recipe markup, wired into the Xoo universe as the specific nutritional formula from Jane Xoo's 1945 clinical framework. Learn HowToStep composition, NutritionInformation, ISO 8601 durations, recipeYield as QuantitativeValue, and how a Recipe can be derived from and cross-referenced with an Article.
In-depth EducationalOrganization JSON-LD example wired into the Xoo universe as the Royal Institute of Medicine, Jane Xoo's alma mater, founded 1863 in Copenhagen. First XooCode example to explicitly teach schema.org subtype selection: why CollegeOrUniversity is a better choice than base Organization, and how to pick the right subtype for schools, hospitals, NGOs, and government bodies.
An in-depth JSON-LD example for JobPosting markup, wired into the Xoo universe as Xoo Code Inc. hiring a Senior Structured Data Engineer for the XooStructured team at Dunmore. Learn the Google for Jobs rich result requirements: the tricky baseSalary composition, employmentType enum, remote-work properties, and the requirements soup that trips up most authors.
In-depth Course JSON-LD example wired into the Xoo universe as PED-412, the Royal Institute of Medicine graduate course where students read Jane Xoo's 1945 paper as required material. Covers the critical distinction between Course (the abstract concept) and CourseInstance (specific scheduled offerings), the hasCourseInstance linking pattern, and ISO 8601 durations for timeRequired and courseWorkload.
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.
Offer JSON-LD example for a product listing with price, currency, availability, item condition, seller cross-reference, valid-through date, and merchant return policy. The building block that makes Product, Event, and Service eligible for rich results.
FinancialService JSON-LD example for a credit union in Dunmore. Covers feesAndCommissionsSpecification (the only property unique to FinancialService), the four subtypes (BankOrCreditUnion, InsuranceAgency, AccountingService, AutomatedTeller), and how to mark up a financial institution with LocalBusiness properties.
Corporation JSON-LD example for the fictional Redpoint 9 Corp, parent company of Xoo Code Inc. Covers tickerSymbol (the only property unique to Corporation), the MIC exchange format, and how Corporation differs from Organization for publicly traded companies.
Vehicle JSON-LD example for a used car listing. Covers the 39 properties unique to Vehicle including VIN, mileage, fuel type, engine specs, drive wheel configuration enums, and how Vehicle markup feeds Google's vehicle listing rich result.
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.
SomeProducts JSON-LD example for bulk XooTee inventory. SomeProducts adds one property (inventoryLevel) for describing a quantity of similar products available in stock.
DietarySupplement JSON-LD example for a vitamin product. DietarySupplement has 10 unique properties covering active ingredients, dosage, safety, and legal status for supplements taken orally.
Motorcycle JSON-LD example for a used motorcycle listing. Motorcycle adds no properties of its own; all 39 Vehicle properties apply.
MotorizedBicycle JSON-LD example for an e-bike listing. MotorizedBicycle adds no properties of its own; all 39 Vehicle properties apply to motorized bicycles, e-bikes, and mopeds.
FinancialIncentive JSON-LD example for a structured data adoption tax credit. Covers the 14 properties unique to FinancialIncentive including incentiveType, incentiveStatus, incentiveAmount, incentivizedItem, and the IncentiveType/IncentiveStatus enums.
MediaObject JSON-LD example for a downloadable PDF report. MediaObject is the parent of VideoObject, AudioObject, and ImageObject. Covers the most important of its 20 direct properties: contentUrl, encodingFormat, contentSize, duration, uploadDate, and requiresSubscription.
Accommodation JSON-LD example for a Copenhagen apartment listing. Covers all 17 Accommodation properties including floorSize, numberOfRooms, numberOfBedrooms, bed (with BedDetails), occupancy, petsAllowed, amenityFeature, yearBuilt, leaseLength.
House JSON-LD example for a real estate listing in Dunmore. Covers numberOfRooms (re-declared on House) plus all inherited Accommodation properties: floorSize, occupancy, petsAllowed, yearBuilt, amenityFeature.
SingleFamilyResidence JSON-LD example for a detached single-family home. SingleFamilyResidence re-declares numberOfRooms and occupancy; for the full property walkthrough, see the House example.
Apartment JSON-LD example for a Copenhagen rental unit. Covers numberOfRooms and occupancy (re-declared on Apartment) plus inherited Accommodation properties for floor size, bedrooms, bathrooms, amenities, pet policies, lease length.
Suite JSON-LD example for the Hotel Dunmore Presidential Suite. Covers bed (with BedDetails), numberOfRooms, and occupancy (re-declared on Suite), plus inherited Accommodation amenities and floor size.
HotelRoom JSON-LD example for a standard king room at Hotel Dunmore. Covers bed and occupancy (re-declared on HotelRoom), plus inherited Accommodation amenities and how HotelRoom fits inside a Hotel via containedInPlace.
Room JSON-LD example for a Thunderdome meeting room. Room adds no properties of its own; it is the structural parent for HotelRoom and a generic type for any distinguishable space within a structure.
CampingPitch JSON-LD example for a tent site at Dunmore Valley Campground. CampingPitch adds no properties of its own; it represents an individual outdoor accommodation spot within a larger Campground.
QuantitativeValue JSON-LD example for a product weight. Reference page covering all 7 QuantitativeValue properties: value, minValue, maxValue, unitCode, unitText, additionalProperty, valueReference. The standard schema.org structured value for measurements.
Barcode JSON-LD example for a ticket barcode. Barcode is an ImageObject subtype with no properties of its own; it inherits the full ImageObject vocabulary (contentUrl, encodingFormat, caption, embeddedTextCaption, width, height).
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.
VisualArtwork JSON-LD example for the parent type behind CoverArt and SequentialArt, covering the 13 art-specific properties: artist, artEdition, artform, artMedium, artworkSurface, colorist, penciler, inker, letterer, height, width, depth, weight.
Painting JSON-LD stub. Direct CreativeWork subtype (not under VisualArtwork). No unique properties of its own. For canvas dimensions and medium, use a dual @type of Painting + VisualArtwork.
Drawing JSON-LD stub. Direct CreativeWork subtype for pencil/pen/crayon work. No unique properties. For dimensions and medium, dual-type with VisualArtwork.
Sculpture JSON-LD stub. Direct CreativeWork subtype. No unique properties. For dimensions and material, dual-type with VisualArtwork.
Game JSON-LD example for the parent type behind VideoGame. CreativeWork subtype adding 5 game properties: characterAttribute, gameItem, gameLocation, numberOfPlayers, quest. Covers board games, RPGs, TTRPGs, and electronic games generically.
VideoGame JSON-LD example for an electronic game. Inherits from both Game and SoftwareApplication, adding 10 properties: actor, cheatCode, director, gameEdition, gamePlatform, gameServer, gameTip, musicBy, playMode, trailer. Covers GamePlayMode enum (CoOp, MultiPlayer, SinglePlayer).
FloorPlan JSON-LD example for the layout of a housing unit or building. Pending Intangible adding 12 properties: amenityFeature, floorSize, isPlanForApartment, layoutImage, numberOfAccommodationUnits, numberOfAvailableAccommodationUnits, numberOfBathroomsTotal, numberOfBedrooms, numberOfFullBathrooms, numberOfPartialBathrooms, numberOfRooms, petsAllowed.
ApartmentComplex JSON-LD stub for a multi-unit residential building or community. Residence subtype adding numberOfAccommodationUnits, numberOfAvailableAccommodationUnits, numberOfBedrooms, petsAllowed, tourBookingPage.
Poster JSON-LD stub for printed or digital announcement posters (concert posters, film posters, promotional posters). Pending CreativeWork subtype with no unique properties.
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 JSON-LD example for per-unit and subscription pricing. PriceSpecification subtype adding unitCode, unitText, referenceQuantity, billingDuration, billingIncrement, priceType.
WarrantyPromise JSON-LD example for product warranty structured data. StructuredValue subtype with durationOfWarranty (QuantitativeValue) and warrantyScope (WarrantyScope enumeration).
HowToSupply JSON-LD example for a material consumed in a HowTo (ingredient, paint, lumber). HowToItem subtype with estimatedCost.
HowToTool JSON-LD example for a tool used (but not consumed) in a HowTo. HowToItem subtype with no unique properties.
RealEstateListing JSON-LD example for a property-listing page (sale or rent). WebPage subtype with datePosted and leaseLength.
EducationalOccupationalProgram JSON-LD example for a degree / certificate / apprenticeship programme. Intangible with 23 direct properties covering application, credits, cost, duration, and outcomes.
WearableSizeSystemEnumeration JSON-LD reference. 14-value Enumeration for apparel sizing systems (US, UK, EU, JP + 10 others). Used as SizeSpecification.sizeSystem.
Observation JSON-LD example for a single statistical observation at a specific time/place. Intangible + QuantitativeValue dual inheritance. Properties: measuredProperty, observationAbout, observationDate, value, variableMeasured, marginOfError.
SizeSpecification JSON-LD example for apparel / footwear / accessory sizes. QualitativeValue subtype with sizeSystem, sizeGroup, suggestedAge, suggestedGender, suggestedMeasurement.
OfferForLease JSON-LD example for a lease-out offer (rental, leasing, subscription rental). Direct Offer subtype with no unique properties; businessFunction is implicitly LeaseOut.
OfferForPurchase JSON-LD example for a sell-out offer (standard retail). Direct Offer subtype with no unique properties; businessFunction is implicitly Sell.
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.
OfferShippingDetails JSON-LD example for Google's merchant listing shippingDetails rich result. Carries shippingRate, shippingDestination, deliveryTime, and the product's dimensions / weight for carrier-aware rate quotes.
ShippingDeliveryTime JSON-LD example for Google's estimated delivery date badge. Splits handling time, transit time, cutoff time, and business days so Google can compute the delivery window from order time.
OrderItem JSON-LD example for a line item inside an Order. Structured-value subtype carrying orderItemNumber, orderQuantity, orderedItem, orderItemStatus, and orderDelivery for per-line fulfillment tracking.
FinancialProduct JSON-LD example for the parent of all published banking / credit / insurance offerings. Service subtype adding interestRate, annualPercentageRate, and feesAndCommissionsSpecification.
BankAccount JSON-LD example for checking, savings, and money-market accounts. FinancialProduct subtype adding bankAccountType, accountMinimumInflow, and accountOverdraftLimit.
LoanOrCredit JSON-LD example for mortgages, auto loans, student loans, lines of credit. FinancialProduct subtype adding amount, loanTerm, loanType, gracePeriod, requiredCollateral, recourseLoan, renegotiableLoan.
PeopleAudience JSON-LD example for targeting content or products at a demographic: age range, gender, body measurements, health conditions. Audience subtype carrying the required / suggested age + gender + measurement trio.
BusinessAudience JSON-LD example for targeting B2B products at companies by revenue, employee count, or age. Audience subtype carrying yearsInOperation, yearlyRevenue, numberOfEmployees as QuantitativeValue ranges.
VideoGameSeries JSON-LD example for a franchise or multi-title game series. CreativeWorkSeries subtype with 22 direct properties covering seasons, episodes, characters, quests, gameplay, platforms, and production credits.
BroadcastFrequencySpecification JSON-LD example for the frequency, modulation, and subchannel of a radio / TV broadcast channel. Intangible subtype carrying broadcastFrequencyValue, broadcastSignalModulation (FM / AM / ATSC / DVB-T), broadcastSubChannel.
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.
HowToItem JSON-LD reference — ListItem subtype with requiredQuantity. For ingredients/tools/supplies in HowTo / Recipe tool lists.