LimitedAvailability

Canonical URL: http://schema.org/LimitedAvailability

Thing > Intangible > Enumeration > ItemAvailability :: LimitedAvailability

Indicates that the item has limited availability.

Usage: Between 1000 and 10,000 domains


Examples

Example 1
  1. JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
  1. This example is JSON only.
  1. This example is JSON only.
  1. <script type="application/ld+json">
  2. {
  3.   "@context" : "http://schema.org",
  4.   "@type" : "Event",
  5.   "name" : "Typhoon with Radiation City",
  6.   "startDate" : "2013-09-14T21:30",
  7.   "location" : {
  8.     "@type" : "Place",
  9.     "sameAs" : "http://www.hi-dive.com",
  10.     "name" : "The Hi-Dive",
  11.     "address" : {
  12.       "@type" : "PostalAddress",
  13.       "streetAddress" : "7 S. Broadway",
  14.       "addressLocality" : "Denver",
  15.       "addressRegion" : "CO",
  16.       "postalCode" : "80209" }
  17.   },
  18.   "performer" : [
  19.     { "@type" : "MusicGroup",
  20.       "name" : "Typhoon",
  21.       "sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
  22.     { "@type" : "MusicGroup",
  23.       "name" : "RadiationCity",
  24.       "sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
  25.   "offers" : {
  26.     "@type" : "Offer",
  27.     "availability" : "http://schema.org/LimitedAvailability",
  28.     "price" : "$13.00",
  29.     "url" : "http://www.ticketfly.com/purchase/309433" },
  30.   "typicalAgeRange" : "18+"
  31. }
  32. </script>

Schema Version 3.2