repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TradeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TradeAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." } ], "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.", "properties": { "price": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n " }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "priceSpecification": { "description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", "oneOf": [ { "$ref": "schema:PriceSpecification" }, { "items": { "$ref": "schema:PriceSpecification" }, "type": "array" } ] } }, "title": "TradeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MusicRecording.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicRecording", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A music recording (track), usually a single song.", "format": "http://schema.org/MusicRecording", "properties": { "byArtist": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The artist that performed this album or recording." }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "inAlbum": { "$ref": "MusicAlbum.schema.json", "description": "The album to which this recording belongs." }, "inPlaylist": { "$ref": "MusicPlaylist.schema.json", "description": "The playlist to which this recording belongs." }, "isrcCode": { "description": "The International Standard Recording Code for the recording.", "type": "string" }, "recordingOf": { "$ref": "MusicComposition.schema.json", "description": "The composition this track is a recording of." } }, "title": "MusicRecording", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TrainReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TrainReservation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]]." } ], "description": "A reservation for train travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].", "title": "TrainReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ParcelDelivery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParcelDelivery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "The delivery of a parcel either via the postal service or a commercial service.", "format": "http://schema.org/ParcelDelivery", "properties": { "carrier": { "$ref": "http://schema.org/Organization", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "deliveryAddress": { "$ref": "http://schema.org/PostalAddress", "description": "Destination address." }, "deliveryStatus": { "description": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", "oneOf": [ { "$ref": "http://schema.org/DeliveryEvent" }, { "items": { "$ref": "http://schema.org/DeliveryEvent" }, "type": "array" } ] }, "expectedArrivalFrom": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The earliest date the package may arrive." }, "expectedArrivalUntil": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The latest date the package may arrive." }, "hasDeliveryMethod": { "$ref": "http://schema.org/DeliveryMethod", "description": "Method used for delivery or shipping." }, "itemShipped": { "description": "Item(s) being shipped.", "oneOf": [ { "$ref": "http://schema.org/Product" }, { "items": { "$ref": "http://schema.org/Product" }, "type": "array" } ] }, "originAddress": { "$ref": "http://schema.org/PostalAddress", "description": "Shipper's address." }, "partOfOrder": { "$ref": "http://schema.org/Order", "description": "The overall order the items in this delivery were included in." }, "provider": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "trackingNumber": { "description": "Shipper tracking number.", "type": "string" }, "trackingUrl": { "description": "Tracking url for the parcel delivery.", "format": "uri", "type": "string" } }, "title": "ParcelDelivery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WPAdBlock.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPAdBlock", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "An advertising section of the page.", "format": "http://schema.org/WPAdBlock", "title": "WPAdBlock", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AggregateOffer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Offer.schema.json", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "format": "http://schema.org/AggregateOffer", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AggregateOffer" }, "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/NightClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NightClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EntertainmentBusiness.schema.json", "description": "A business providing entertainment." } ], "description": "A nightclub or discotheque.", "format": "http://schema.org/NightClub", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "NightClub" } }, "required": [ "@type" ], "title": "NightClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Intangible.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Intangible", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", "title": "Intangible", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Article.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Article", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post.", "properties": { "articleBody": { "description": "The actual body of the article.", "type": "string" }, "articleSection": { "description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/SpeakableSpecification" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/SpeakableSpecification" } ] }, "type": "array" } ] }, "wordCount": { "description": "The number of words in the text of the Article.", "type": "integer" } }, "title": "Article", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Product.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Product", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.", "format": "http://schema.org/Product", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "award": { "description": "An award won by or for this item.", "format": "http://schema.org/Text" }, "awards": { "description": "Awards won by or for this item.", "format": "http://schema.org/Text" }, "brand": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Brand.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "color": { "description": "The color of the product.", "format": "http://schema.org/Text" }, "depth": { "anyOf": [ { "$ref": "Distance.schema.json" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin13": { "description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin8": { "description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "height": { "anyOf": [ { "$ref": "Distance.schema.json" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "isAccessoryOrSparePartFor": { "description": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isConsumableFor": { "description": "A pointer to another product (or multiple products) for which this product is a consumable.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "items": { "oneOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "items": { "oneOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "itemCondition": { "description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "items": { "$ref": "OfferItemCondition.schema.json" }, "type": "array" }, "logo": { "description": "An associated logo.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "manufacturer": { "$ref": "Organization.schema.json", "description": "The manufacturer of the product." }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "model": { "$ref": "ProductModel.schema.json", "description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "oneOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "productID": { "description": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".", "format": "http://schema.org/Text" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "http://schema.org/Date" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "http://schema.org/Date" }, "releaseDate": { "description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "format": "http://schema.org/Date" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "slogan": { "description": "A slogan or motto associated with the item.", "format": "http://schema.org/Text" }, "weight": { "$ref": "QuantitativeValue.schema.json", "description": "The weight of the product or person." }, "width": { "anyOf": [ { "$ref": "Distance.schema.json" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "title": "Product", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FinancialService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FinancialService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "Financial services business.", "format": "http://schema.org/FinancialService", "properties": { "feesAndCommissionsSpecification": { "description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", "items": { "format": "uri", "type": "string" }, "type": "array" } }, "title": "FinancialService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/RiverBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RiverBodyOfWater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BodyOfWater", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A river (for example, the broad majestic Shannon).", "title": "RiverBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/TVSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." }, { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "$ref": "CreativeWorkSeason.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "TVSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WinAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WinAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AchieveAction", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of achieving victory in a competitive activity.", "properties": { "loser": { "description": "A sub property of participant. The loser of the action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "WinAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Painting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Painting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A painting.", "format": "http://schema.org/Painting", "title": "Painting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AutoWash.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoWash", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "A car wash business.", "format": "http://schema.org/AutoWash", "title": "AutoWash", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/PostalAddress.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PostalAddress", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ContactPoint.schema.json", "description": "A contact point\u2014for example, a Customer Complaints department." } ], "description": "The mailing address.", "format": "http://schema.org/PostalAddress", "properties": { "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "Country.schema.json" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "addressLocality": { "description": "The locality in which the street address is, and which is in the region. For example, Mountain View.", "type": "string" }, "addressRegion": { "description": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division", "type": "string" }, "postOfficeBoxNumber": { "description": "The post office box number for PO box addresses.", "type": "string" }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" }, "streetAddress": { "description": "The street address. For example, 1600 Amphitheatre Pkwy.", "type": "string" } }, "title": "PostalAddress", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WPSideBar.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPSideBar", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "A sidebar section of the page.", "format": "http://schema.org/WPSideBar", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WPSideBar" } }, "required": [ "@type" ], "title": "WPSideBar", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BuyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BuyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", "format": "http://schema.org/BuyAction", "properties": { "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "vendor": { "description": "'vendor' is an earlier term for 'seller'.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "warrantyPromise": { "$ref": "http://schema.org/WarrantyPromise", "description": "The warranty promise(s) included in the offer." } }, "title": "BuyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Reservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Reservation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]].", "properties": { "bookingAgent": { "description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "bookingTime": { "description": "The date and time the reservation was booked.", "format": "date-time", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "modifiedTime": { "description": "The date and time the reservation was modified.", "format": "date-time", "type": "string" }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "programMembershipUsed": { "description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", "oneOf": [ { "$ref": "schema:ProgramMembership" }, { "items": { "$ref": "schema:ProgramMembership" }, "type": "array" } ] }, "provider": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "reservationFor": { "$ref": "schema:Thing", "description": "The thing -- flight, event, restaurant,etc. being reserved." }, "reservationId": { "description": "A unique identifier for the reservation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "reservationStatus": { "$ref": "schema:ReservationStatusType", "description": "The current status of the reservation." }, "reservedTicket": { "description": "A ticket associated with the reservation.", "oneOf": [ { "$ref": "schema:Ticket" }, { "items": { "$ref": "schema:Ticket" }, "type": "array" } ] }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "schema:PriceSpecification" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." }, "underName": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Reservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/WebPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.", "format": "http://schema.org/WebPage", "properties": { "breadcrumb": { "description": "A set of links that can help a user understand and navigate a website hierarchy.", "items": { "oneOf": [ { "$ref": "BreadcrumbList.schema.json" }, { "type": "string" } ] }, "type": "array" }, "lastReviewed": { "description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", "format": "date", "type": "string" }, "mainContentOfPage": { "$ref": "WebPageElement.schema.json", "description": "Indicates if this web page element is the main subject of the page." }, "primaryImageOfPage": { "$ref": "ImageObject.schema.json", "description": "Indicates the main image on the page." }, "relatedLink": { "description": "A link related to this web page, for example to other related web pages.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "reviewedBy": { "description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "significantLink": { "description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "significantLinks": { "description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "format": "uri", "type": "string" }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "items": { "oneOf": [ { "$ref": "SpeakableSpecification.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "specialty": { "description": "One of the domain specialities to which this web page's content applies.", "items": { "$ref": "Specialty.schema.json" }, "type": "array" } }, "title": "WebPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Crematorium.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Crematorium", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A crematorium.", "format": "http://schema.org/Crematorium", "title": "Crematorium", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ProgramMembership.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ProgramMembership", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", "properties": { "hostingOrganization": { "$ref": "http://schema.org/Organization", "description": "The organization (airline, travelers' club, etc.) the membership is made with." }, "member": { "description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "members": { "description": "A member of this organization.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "membershipNumber": { "description": "A unique identifier for the membership.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programName": { "description": "The program providing the membership.", "type": "string" } }, "title": "ProgramMembership", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/SoftwareSourceCode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SoftwareSourceCode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "format": "http://schema.org/SoftwareSourceCode", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SoftwareSourceCode" }, "codeRepository": { "description": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", "items": { "format": "uri", "type": "string" }, "type": "array" }, "codeSampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "items": { "type": "string" }, "type": "array" }, "programmingLanguage": { "description": "The computer programming language.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "ComputerLanguage.schema.json" } ] }, "type": "array" }, "runtime": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "type": "string" }, "runtimePlatform": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "items": { "type": "string" }, "type": "array" }, "sampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "type": "string" }, "targetProduct": { "description": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "SoftwareSourceCode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoanOrCredit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialProduct.schema.json", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money under agreed terms and charges.", "format": "http://schema.org/LoanOrCredit", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LoanOrCredit" }, "amount": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The amount of money." }, "currency": { "description": "The currency in which the monetary amount is expressed.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "loanTerm": { "$ref": "QuantitativeValue.schema.json", "description": "The duration of the loan or credit agreement." }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RVPark.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RVPark", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", "format": "http://schema.org/RVPark", "title": "RVPark", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/WriteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WriteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of authoring written creative content.", "format": "http://schema.org/WriteAction", "properties": { "inLanguage": { "$ref": "Language.schema.json", "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "language": { "description": "A sub property of instrument. The language used on this action.", "items": { "$ref": "Language.schema.json" }, "type": "array" } }, "title": "WriteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PlanAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlanAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", "format": "http://schema.org/PlanAction", "properties": { "scheduledTime": { "description": "The time the object is scheduled to.", "format": "date-time", "type": "string" } }, "title": "PlanAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Book.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Book", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A book.", "format": "http://schema.org/Book", "properties": { "bookEdition": { "description": "The edition of the book.", "type": "string" }, "bookFormat": { "$ref": "http://schema.org/BookFormatType", "description": "The format of the book." }, "illustrator": { "$ref": "http://schema.org/Person", "description": "The illustrator of the book." }, "isbn": { "description": "The ISBN of the book.", "type": "string" }, "numberOfPages": { "description": "The number of pages in the book.", "type": "integer" } }, "title": "Book", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/BuyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BuyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", "format": "http://schema.org/BuyAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BuyAction" }, "seller": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "vendor": { "description": "'vendor' is an earlier term for 'seller'.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "warrantyPromise": { "$ref": "WarrantyPromise.schema.json", "description": "The warranty promise(s) included in the offer." } }, "required": [ "@type" ], "title": "BuyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SeaBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SeaBodyOfWater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BodyOfWater", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A sea (for example, the Caspian sea).", "format": "http://schema.org/SeaBodyOfWater", "title": "SeaBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ReplyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReplyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of responding to a question/message asked/sent by the object. Related to AskAction\n\nRelated actions:\n\n\nAskAction: Appears generally as an origin of a ReplyAction.\n\n", "format": "http://schema.org/ReplyAction", "properties": { "resultComment": { "description": "A sub property of result. The Comment created or sent as a result of this action.", "items": { "$ref": "Comment.schema.json" }, "type": "array" } }, "title": "ReplyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/VeterinaryCare.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:VeterinaryCare", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalOrganization", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A vet's office.", "title": "VeterinaryCare", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WholesaleStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WholesaleStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A wholesale store.", "format": "http://schema.org/WholesaleStore", "title": "WholesaleStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PerformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PerformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlayAction.schema.json", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in performance arts.", "format": "http://schema.org/PerformAction", "properties": { "entertainmentBusiness": { "description": "A sub property of location. The entertainment business where the action occurred.", "items": { "$ref": "EntertainmentBusiness.schema.json" }, "type": "array" } }, "title": "PerformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/OrganizeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:OrganizeAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." } ], "description": "The act of manipulating/administering/supervising/controlling one or more objects.", "title": "OrganizeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HowToTool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowToItem.schema.json", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A tool used (but not consumed) when performing instructions for how to achieve a result.", "format": "http://schema.org/HowToTool", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToTool" } }, "required": [ "@type" ], "title": "HowToTool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/BorrowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BorrowAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TransferAction.schema.json", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n\nLendAction: Reciprocal of BorrowAction.\n\n", "format": "http://schema.org/BorrowAction", "properties": { "lender": { "description": "A sub property of participant. The person that lends the object being borrowed.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "title": "BorrowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/HowToItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToItem", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.", "format": "http://schema.org/HowToItem", "properties": { "requiredQuantity": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The required quantity of the item(s)." } }, "title": "HowToItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LiquorStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiquorStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.", "format": "http://schema.org/LiquorStore", "title": "LiquorStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/WebSite.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebSite", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.", "format": "http://schema.org/WebSite", "properties": { "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "format": "http://schema.org/Text" } }, "title": "WebSite", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PublicationVolume.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationVolume", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\n\nSee also blog post.", "format": "http://schema.org/PublicationVolume", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PublicationVolume" }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "items": { "type": "string" }, "type": "array" }, "volumeNumber": { "description": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", "items": { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "PublicationVolume", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/LocalBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LocalBusiness", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." }, { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", "format": "http://schema.org/LocalBusiness", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LocalBusiness" }, "branchOf": { "$ref": "Organization.schema.json", "description": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch." }, "currenciesAccepted": { "description": "The currency accepted.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "openingHours": { "description": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n\nDays are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.\nTimes are specified using 24:00 time. For example, 3pm is specified as 15:00. \nHere is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>.\nIf a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>.\n\n", "type": "string" }, "paymentAccepted": { "description": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "priceRange": { "description": "The price range of the business, for example $$$.", "type": "string" } }, "required": [ "@type" ], "title": "LocalBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Resort.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Resort", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Resort", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Resort" } }, "required": [ "@type" ], "title": "Resort", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Place.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Place", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "Entities that have a somewhat fixed, physical extension.", "format": "http://schema.org/Place", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "items": { "$ref": "LocationFeatureSpecification.schema.json" }, "type": "array" }, "branchCode": { "description": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", "items": { "type": "string" }, "type": "array" }, "containedIn": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and one that contains it." }, "containedInPlace": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and one that contains it." }, "containsPlace": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and another that it contains." }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "geo": { "anyOf": [ { "$ref": "GeoCoordinates.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The geo coordinates of the place." }, "geoContains": { "description": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCoveredBy": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCovers": { "description": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCrosses": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoDisjoint": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoEquals": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoIntersects": { "description": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoOverlaps": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoTouches": { "description": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoWithin": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasMap": { "description": "A URL to a map of the place.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Map.schema.json" } ] }, "type": "array" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "logo": { "description": "An associated logo.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "ImageObject.schema.json" } ] }, "type": "array" }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "map": { "description": "A URL to a map of the place.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maps": { "description": "A URL to a map of the place.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maximumAttendeeCapacity": { "description": "The total number of individuals that may attend an event or venue.", "type": "integer" }, "openingHoursSpecification": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The opening hours of a certain place." }, "photo": { "description": "A photograph of this place.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "photos": { "description": "Photographs of this place.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "publicAccess": { "description": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value", "type": "boolean" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" }, "smokingAllowed": { "description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", "type": "boolean" }, "specialOpeningHoursSpecification": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "Place", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DiagnosticLab.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DiagnosticLab", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalOrganization", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A medical laboratory that offers on-site or off-site diagnostic services.", "properties": { "availableTest": { "description": "A diagnostic test or procedure offered by this lab.", "oneOf": [ { "$ref": "schema:MedicalTest" }, { "items": { "$ref": "schema:MedicalTest" }, "type": "array" } ] } }, "title": "DiagnosticLab", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ComedyEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ComedyEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Comedy event.", "title": "ComedyEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DownloadAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DownloadAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TransferAction", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of downloading an object.", "format": "http://schema.org/DownloadAction", "title": "DownloadAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/FoodService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A food service, like breakfast, lunch, or dinner.", "format": "http://schema.org/FoodService", "title": "FoodService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/SportsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportsEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Sports event.", "format": "http://schema.org/SportsEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SportsEvent" }, "awayTeam": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "SportsTeam.schema.json" } ], "description": "The away team in a sports event." }, "competitor": { "description": "A competitor in a sports event.", "oneOf": [ { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "SportsTeam.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "SportsTeam.schema.json" } ] }, "type": "array" } ] }, "homeTeam": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "SportsTeam.schema.json" } ], "description": "The home team in a sports event." } }, "required": [ "@type" ], "title": "SportsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/SeaBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SeaBodyOfWater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A sea (for example, the Caspian sea).", "format": "http://schema.org/SeaBodyOfWater", "title": "SeaBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/DonateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DonateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", "format": "http://schema.org/DonateAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DonateAction" }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "DonateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GeneralContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeneralContractor", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A general contractor.", "format": "http://schema.org/GeneralContractor", "title": "GeneralContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/HowToTip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "format": "http://schema.org/HowToTip", "title": "HowToTip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MotorcycleDealer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MotorcycleDealer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A motorcycle dealer.", "title": "MotorcycleDealer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Article.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Article", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post.", "format": "http://schema.org/Article", "properties": { "articleBody": { "description": "The actual body of the article.", "type": "string" }, "articleSection": { "description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "items": { "type": "string" }, "type": "array" }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "items": { "type": "string" }, "type": "array" }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "items": { "oneOf": [ { "$ref": "SpeakableSpecification.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "wordCount": { "description": "The number of words in the text of the Article.", "type": "integer" } }, "title": "Article", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Airport.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Airport", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "An airport.", "format": "http://schema.org/Airport", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Airport" }, "iataCode": { "description": "IATA identifier for an airline or airport.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "icaoCode": { "description": "ICAO identifier for an airport.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "Airport", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OfferItemCondition.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OfferItemCondition", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A list of possible conditions for the item.", "format": "http://schema.org/OfferItemCondition", "oneOf": [ { "const": "DamagedCondition", "description": "Indicates that the item is damaged." }, { "const": "NewCondition", "description": "Indicates that the item is new." }, { "const": "RefurbishedCondition", "description": "Indicates that the item is refurbished." }, { "const": "UsedCondition", "description": "Indicates that the item is used." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OfferItemCondition" } }, "required": [ "@type" ], "title": "OfferItemCondition", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Taxi.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Taxi", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A taxi.", "title": "Taxi", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/ParcelDelivery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParcelDelivery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "The delivery of a parcel either via the postal service or a commercial service.", "format": "http://schema.org/ParcelDelivery", "properties": { "carrier": { "$ref": "Organization.schema.json", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "deliveryAddress": { "$ref": "PostalAddress.schema.json", "description": "Destination address." }, "deliveryStatus": { "description": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", "items": { "$ref": "DeliveryEvent.schema.json" }, "type": "array" }, "expectedArrivalFrom": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The earliest date the package may arrive." }, "expectedArrivalUntil": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The latest date the package may arrive." }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." }, "itemShipped": { "description": "Item(s) being shipped.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "originAddress": { "$ref": "PostalAddress.schema.json", "description": "Shipper's address." }, "partOfOrder": { "$ref": "Order.schema.json", "description": "The overall order the items in this delivery were included in." }, "provider": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "trackingNumber": { "description": "Shipper tracking number.", "type": "string" }, "trackingUrl": { "description": "Tracking url for the parcel delivery.", "format": "uri", "type": "string" } }, "title": "ParcelDelivery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/City.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:City", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AdministrativeArea", "description": "A geographical region, typically under the jurisdiction of a particular government." } ], "description": "A city or town.", "title": "City", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Zoo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Zoo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A zoo.", "format": "http://schema.org/Zoo", "title": "Zoo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MobilePhoneStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MobilePhoneStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A store that sells mobile phones and related accessories.", "title": "MobilePhoneStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/VideoGame.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGame", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Game", "description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." }, { "$ref": "http://schema.org/SoftwareApplication", "description": "A software application." } ], "description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "format": "http://schema.org/VideoGame", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "cheatCode": { "description": "Cheat codes to the game.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Thing" } ], "description": "The electronic systems used to play video games." }, "gameServer": { "$ref": "http://schema.org/GameServer", "description": "The server on which it is possible to play the game." }, "gameTip": { "description": "Links to tips, tactics, etc.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "oneOf": [ { "$ref": "http://schema.org/GamePlayMode" }, { "items": { "$ref": "http://schema.org/GamePlayMode" }, "type": "array" } ] }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGame", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FloorPlan.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FloorPlan", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some [[ApartmentComplex]] has an [[accommodationFloorPlan]] which is a [[FloorPlan]]. A FloorPlan is always in the context of a particular place, either a larger [[ApartmentComplex]] or a single [[Apartment]]. The visual/spatial aspects of a floor plan (i.e. room layout, [see wikipedia](https://en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]]. ", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "schema:LocationFeatureSpecification" }, { "items": { "$ref": "schema:LocationFeatureSpecification" }, "type": "array" } ] }, "floorSize": { "$ref": "schema:QuantitativeValue", "description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard " }, "isPlanForApartment": { "description": "Indicates some accommodation that this floor plan describes.", "oneOf": [ { "$ref": "schema:Accommodation" }, { "items": { "$ref": "schema:Accommodation" }, "type": "array" } ] }, "layoutImage": { "description": "A schematic image showing the floorplan layout.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, "type": "array" } ] }, "numberOfAccommodationUnits": { "description": "Indicates the total (available plus unavailable) number of accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAvailableAccommodationUnits]].", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "numberOfAvailableAccommodationUnits": { "description": "Indicates the number of available accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAccommodationUnits]].", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "numberOfBathroomsTotal": { "description": "The total integer number of bathrooms in a some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): \"The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.\". See also [[numberOfRooms]].", "type": "integer" }, "numberOfBedrooms": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]]." }, "numberOfFullBathrooms": { "description": "Number of full bathrooms - The total number of full and \u00be bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field).", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "numberOfPartialBathrooms": { "description": "Number of partial bathrooms - The total number of half and \u00bc bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field). ", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "petsAllowed": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ], "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." } }, "title": "FloorPlan", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Periodical.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Periodical", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWorkSeries", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.\n\t " } ], "description": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).", "title": "Periodical", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AutoRepair.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AutoRepair", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "Car repair business.", "title": "AutoRepair", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DayOfWeek.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DayOfWeek", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.\n\nOriginally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.", "format": "http://schema.org/DayOfWeek", "oneOf": [ { "const": "Wednesday", "description": "The day of the week between Tuesday and Thursday." }, { "const": "Sunday", "description": "The day of the week between Saturday and Monday." }, { "const": "PublicHolidays", "description": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with <a class=\"localLink\" href=\"http://schema.org/OpeningHoursSpecification\">OpeningHoursSpecification</a>. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." }, { "const": "Tuesday", "description": "The day of the week between Monday and Wednesday." }, { "const": "Monday", "description": "The day of the week between Sunday and Tuesday." }, { "const": "Friday", "description": "The day of the week between Thursday and Saturday." }, { "const": "Saturday", "description": "The day of the week between Friday and Sunday." }, { "const": "Thursday", "description": "The day of the week between Wednesday and Friday." } ], "title": "DayOfWeek", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/RoofingContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:RoofingContractor", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HomeAndConstructionBusiness", "description": "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." } ], "description": "A roofing contractor.", "title": "RoofingContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/MapCategoryType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MapCategoryType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "An enumeration of several kinds of Map.", "format": "http://schema.org/MapCategoryType", "oneOf": [ { "const": "ParkingMap", "description": "A parking map." }, { "const": "SeatingMap", "description": "A seating map." }, { "const": "TransitMap", "description": "A transit map." }, { "const": "VenueMap", "description": "A venue map (e.g. for malls, auditoriums, museums, etc.)." } ], "title": "MapCategoryType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/WPSideBar.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPSideBar", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "A sidebar section of the page.", "format": "http://schema.org/WPSideBar", "title": "WPSideBar", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TouristAttraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TouristAttraction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", "format": "http://schema.org/TouristAttraction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TouristAttraction" }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" }, "touristType": { "description": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Audience.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "TouristAttraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RoofingContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RoofingContractor", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A roofing contractor.", "format": "http://schema.org/RoofingContractor", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RoofingContractor" } }, "required": [ "@type" ], "title": "RoofingContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ViewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ViewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming static visual content.", "format": "http://schema.org/ViewAction", "title": "ViewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CheckAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CheckAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FindAction.schema.json", "description": "The act of finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n" } ], "description": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.", "format": "http://schema.org/CheckAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CheckAction" } }, "required": [ "@type" ], "title": "CheckAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OnDemandEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OnDemandEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PublicationEvent.schema.json", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.", "format": "http://schema.org/OnDemandEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OnDemandEvent" } }, "required": [ "@type" ], "title": "OnDemandEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Map.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Map", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A map.", "format": "http://schema.org/Map", "properties": { "mapType": { "description": "Indicates the kind of Map, from the MapCategoryType Enumeration.", "oneOf": [ { "$ref": "http://schema.org/MapCategoryType" }, { "items": { "$ref": "http://schema.org/MapCategoryType" }, "type": "array" } ] } }, "title": "Map", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AssignAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AssignAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of allocating an action/event/task to some destination (someone or something).", "format": "http://schema.org/AssignAction", "title": "AssignAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DataCatalog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataCatalog", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A collection of datasets.", "format": "http://schema.org/DataCatalog", "properties": { "dataset": { "description": "A dataset contained in this catalog.", "items": { "$ref": "Dataset.schema.json" }, "type": "array" } }, "title": "DataCatalog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Campground.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Campground", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A camping site, campsite, or Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations. \n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Campground", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Campground" } }, "required": [ "@type" ], "title": "Campground", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Recipe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Recipe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowTo.schema.json", "description": "Instructions that explain how to achieve a result by performing a sequence of steps." } ], "description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", "format": "http://schema.org/Recipe", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Recipe" }, "cookTime": { "description": "The time it takes to actually cook the dish, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "cookingMethod": { "description": "The method of cooking, such as Frying, Steaming, ...", "type": "string" }, "ingredients": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "items": { "type": "string" }, "type": "array" }, "nutrition": { "$ref": "NutritionInformation.schema.json", "description": "Nutrition information about the recipe or menu item." }, "recipeCategory": { "description": "The category of the recipe\u2014for example, appetizer, entree, etc.", "type": "string" }, "recipeCuisine": { "description": "The cuisine of the recipe (for example, French or Ethiopian).", "type": "string" }, "recipeIngredient": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "items": { "type": "string" }, "type": "array" }, "recipeInstructions": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ], "description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." }, "recipeYield": { "anyOf": [ { "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "items": { "$ref": "RestrictedDiet.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "Recipe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DataFeed", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Dataset", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DataFeedItem" }, { "$ref": "schema:Thing" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DataFeedItem" }, { "$ref": "schema:Thing" } ] }, "type": "array" } ] } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ImageObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ImageObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "An image file.", "format": "http://schema.org/ImageObject", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ImageObject" }, "caption": { "anyOf": [ { "type": "string" }, { "$ref": "MediaObject.schema.json" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "exifData": { "anyOf": [ { "type": "string" }, { "$ref": "PropertyValue.schema.json" } ], "description": "exif data for this object." }, "representativeOfPage": { "description": "Indicates whether this image is representative of the content of the page.", "type": "boolean" }, "thumbnail": { "$ref": "ImageObject.schema.json", "description": "Thumbnail image for an image or video." } }, "required": [ "@type" ], "title": "ImageObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/MediaObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", "format": "http://schema.org/MediaObject", "properties": { "associatedArticle": { "description": "A NewsArticle associated with the Media Object.", "items": { "$ref": "NewsArticle.schema.json" }, "type": "array" }, "bitrate": { "description": "The bitrate of the media object.", "type": "string" }, "contentSize": { "description": "File size in (mega/kilo) bytes.", "type": "string" }, "contentUrl": { "description": "Actual bytes of the media object, for example the image file or video file.", "format": "uri", "type": "string" }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "embedUrl": { "description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", "format": "uri", "type": "string" }, "encodesCreativeWork": { "$ref": "CreativeWork.schema.json", "description": "The CreativeWork encoded by this media object." }, "encodingFormat": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "playerType": { "description": "Player type required\u2014for example, Flash or Silverlight.", "items": { "type": "string" }, "type": "array" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "regionsAllowed": { "$ref": "Place.schema.json", "description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." }, "requiresSubscription": { "anyOf": [ { "type": "boolean" }, { "$ref": "MediaSubscription.schema.json" } ], "description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "uploadDate": { "description": "Date when this media object was uploaded to this site.", "format": "date", "type": "string" }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "title": "MediaObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/PublicSwimmingPool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicSwimmingPool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A public swimming pool.", "title": "PublicSwimmingPool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Audience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Audience", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Intended audience for an item, i.e. the group for whom the item was created.", "format": "http://schema.org/Audience", "properties": { "audienceType": { "description": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).", "type": "string" }, "geographicArea": { "$ref": "http://schema.org/AdministrativeArea", "description": "The geographic area associated with the audience." } }, "title": "Audience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OfferCatalog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OfferCatalog", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", "format": "http://schema.org/OfferCatalog", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OfferCatalog" } }, "required": [ "@type" ], "title": "OfferCatalog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DDxElement.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DDxElement", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalIntangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space." } ], "description": "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it.", "properties": { "diagnosis": { "description": "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.", "oneOf": [ { "$ref": "schema:MedicalCondition" }, { "items": { "$ref": "schema:MedicalCondition" }, "type": "array" } ] }, "distinguishingSign": { "description": "One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis.", "oneOf": [ { "$ref": "schema:MedicalSignOrSymptom" }, { "items": { "$ref": "schema:MedicalSignOrSymptom" }, "type": "array" } ] } }, "title": "DDxElement", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Pharmacy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Pharmacy", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MedicalOrganization.schema.json", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A pharmacy or drugstore.", "format": "http://schema.org/Pharmacy", "title": "Pharmacy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Place.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Place", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Thing", "description": "The most generic type of item." } ], "description": "Entities that have a somewhat fixed, physical extension.", "format": "http://schema.org/Place", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "oneOf": [ { "$ref": "http://schema.org/PropertyValue" }, { "items": { "$ref": "http://schema.org/PropertyValue" }, "type": "array" } ] }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "http://schema.org/AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "http://schema.org/LocationFeatureSpecification" }, { "items": { "$ref": "http://schema.org/LocationFeatureSpecification" }, "type": "array" } ] }, "branchCode": { "description": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "containedIn": { "$ref": "http://schema.org/Place", "description": "The basic containment relation between a place and one that contains it." }, "containedInPlace": { "$ref": "http://schema.org/Place", "description": "The basic containment relation between a place and one that contains it." }, "containsPlace": { "$ref": "http://schema.org/Place", "description": "The basic containment relation between a place and another that it contains." }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "events": { "description": "Upcoming or past events associated with this place or organization.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "faxNumber": { "description": "The fax number.", "type": "string" }, "geo": { "anyOf": [ { "$ref": "http://schema.org/GeoCoordinates" }, { "$ref": "http://schema.org/GeoShape" } ], "description": "The geo coordinates of the place." }, "geoContains": { "description": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoCoveredBy": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoCovers": { "description": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoCrosses": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoDisjoint": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoEquals": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoIntersects": { "description": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoOverlaps": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoTouches": { "description": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "geoWithin": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasMap": { "description": "A URL to a map of the place.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Map" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Map" } ] }, "type": "array" } ] }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "logo": { "description": "An associated logo.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/ImageObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/ImageObject" } ] }, "type": "array" } ] }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "map": { "description": "A URL to a map of the place.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "maps": { "description": "A URL to a map of the place.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "maximumAttendeeCapacity": { "description": "The total number of individuals that may attend an event or venue.", "type": "integer" }, "openingHoursSpecification": { "$ref": "http://schema.org/OpeningHoursSpecification", "description": "The opening hours of a certain place." }, "photo": { "description": "A photograph of this place.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/ImageObject" }, { "$ref": "http://schema.org/Photograph" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/ImageObject" }, { "$ref": "http://schema.org/Photograph" } ] }, "type": "array" } ] }, "photos": { "description": "Photographs of this place.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/ImageObject" }, { "$ref": "http://schema.org/Photograph" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/ImageObject" }, { "$ref": "http://schema.org/Photograph" } ] }, "type": "array" } ] }, "publicAccess": { "description": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value", "type": "boolean" }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "http://schema.org/Review" }, { "items": { "$ref": "http://schema.org/Review" }, "type": "array" } ] }, "reviews": { "description": "Review of the item.", "oneOf": [ { "$ref": "http://schema.org/Review" }, { "items": { "$ref": "http://schema.org/Review" }, "type": "array" } ] }, "slogan": { "description": "A slogan or motto associated with the item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "smokingAllowed": { "description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", "type": "boolean" }, "specialOpeningHoursSpecification": { "$ref": "http://schema.org/OpeningHoursSpecification", "description": "The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "Place", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LikeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LikeAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", "title": "LikeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TattooParlor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TattooParlor", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "A tattoo parlor.", "title": "TattooParlor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/DigitalDocument.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DigitalDocument", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "An electronic file or document.", "format": "http://schema.org/DigitalDocument", "properties": { "hasDigitalDocumentPermission": { "description": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".", "oneOf": [ { "$ref": "DigitalDocumentPermission.schema.json" }, { "items": { "$ref": "DigitalDocumentPermission.schema.json" }, "type": "array" } ] } }, "title": "DigitalDocument", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LoanOrCredit", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:FinancialProduct", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges.", "properties": { "amount": { "anyOf": [ { "type": "number" }, { "$ref": "schema:MonetaryAmount" } ], "description": "The amount of money." }, "currency": { "description": "The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "gracePeriod": { "$comment": "https://schema.org/Duration", "description": "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred.", "type": "string" }, "loanRepaymentForm": { "description": "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment.", "oneOf": [ { "$ref": "schema:RepaymentSpecification" }, { "items": { "$ref": "schema:RepaymentSpecification" }, "type": "array" } ] }, "loanTerm": { "$ref": "schema:QuantitativeValue", "description": "The duration of the loan or credit agreement." }, "loanType": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The type of a loan or credit." }, "recourseLoan": { "description": "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money.", "type": "boolean" }, "renegotiableLoan": { "description": "Whether the terms for payment of interest can be renegotiated during the life of the loan.", "type": "boolean" }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:Thing" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Thing" } ] }, "type": "array" } ] } }, "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/SportsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportsEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Sports event.", "format": "http://schema.org/SportsEvent", "properties": { "awayTeam": { "anyOf": [ { "$ref": "SportsTeam.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The away team in a sports event." }, "competitor": { "description": "A competitor in a sports event.", "items": { "anyOf": [ { "$ref": "SportsTeam.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "homeTeam": { "anyOf": [ { "$ref": "SportsTeam.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The home team in a sports event." } }, "title": "SportsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserBlocks.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserBlocks", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UserInteraction.schema.json", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserBlocks", "title": "UserBlocks", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ElectronicsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ElectronicsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An electronics store.", "format": "http://schema.org/ElectronicsStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ElectronicsStore" } }, "required": [ "@type" ], "title": "ElectronicsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ExhibitionEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ExhibitionEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...", "format": "http://schema.org/ExhibitionEvent", "title": "ExhibitionEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/StadiumOrArena.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/StadiumOrArena", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A stadium.", "format": "http://schema.org/StadiumOrArena", "title": "StadiumOrArena", "type": "object" }
Apache-2.0
en