Schema: value
Schema: value Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: value.
PropertyValue JSON-LD example for product specifications: material, weight, color, fit, print method, and care instructions. The key-value structure that Product and Place use for additional properties beyond the core fields.
HowTo JSON-LD example for screen-printing a XooTee graphic tee at Xoo Code Shop Dunmore. Covers HowToStep with per-step URLs and images, HowToSupply and HowToTool for materials and equipment, MonetaryAmount for estimatedCost, ISO 8601 totalTime, and the 2023 Google rich result changes.
MonetaryAmount JSON-LD example for a salary range. Reference page covering all 6 MonetaryAmount properties: value, minValue, maxValue, currency, validFrom, validThrough. Used across schema.org for prices, salaries, fees, and any monetary value.
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.
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).
MonetaryGrant JSON-LD example for a cash grant or award. Grant subtype adding amount (MonetaryAmount or Number).
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.
Beach JSON-LD stub. Direct CivicStructure subtype (despite being a natural feature). No unique properties; inherits openingHours from CivicStructure.
Poster JSON-LD stub for printed or digital announcement posters (concert posters, film posters, promotional posters). Pending CreativeWork subtype with no unique properties.
GroceryStore JSON-LD stub for supermarkets, bodegas, co-ops, and food-first retail shops. Store subtype with no unique properties.
Campground JSON-LD stub for tent, RV, and cabin campgrounds. Dual-inherits CivicStructure and LodgingBusiness, giving it the full lodging vocabulary (checkinTime, checkoutTime, numberOfRooms, petsAllowed, starRating, amenityFeature, availableLanguage, audience).
RVPark JSON-LD stub for RV-focused overnight destinations. Direct CivicStructure subtype with no unique properties.
Playground JSON-LD stub for children's playgrounds (public or private). Direct CivicStructure subtype with no unique properties.
TrainStation JSON-LD stub for rail stations. Direct CivicStructure subtype. Used as departureStation / arrivalStation on TrainTrip.
SubwayStation JSON-LD stub for metro, subway, and underground rail stations. Direct CivicStructure subtype with no unique properties.
ParkingFacility JSON-LD stub for parking lots and garages. Direct CivicStructure subtype with no unique properties.
GasStation JSON-LD stub for fuel stations. Direct AutomotiveBusiness subtype with no unique properties.
SelfStorage JSON-LD stub for self-storage facilities. Direct LocalBusiness subtype with no unique properties.
Hostel JSON-LD stub for hostels with shared dormitory and private room accommodations. Direct LodgingBusiness subtype with no unique properties.
VacationRental JSON-LD stub for whole-property short-term rentals (Airbnb-style). Direct LodgingBusiness subtype with no unique properties.
Resort JSON-LD stub for destination resorts and leisure properties. Direct LodgingBusiness subtype with no unique properties.
EmployeeRole JSON-LD example for the employee relationship inside an Organization. OrganizationRole subtype adding baseSalary and salaryCurrency. Used with Organization.employee to carry role-scoped data.
WarrantyPromise JSON-LD example for product warranty structured data. StructuredValue subtype with durationOfWarranty (QuantitativeValue) and warrantyScope (WarrantyScope enumeration).
MedicalDevice JSON-LD example for an FDA-cleared medical device. Direct MedicalEntity subtype with 6 direct properties: adverseOutcome, contraindication, postOp, preOp, procedure, seriousAdverseOutcome.
Permit JSON-LD example for a permission granted by an authority. Intangible with 7 direct properties (issuedBy, issuedThrough, permitAudience, validFor, validFrom, validIn, validUntil). Parent of GovernmentPermit.
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.
DataFeed JSON-LD example for a feed of dataset items (a streaming / batch data feed). Dataset subtype with dataFeedElement for the feed's items.
DataFeedItem JSON-LD example for a single element inside a DataFeed. Intangible with dateCreated, dateModified, dateDeleted, item.
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.
StatisticalPopulation JSON-LD example for a population defined by demographic constraints (Adults aged 25-34 in Lackawanna County). Intangible with populationType and numConstraints.
LocationFeatureSpecification JSON-LD example for the amenityFeature of a Place, Accommodation, or LodgingBusiness. PropertyValue subtype adding hoursAvailable, validFrom, and validThrough for time-scoped amenities.
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.