LimitedAvailability
Canonical URL: http://schema.org/LimitedAvailabilityIndicates that the item has limited availability.
Usage: Between 1000 and 10,000 domains
- Leave public feedback on this term 💬
- Check for open issues.
- 'LimitedAvailability' is mentioned in layer: core
Examples
- JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
- This example is JSON only.
- This example is JSON only.
- <script type="application/ld+json">
- {
- "@context" : "http://schema.org",
- "@type" : "Event",
- "name" : "Typhoon with Radiation City",
- "startDate" : "2013-09-14T21:30",
- "location" : {
- "@type" : "Place",
- "sameAs" : "http://www.hi-dive.com",
- "name" : "The Hi-Dive",
- "address" : {
- "@type" : "PostalAddress",
- "streetAddress" : "7 S. Broadway",
- "addressLocality" : "Denver",
- "addressRegion" : "CO",
- "postalCode" : "80209" }
- },
- "performer" : [
- { "@type" : "MusicGroup",
- "name" : "Typhoon",
- "sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
- { "@type" : "MusicGroup",
- "name" : "RadiationCity",
- "sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
- "offers" : {
- "@type" : "Offer",
- "availability" : "http://schema.org/LimitedAvailability",
- "price" : "$13.00",
- "url" : "http://www.ticketfly.com/purchase/309433" },
- "typicalAgeRange" : "18+"
- }
- </script>
Schema Version 3.2