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/LegislationObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LegislationObject",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Legislation",
"description": "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article)."
},
{
"$ref": "schema:MediaObject",
"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": "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.",
"properties": {
"legislationLegalValue": {
"$ref": "schema:LegalValueLevel",
"description": "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act."
}
},
"title": "LegislationObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Clip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Clip",
"$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 short TV or radio program or a segment/part of a program.",
"format": "http://schema.org/Clip",
"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"
}
]
},
"clipNumber": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "Position of the clip within an ordered group of clips."
},
"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"
}
]
},
"musicBy": {
"anyOf": [
{
"$ref": "http://schema.org/MusicGroup"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The composer of the soundtrack."
},
"partOfEpisode": {
"$ref": "http://schema.org/Episode",
"description": "The episode to which this clip belongs."
},
"partOfSeason": {
"$ref": "http://schema.org/CreativeWorkSeason",
"description": "The season to which this episode belongs."
},
"partOfSeries": {
"$ref": "http://schema.org/CreativeWorkSeries",
"description": "The series to which this episode or season belongs."
}
},
"title": "Clip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ComedyEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ComedyEvent",
"$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: Comedy event.",
"format": "http://schema.org/ComedyEvent",
"title": "ComedyEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/DanceGroup.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DanceGroup",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PerformingGroup.schema.json",
"description": "A performance group, such as a band, an orchestra, or a circus."
}
],
"description": "A dance group\u2014for example, the Alvin Ailey Dance Theater or Riverdance.",
"format": "http://schema.org/DanceGroup",
"title": "DanceGroup",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/MusicComposition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicComposition",
"$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 musical composition.",
"format": "http://schema.org/MusicComposition",
"properties": {
"composer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event."
},
"firstPerformance": {
"$ref": "Event.schema.json",
"description": "The date and place the work was first performed."
},
"includedComposition": {
"description": "Smaller compositions included in this work (e.g. a movement in a symphony).",
"items": {
"$ref": "MusicComposition.schema.json"
},
"type": "array"
},
"iswcCode": {
"description": "The International Standard Musical Work Code for the composition.",
"type": "string"
},
"lyricist": {
"$ref": "Person.schema.json",
"description": "The person who wrote the words."
},
"lyrics": {
"$ref": "CreativeWork.schema.json",
"description": "The words in the song."
},
"musicArrangement": {
"description": "An arrangement derived from the composition.",
"items": {
"$ref": "MusicComposition.schema.json"
},
"type": "array"
},
"musicCompositionForm": {
"description": "The type of composition (e.g. overture, sonata, symphony, etc.).",
"type": "string"
},
"musicalKey": {
"description": "The key, mode, or scale this composition uses.",
"type": "string"
},
"recordedAs": {
"description": "An audio recording of the work.",
"items": {
"$ref": "MusicRecording.schema.json"
},
"type": "array"
}
},
"title": "MusicComposition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/BroadcastChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastChannel",
"$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": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
"format": "http://schema.org/BroadcastChannel",
"properties": {
"broadcastChannelId": {
"description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.",
"type": "string"
},
"broadcastFrequency": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "BroadcastFrequencySpecification.schema.json"
}
],
"description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"."
},
"broadcastServiceTier": {
"description": "The type of service required to have access to the channel (e.g. Standard or Premium).",
"type": "string"
},
"genre": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"inBroadcastLineup": {
"$ref": "CableOrSatelliteService.schema.json",
"description": "The CableOrSatelliteService offering the channel."
},
"providesBroadcastService": {
"$ref": "BroadcastService.schema.json",
"description": "The BroadcastService offered on this channel."
}
},
"title": "BroadcastChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ContactPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ContactPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPage.schema.json",
"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."
}
],
"description": "Web page type: Contact page.",
"format": "http://schema.org/ContactPage",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ContactPage"
}
},
"required": [
"@type"
],
"title": "ContactPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Energy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Energy",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Quantity",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.",
"title": "Energy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/CheckOutAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:CheckOutAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CommunicateAction",
"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 an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.",
"title": "CheckOutAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/MusicAlbum.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicAlbum",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/MusicPlaylist",
"description": "A collection of music tracks in playlist form."
}
],
"description": "A collection of music tracks.",
"properties": {
"albumProductionType": {
"description": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
"oneOf": [
{
"$ref": "http://schema.org/MusicAlbumProductionType"
},
{
"items": {
"$ref": "http://schema.org/MusicAlbumProductionType"
},
"type": "array"
}
]
},
"albumRelease": {
"description": "A release of this album.",
"oneOf": [
{
"$ref": "http://schema.org/MusicRelease"
},
{
"items": {
"$ref": "http://schema.org/MusicRelease"
},
"type": "array"
}
]
},
"albumReleaseType": {
"$ref": "http://schema.org/MusicAlbumReleaseType",
"description": "The kind of release which this album is: single, EP or album."
},
"byArtist": {
"anyOf": [
{
"$ref": "http://schema.org/MusicGroup"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The artist that performed this album or recording."
}
},
"title": "MusicAlbum",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/CityHall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CityHall",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "GovernmentBuilding.schema.json",
"description": "A government building."
}
],
"description": "A city hall.",
"format": "http://schema.org/CityHall",
"title": "CityHall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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.",
"oneOf": [
{
"$ref": "PropertyValue.schema.json"
},
{
"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.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"awards": {
"description": "Awards won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"brand": {
"anyOf": [
{
"$ref": "Brand.schema.json"
},
{
"$ref": "Organization.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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
}
]
},
"color": {
"description": "The color of the product.",
"type": "string"
},
"depth": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$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.",
"type": "string"
},
"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.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"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.",
"type": "string"
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$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.",
"oneOf": [
{
"$ref": "Product.schema.json"
},
{
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
}
]
},
"isConsumableFor": {
"description": "A pointer to another product (or multiple products) for which this product is a consumable.",
"oneOf": [
{
"$ref": "Product.schema.json"
},
{
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
}
]
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
"type": "array"
}
]
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.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.",
"oneOf": [
{
"$ref": "OfferItemCondition.schema.json"
},
{
"items": {
"$ref": "OfferItemCondition.schema.json"
},
"type": "array"
}
]
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
}
]
},
"model": {
"anyOf": [
{
"type": "string"
},
{
"$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.",
"type": "string"
},
"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.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$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\".",
"type": "string"
},
"productionDate": {
"description": "The date of production of the item, e.g. vehicle.",
"format": "date",
"type": "string"
},
"purchaseDate": {
"description": "The date the item e.g. vehicle was purchased by the current owner.",
"format": "date",
"type": "string"
},
"releaseDate": {
"description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"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.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"weight": {
"$ref": "QuantitativeValue.schema.json",
"description": "The weight of the product or person."
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"title": "Product",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/DrinkAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DrinkAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ConsumeAction.schema.json",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of swallowing liquids.",
"format": "http://schema.org/DrinkAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DrinkAction"
}
},
"required": [
"@type"
],
"title": "DrinkAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AutomotiveBusiness.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AutomotiveBusiness",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"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": "Car repair, sales, or parts.",
"format": "http://schema.org/AutomotiveBusiness",
"title": "AutomotiveBusiness",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/NailSalon.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/NailSalon",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HealthAndBeautyBusiness.schema.json",
"description": "Health and beauty."
}
],
"description": "A nail salon.",
"format": "http://schema.org/NailSalon",
"title": "NailSalon",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/RejectAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RejectAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AllocateAction",
"description": "The act of organizing tasks/objects/events by associating resources to it."
}
],
"description": "The act of rejecting to/adopting an object.\n\nRelated actions:\n\n\nAcceptAction: The antonym of RejectAction.\n\n",
"title": "RejectAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/DepartmentStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DepartmentStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A department store.",
"format": "http://schema.org/DepartmentStore",
"title": "DepartmentStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "An electronic file or document.",
"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": "http://schema.org/DigitalDocumentPermission"
},
{
"items": {
"$ref": "http://schema.org/DigitalDocumentPermission"
},
"type": "array"
}
]
}
},
"title": "DigitalDocument",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/GeoShape.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeoShape",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "StructuredValue.schema.json",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.",
"format": "http://schema.org/GeoShape",
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "Physical address of the item."
},
"addressCountry": {
"anyOf": [
{
"$ref": "Country.schema.json"
},
{
"type": "string"
}
],
"description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."
},
"box": {
"description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.",
"items": {
"type": "string"
},
"type": "array"
},
"circle": {
"description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.",
"items": {
"type": "string"
},
"type": "array"
},
"elevation": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters."
},
"line": {
"description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.",
"items": {
"type": "string"
},
"type": "array"
},
"polygon": {
"description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.",
"items": {
"type": "string"
},
"type": "array"
},
"postalCode": {
"description": "The postal code. For example, 94043.",
"type": "string"
}
},
"title": "GeoShape",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BookFormatType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BookFormatType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The publication format of the book.",
"format": "http://schema.org/BookFormatType",
"oneOf": [
{
"const": "EBook",
"description": "Book format: Ebook."
},
{
"const": "AudiobookFormat",
"description": "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties."
},
{
"const": "Hardcover",
"description": "Book format: Hardcover."
},
{
"const": "Paperback",
"description": "Book format: Paperback."
}
],
"title": "BookFormatType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BowlingAlley.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BowlingAlley",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "SportsActivityLocation.schema.json",
"description": "A sports location, such as a playing field."
}
],
"description": "A bowling alley.",
"format": "http://schema.org/BowlingAlley",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BowlingAlley"
}
},
"required": [
"@type"
],
"title": "BowlingAlley",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/NewsArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/NewsArticle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Article",
"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."
}
],
"description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of schema.org News markup is also available.",
"format": "http://schema.org/NewsArticle",
"properties": {
"dateline": {
"description": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".",
"type": "string"
},
"printColumn": {
"description": "The number of the column in which the NewsArticle appears in the print edition.",
"type": "string"
},
"printEdition": {
"description": "The edition of the print product in which the NewsArticle appears.",
"type": "string"
},
"printPage": {
"description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).",
"type": "string"
},
"printSection": {
"description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.",
"type": "string"
}
},
"title": "NewsArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ExhibitionEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ExhibitionEvent",
"$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: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...",
"title": "ExhibitionEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Electrician.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Electrician",
"$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": "An electrician.",
"format": "http://schema.org/Electrician",
"title": "Electrician",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/JobPosting.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/JobPosting",
"$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": "A listing that describes a job opening in a certain organization.",
"format": "http://schema.org/JobPosting",
"properties": {
"baseSalary": {
"anyOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"type": "number"
},
{
"$ref": "MonetaryAmount.schema.json"
}
],
"description": "The base salary of the job or of an employee in an EmployeeRole."
},
"benefits": {
"description": "Description of benefits associated with the job.",
"type": "string"
},
"datePosted": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "Publication date of an online listing."
},
"employmentType": {
"description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).",
"items": {
"type": "string"
},
"type": "array"
},
"estimatedSalary": {
"description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.",
"items": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "MonetaryAmountDistribution.schema.json"
}
]
},
"type": "array"
},
"experienceRequirements": {
"description": "Description of skills and experience needed for the position or Occupation.",
"type": "string"
},
"hiringOrganization": {
"$ref": "Organization.schema.json",
"description": "Organization offering the job position."
},
"incentiveCompensation": {
"description": "Description of bonus and commission compensation aspects of the job.",
"items": {
"type": "string"
},
"type": "array"
},
"incentives": {
"description": "Description of bonus and commission compensation aspects of the job.",
"items": {
"type": "string"
},
"type": "array"
},
"industry": {
"description": "The industry associated with the job position.",
"type": "string"
},
"jobBenefits": {
"description": "Description of benefits associated with the job.",
"items": {
"type": "string"
},
"type": "array"
},
"jobLocation": {
"description": "A (typically single) geographic location associated with the job position.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
},
"relevantOccupation": {
"$ref": "Occupation.schema.json",
"description": "The Occupation for the JobPosting."
},
"responsibilities": {
"description": "Responsibilities associated with this role or Occupation.",
"items": {
"type": "string"
},
"type": "array"
},
"salaryCurrency": {
"description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.",
"type": "string"
},
"skills": {
"description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.",
"items": {
"type": "string"
},
"type": "array"
},
"specialCommitments": {
"description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.",
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"description": "The title of the job.",
"type": "string"
},
"validThrough": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"workHours": {
"description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).",
"type": "string"
}
},
"title": "JobPosting",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MedicalStudyStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MedicalStudyStatus",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalEnumeration",
"description": "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice."
}
],
"description": "The status of a medical study. Enumerated type.",
"title": "MedicalStudyStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/EventStatusType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EventStatusType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.",
"format": "http://schema.org/EventStatusType",
"oneOf": [
{
"const": "EventCancelled",
"description": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)."
},
{
"const": "EventMovedOnline",
"description": "Indicates that the event was changed to allow online participation. See <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> for specifics of whether it is now fully or partially online."
},
{
"const": "EventPostponed",
"description": "The event has been postponed and no new date has been set. The event's previousStartDate should be set."
},
{
"const": "EventRescheduled",
"description": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated)."
},
{
"const": "EventScheduled",
"description": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default."
}
],
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "EventStatusType"
}
},
"required": [
"@type"
],
"title": "EventStatusType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Offer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Offer",
"$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": "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.",
"properties": {
"acceptedPaymentMethod": {
"anyOf": [
{
"$ref": "http://schema.org/LoanOrCredit"
},
{
"$ref": "http://schema.org/PaymentMethod"
}
],
"description": "The payment method(s) accepted by seller for this offer."
},
"addOn": {
"description": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).",
"oneOf": [
{
"$ref": "http://schema.org/Offer"
},
{
"items": {
"$ref": "http://schema.org/Offer"
},
"type": "array"
}
]
},
"advanceBookingRequirement": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service."
},
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/AdministrativeArea"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"availability": {
"$ref": "http://schema.org/ItemAvailability",
"description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc."
},
"availabilityEnds": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The end of the availability of the product or service included in the offer."
},
"availabilityStarts": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The beginning of the availability of the product or service included in the offer."
},
"availableAtOrFrom": {
"$ref": "http://schema.org/Place",
"description": "The place(s) from which the offer can be obtained (e.g. store locations)."
},
"availableDeliveryMethod": {
"$ref": "http://schema.org/DeliveryMethod",
"description": "The delivery method(s) available for this offer."
},
"businessFunction": {
"$ref": "http://schema.org/BusinessFunction",
"description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
},
"deliveryLeadTime": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."
},
"eligibleCustomerType": {
"$ref": "http://schema.org/BusinessEntityType",
"description": "The type(s) of customers for which the given offer is valid."
},
"eligibleDuration": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The duration for which the given offer is valid."
},
"eligibleQuantity": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."
},
"eligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also ineligibleRegion."
},
"eligibleTransactionVolume": {
"$ref": "http://schema.org/PriceSpecification",
"description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."
},
"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.",
"type": "string"
},
"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.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"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.",
"type": "string"
},
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in the offer.",
"oneOf": [
{
"$ref": "http://schema.org/TypeAndQuantityNode"
},
{
"items": {
"$ref": "http://schema.org/TypeAndQuantityNode"
},
"type": "array"
}
]
},
"inventoryLevel": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The current approximate inventory level for the item or items."
},
"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.",
"oneOf": [
{
"$ref": "http://schema.org/OfferItemCondition"
},
{
"items": {
"$ref": "http://schema.org/OfferItemCondition"
},
"type": "array"
}
]
},
"itemOffered": {
"anyOf": [
{
"$ref": "http://schema.org/AggregateOffer"
},
{
"$ref": "http://schema.org/CreativeWork"
},
{
"$ref": "http://schema.org/Event"
},
{
"$ref": "http://schema.org/MenuItem"
},
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
},
{
"$ref": "http://schema.org/Trip"
}
],
"description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"offeredBy": {
"description": "A pointer to the organization or person making the offer.",
"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"
}
]
},
"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\nUse the priceCurrency property (with 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\") instead of including ambiguous symbols such as '$' in the value.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\nNote that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n\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 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"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"oneOf": [
{
"$ref": "http://schema.org/PriceSpecification"
},
{
"items": {
"$ref": "http://schema.org/PriceSpecification"
},
"type": "array"
}
]
},
"priceValidUntil": {
"description": "The date after which the price is no longer available.",
"format": "date",
"type": "string"
},
"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"
}
]
},
"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."
},
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
},
"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.",
"type": "string"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"warranty": {
"$ref": "http://schema.org/WarrantyPromise",
"description": "The warranty promise(s) included in the offer."
}
},
"title": "Offer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/MusicGroup.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicGroup",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PerformingGroup.schema.json",
"description": "A performance group, such as a band, an orchestra, or a circus."
}
],
"description": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.",
"format": "http://schema.org/MusicGroup",
"properties": {
"album": {
"description": "A music album.",
"items": {
"$ref": "MusicAlbum.schema.json"
},
"type": "array"
},
"albums": {
"description": "A collection of music albums.",
"items": {
"$ref": "MusicAlbum.schema.json"
},
"type": "array"
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"musicGroupMember": {
"description": "A member of a music group\u2014for example, John, Paul, George, or Ringo.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"track": {
"description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.",
"items": {
"oneOf": [
{
"$ref": "MusicRecording.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
},
"tracks": {
"description": "A music recording (track)\u2014usually a single song.",
"items": {
"$ref": "MusicRecording.schema.json"
},
"type": "array"
}
},
"title": "MusicGroup",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/AlignmentObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AlignmentObject",
"$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": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.\n\nShould not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.",
"format": "http://schema.org/AlignmentObject",
"properties": {
"alignmentType": {
"description": "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"educationalFramework": {
"description": "The framework to which the resource being described is aligned.",
"type": "string"
},
"targetDescription": {
"description": "The description of a node in an established educational framework.",
"type": "string"
},
"targetName": {
"description": "The name of a node in an established educational framework.",
"type": "string"
},
"targetUrl": {
"description": "The URL of a node in an established educational framework.",
"format": "uri",
"type": "string"
}
},
"title": "AlignmentObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MusicComposition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MusicComposition",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A musical composition.",
"properties": {
"composer": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
],
"description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event."
},
"firstPerformance": {
"$ref": "schema:Event",
"description": "The date and place the work was first performed."
},
"includedComposition": {
"description": "Smaller compositions included in this work (e.g. a movement in a symphony).",
"oneOf": [
{
"$ref": "schema:MusicComposition"
},
{
"items": {
"$ref": "schema:MusicComposition"
},
"type": "array"
}
]
},
"iswcCode": {
"description": "The International Standard Musical Work Code for the composition.",
"type": "string"
},
"lyricist": {
"$ref": "schema:Person",
"description": "The person who wrote the words."
},
"lyrics": {
"$ref": "schema:CreativeWork",
"description": "The words in the song."
},
"musicArrangement": {
"description": "An arrangement derived from the composition.",
"oneOf": [
{
"$ref": "schema:MusicComposition"
},
{
"items": {
"$ref": "schema:MusicComposition"
},
"type": "array"
}
]
},
"musicCompositionForm": {
"description": "The type of composition (e.g. overture, sonata, symphony, etc.).",
"type": "string"
},
"musicalKey": {
"description": "The key, mode, or scale this composition uses.",
"type": "string"
},
"recordedAs": {
"description": "An audio recording of the work.",
"oneOf": [
{
"$ref": "schema:MusicRecording"
},
{
"items": {
"$ref": "schema:MusicRecording"
},
"type": "array"
}
]
}
},
"title": "MusicComposition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Country.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Country",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AdministrativeArea.schema.json",
"description": "A geographical region, typically under the jurisdiction of a particular government."
}
],
"description": "A country.",
"format": "http://schema.org/Country",
"title": "Country",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ConfirmAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ConfirmAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InformAction",
"description": "The act of notifying someone of information pertinent to them, with no expectation of a response."
}
],
"description": "The act of notifying someone that a future event/action is going to happen as expected.\n\nRelated actions:\n\n\nCancelAction: The antonym of ConfirmAction.\n\n",
"format": "http://schema.org/ConfirmAction",
"title": "ConfirmAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/NonprofitType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:NonprofitType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.",
"title": "NonprofitType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/BeautySalon.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BeautySalon",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HealthAndBeautyBusiness",
"description": "Health and beauty."
}
],
"description": "Beauty salon.",
"title": "BeautySalon",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/CheckoutPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CheckoutPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/WebPage",
"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."
}
],
"description": "Web page type: Checkout page.",
"title": "CheckoutPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PublicSwimmingPool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PublicSwimmingPool",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema: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/MusicPlaylist.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicPlaylist",
"$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 collection of music tracks in playlist form.",
"format": "http://schema.org/MusicPlaylist",
"properties": {
"numTracks": {
"description": "The number of tracks in this album or playlist.",
"type": "integer"
},
"track": {
"description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/ItemList"
},
{
"$ref": "http://schema.org/MusicRecording"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/ItemList"
},
{
"$ref": "http://schema.org/MusicRecording"
}
]
},
"type": "array"
}
]
},
"tracks": {
"description": "A music recording (track)\u2014usually a single song.",
"oneOf": [
{
"$ref": "http://schema.org/MusicRecording"
},
{
"items": {
"$ref": "http://schema.org/MusicRecording"
},
"type": "array"
}
]
}
},
"title": "MusicPlaylist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ReserveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReserveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/PlanAction",
"description": "The act of planning the execution of an event/task/action/reservation/plan to a future date."
}
],
"description": "Reserving a concrete object.\n\nRelated actions:\n\n\nScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.\n\n",
"title": "ReserveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/HowToSection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:HowToSection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
},
{
"$ref": "schema:ItemList",
"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."
},
{
"$ref": "schema:ListItem",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).",
"properties": {
"steps": {
"description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:ItemList"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:ItemList"
}
]
},
"type": "array"
}
]
}
},
"title": "HowToSection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/LodgingBusiness",
"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",
"title": "Resort",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/UserTweets.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserTweets",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UserInteraction",
"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.",
"title": "UserTweets",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Quantity.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Quantity",
"$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": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.",
"format": "http://schema.org/Quantity",
"title": "Quantity",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BusTrip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusTrip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Trip.schema.json",
"description": "A trip or journey. An itinerary of visits to one or more places."
}
],
"description": "A trip on a commercial bus line.",
"format": "http://schema.org/BusTrip",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BusTrip"
},
"arrivalBusStop": {
"anyOf": [
{
"$ref": "BusStation.schema.json"
},
{
"$ref": "BusStop.schema.json"
}
],
"description": "The stop or station from which the bus arrives."
},
"busName": {
"description": "The name of the bus (e.g. Bolt Express).",
"type": "string"
},
"busNumber": {
"description": "The unique identifier for the bus.",
"type": "string"
},
"departureBusStop": {
"anyOf": [
{
"$ref": "BusStation.schema.json"
},
{
"$ref": "BusStop.schema.json"
}
],
"description": "The stop or station from which the bus departs."
}
},
"required": [
"@type"
],
"title": "BusTrip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/AudioObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:AudioObject",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MediaObject",
"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 audio file.",
"properties": {
"caption": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:MediaObject"
}
],
"description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]]."
},
"embeddedTextCaption": {
"description": "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"transcript": {
"description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.",
"type": "string"
}
},
"title": "AudioObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Country.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Country",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AdministrativeArea",
"description": "A geographical region, typically under the jurisdiction of a particular government."
}
],
"description": "A country.",
"format": "http://schema.org/Country",
"title": "Country",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ListenAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ListenAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ConsumeAction.schema.json",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming audio content.",
"format": "http://schema.org/ListenAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ListenAction"
}
},
"required": [
"@type"
],
"title": "ListenAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/GameServerStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GameServerStatus",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Status of a game server.",
"oneOf": [
{
"const": "OfflinePermanently",
"description": "Game server status: OfflinePermanently. Server is offline and not available."
},
{
"const": "OfflineTemporarily",
"description": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon."
},
{
"const": "Online",
"description": "Game server status: Online. Server is available."
},
{
"const": "OnlineFull",
"description": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached."
}
],
"title": "GameServerStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DisagreeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DisagreeAction",
"$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 difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.",
"title": "DisagreeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Product"
},
"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": "PropertyValue.schema.json"
},
{
"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.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"awards": {
"description": "Awards won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"brand": {
"anyOf": [
{
"$ref": "Brand.schema.json"
},
{
"$ref": "Organization.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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
}
]
},
"color": {
"description": "The color of the product.",
"type": "string"
},
"depth": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$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.",
"type": "string"
},
"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.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"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.",
"type": "string"
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$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.",
"oneOf": [
{
"$ref": "Product.schema.json"
},
{
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
}
]
},
"isConsumableFor": {
"description": "A pointer to another product (or multiple products) for which this product is a consumable.",
"oneOf": [
{
"$ref": "Product.schema.json"
},
{
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
}
]
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
"type": "array"
}
]
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.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.",
"oneOf": [
{
"$ref": "OfferItemCondition.schema.json"
},
{
"items": {
"$ref": "OfferItemCondition.schema.json"
},
"type": "array"
}
]
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
}
]
},
"model": {
"anyOf": [
{
"type": "string"
},
{
"$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.",
"type": "string"
},
"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.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$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\".",
"type": "string"
},
"productionDate": {
"description": "The date of production of the item, e.g. vehicle.",
"format": "date",
"type": "string"
},
"purchaseDate": {
"description": "The date the item e.g. vehicle was purchased by the current owner.",
"format": "date",
"type": "string"
},
"releaseDate": {
"description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"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.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"weight": {
"$ref": "QuantitativeValue.schema.json",
"description": "The weight of the product or person."
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"required": [
"@type"
],
"title": "Product",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TaxiReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TaxiReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"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 a taxi.\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.",
"format": "http://schema.org/TaxiReservation",
"properties": {
"partySize": {
"description": "Number of people the reservation should accommodate.",
"oneOf": [
{
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
]
},
"type": "array"
}
]
},
"pickupLocation": {
"description": "Where a taxi will pick up a passenger or a rental car can be picked up.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"pickupTime": {
"description": "When a taxi will pickup a passenger or a rental car can be picked up.",
"oneOf": [
{
"format": "date-time",
"type": "string"
},
{
"items": {
"format": "date-time",
"type": "string"
},
"type": "array"
}
]
}
},
"title": "TaxiReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/VideoObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VideoObject",
"$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": "A video file.",
"format": "http://schema.org/VideoObject",
"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"
},
"caption": {
"$ref": "MediaObject.schema.json",
"description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat."
},
"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"
},
"musicBy": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "MusicGroup.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"thumbnail": {
"$ref": "ImageObject.schema.json",
"description": "Thumbnail image for an image or video."
},
"transcript": {
"description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.",
"format": "http://schema.org/Text"
},
"videoFrameSize": {
"description": "The frame size of the video.",
"format": "http://schema.org/Text"
},
"videoQuality": {
"description": "The quality of the video.",
"format": "http://schema.org/Text"
}
},
"title": "VideoObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/CookAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CookAction",
"$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 producing/preparing food.",
"format": "http://schema.org/CookAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "CookAction"
},
"foodEstablishment": {
"description": "A sub property of location. The specific food establishment where the action occurred.",
"items": {
"anyOf": [
{
"$ref": "FoodEstablishment.schema.json"
},
{
"$ref": "Place.schema.json"
}
]
},
"type": "array"
},
"foodEvent": {
"description": "A sub property of location. The specific food event where the action occurred.",
"items": {
"$ref": "FoodEvent.schema.json"
},
"type": "array"
},
"recipe": {
"description": "A sub property of instrument. The recipe/instructions used to perform the action.",
"items": {
"$ref": "Recipe.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "CookAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/AnatomicalSystem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:AnatomicalSystem",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalEntity",
"description": "The most generic type of entity related to health and the practice of medicine."
}
],
"description": "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.",
"properties": {
"associatedPathophysiology": {
"description": "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.",
"type": "string"
},
"comprisedOf": {
"anyOf": [
{
"$ref": "schema:AnatomicalStructure"
},
{
"$ref": "schema:AnatomicalSystem"
}
],
"description": "Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system."
},
"relatedCondition": {
"description": "A medical condition associated with this anatomy.",
"oneOf": [
{
"$ref": "schema:MedicalCondition"
},
{
"items": {
"$ref": "schema:MedicalCondition"
},
"type": "array"
}
]
},
"relatedStructure": {
"description": "Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system.",
"oneOf": [
{
"$ref": "schema:AnatomicalStructure"
},
{
"items": {
"$ref": "schema:AnatomicalStructure"
},
"type": "array"
}
]
},
"relatedTherapy": {
"description": "A medical therapy related to this anatomy.",
"oneOf": [
{
"$ref": "schema:MedicalTherapy"
},
{
"items": {
"$ref": "schema:MedicalTherapy"
},
"type": "array"
}
]
}
},
"title": "AnatomicalSystem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/RealEstateAgent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RealEstateAgent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"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": "A real-estate agent.",
"title": "RealEstateAgent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/CatholicChurch.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:CatholicChurch",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Church",
"description": "A church."
}
],
"description": "A Catholic church.",
"title": "CatholicChurch",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/GenderType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GenderType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "An enumeration of genders.",
"oneOf": [
{
"const": "Female",
"description": "The female gender."
},
{
"const": "Male",
"description": "The male gender."
}
],
"title": "GenderType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Room.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Room",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Accommodation.schema.json",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\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/Room",
"title": "Room",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/QAPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/QAPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPage.schema.json",
"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."
}
],
"description": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).",
"format": "http://schema.org/QAPage",
"title": "QAPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ProgramMembership.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ProgramMembership",
"$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": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.",
"properties": {
"hostingOrganization": {
"$ref": "schema: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": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"members": {
"description": "A member of this organization.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"membershipNumber": {
"description": "A unique identifier for the membership.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"membershipPointsEarned": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (e.g. stars, miles, etc.)"
},
"programName": {
"description": "The program providing the membership.",
"type": "string"
}
},
"title": "ProgramMembership",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Apartment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Apartment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Accommodation",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).",
"properties": {
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "http://schema.org/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."
},
"occupancy": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person"
}
},
"title": "Apartment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ClothingStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ClothingStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A clothing store.",
"title": "ClothingStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/InsertAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InsertAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AddAction.schema.json",
"description": "The act of editing by adding an object to a collection."
}
],
"description": "The act of adding at a specific location in an ordered collection.",
"format": "http://schema.org/InsertAction",
"properties": {
"toLocation": {
"description": "A sub property of location. The final location of the object or the agent after the action.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
}
},
"title": "InsertAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Dentist.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Dentist",
"$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."
},
{
"$ref": "MedicalOrganization.schema.json",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A dentist.",
"format": "http://schema.org/Dentist",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Dentist"
}
},
"required": [
"@type"
],
"title": "Dentist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/GamePlayMode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GamePlayMode",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Indicates whether this game is multi-player, co-op or single-player.",
"format": "http://schema.org/GamePlayMode",
"oneOf": [
{
"const": "MultiPlayer",
"description": "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously."
},
{
"const": "CoOp",
"description": "Play mode: CoOp. Co-operative games, where you play on the same team with friends."
},
{
"const": "SinglePlayer",
"description": "Play mode: SinglePlayer. Which is played by a lone player."
}
],
"title": "GamePlayMode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Apartment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Apartment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Accommodation.schema.json",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).",
"format": "http://schema.org/Apartment",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Apartment"
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"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."
},
"occupancy": {
"$ref": "QuantitativeValue.schema.json",
"description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person"
}
},
"required": [
"@type"
],
"title": "Apartment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Service.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Service",
"$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": "A service provided by an organization, e.g. delivery service, print services, etc.",
"format": "http://schema.org/Service",
"properties": {
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "GeoShape.schema.json"
},
{
"type": "string"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableChannel": {
"description": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).",
"items": {
"$ref": "ServiceChannel.schema.json"
},
"type": "array"
},
"award": {
"description": "An award won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"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."
},
"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.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"items": {
"oneOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
},
"hasOfferCatalog": {
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"items": {
"$ref": "OfferCatalog.schema.json"
},
"type": "array"
},
"hoursAvailable": {
"$ref": "OpeningHoursSpecification.schema.json",
"description": "The hours during which this service or contact is available."
},
"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"
},
"logo": {
"description": "An associated logo.",
"items": {
"oneOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"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"
},
"produces": {
"$ref": "Thing.schema.json",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"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."
},
"providerMobility": {
"description": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
"items": {
"type": "string"
},
"type": "array"
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"serviceArea": {
"anyOf": [
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "GeoShape.schema.json"
}
],
"description": "The geographic area where the service is provided."
},
"serviceAudience": {
"$ref": "Audience.schema.json",
"description": "The audience eligible for this service."
},
"serviceOutput": {
"$ref": "Thing.schema.json",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"serviceType": {
"description": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "Service",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Language.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Language",
"$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": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]].",
"title": "Language",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BusStop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusStop",
"$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 bus stop.",
"format": "http://schema.org/BusStop",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BusStop"
}
},
"required": [
"@type"
],
"title": "BusStop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Episode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Episode",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.",
"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": "schema:Person"
},
{
"items": {
"$ref": "schema: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": "schema:Person"
},
{
"items": {
"$ref": "schema:Person"
},
"type": "array"
}
]
},
"director": {
"$ref": "schema: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": "schema:Person"
},
{
"items": {
"$ref": "schema:Person"
},
"type": "array"
}
]
},
"duration": {
"$comment": "https://schema.org/Duration",
"description": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
"type": "string"
},
"episodeNumber": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "Position of the episode within an ordered group of episodes."
},
"musicBy": {
"anyOf": [
{
"$ref": "schema:MusicGroup"
},
{
"$ref": "schema:Person"
}
],
"description": "The composer of the soundtrack."
},
"partOfSeason": {
"$ref": "schema:CreativeWorkSeason",
"description": "The season to which this episode belongs."
},
"partOfSeries": {
"$ref": "schema:CreativeWorkSeries",
"description": "The series to which this episode or season belongs."
},
"productionCompany": {
"$ref": "schema:Organization",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"trailer": {
"$ref": "schema:VideoObject",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"title": "Episode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BusReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BusReservation",
"$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 bus 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": "BusReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | 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": {
"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": [
{
"$ref": "Audience.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
}
},
"title": "TouristAttraction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BusinessAudience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusinessAudience",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Audience.schema.json",
"description": "Intended audience for an item, i.e. the group for whom the item was created."
}
],
"description": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.",
"format": "http://schema.org/BusinessAudience",
"properties": {
"numberOfEmployees": {
"$ref": "QuantitativeValue.schema.json",
"description": "The number of employees in an organization e.g. business."
},
"yearlyRevenue": {
"$ref": "QuantitativeValue.schema.json",
"description": "The size of the business in annual revenue."
},
"yearsInOperation": {
"$ref": "QuantitativeValue.schema.json",
"description": "The age of the business."
}
},
"title": "BusinessAudience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/MiddleSchool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MiddleSchool",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/EducationalOrganization",
"description": "An educational organization."
}
],
"description": "A middle school (typically for children aged around 11-14, although this varies somewhat).",
"title": "MiddleSchool",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/HighSchool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HighSchool",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EducationalOrganization.schema.json",
"description": "An educational organization."
}
],
"description": "A high school.",
"format": "http://schema.org/HighSchool",
"title": "HighSchool",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ControlAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ControlAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Action.schema.json",
"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 and Actions overview document."
}
],
"description": "An agent controls a device or application.",
"format": "http://schema.org/ControlAction",
"title": "ControlAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SportsOrganization.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SportsOrganization",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Organization",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.",
"properties": {
"sport": {
"description": "A type of sport (e.g. Baseball).",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"title": "SportsOrganization",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/HinduTemple.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HinduTemple",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PlaceOfWorship.schema.json",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A Hindu temple.",
"format": "http://schema.org/HinduTemple",
"title": "HinduTemple",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Electrician.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Electrician",
"$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": "An electrician.",
"title": "Electrician",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/FollowAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:FollowAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\\n\\nRelated actions:\\n\\n* [[BefriendAction]]: Unlike BefriendAction, FollowAction implies that the connection is *not* necessarily reciprocal.\\n* [[SubscribeAction]]: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\\n* [[TrackAction]]: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).",
"properties": {
"followee": {
"description": "A sub property of object. The person or organization being followed.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "FollowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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",
"title": "CheckAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/GardenStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GardenStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A garden store.",
"format": "http://schema.org/GardenStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "GardenStore"
}
},
"required": [
"@type"
],
"title": "GardenStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/TrainStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:TrainStation",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A train station.",
"title": "TrainStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BusReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"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 bus 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.",
"format": "http://schema.org/BusReservation",
"title": "BusReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Person.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Person",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "A person (alive, dead, undead, or fictional).",
"format": "http://schema.org/Person",
"properties": {
"additionalName": {
"description": "An additional name for a Person, can be used for a middle name.",
"format": "http://schema.org/Text"
},
"address": {
"$ref": "PostalAddress.schema.json",
"description": "Physical address of the item."
},
"affiliation": {
"description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.",
"items": {
"$ref": "Organization.schema.json"
},
"type": "array"
},
"alumniOf": {
"description": "An organization that the person is an alumni of.",
"items": {
"oneOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "EducationalOrganization.schema.json"
}
]
},
"type": "array"
},
"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"
},
"birthDate": {
"description": "Date of birth.",
"format": "http://schema.org/Date"
},
"birthPlace": {
"$ref": "Place.schema.json",
"description": "The place where the person was born."
},
"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."
},
"children": {
"description": "A child of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"colleague": {
"description": "A colleague of the person.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"colleagues": {
"description": "A colleague of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"contactPoint": {
"description": "A contact point for a person or organization.",
"items": {
"$ref": "ContactPoint.schema.json"
},
"type": "array"
},
"contactPoints": {
"description": "A contact point for a person or organization.",
"items": {
"$ref": "ContactPoint.schema.json"
},
"type": "array"
},
"deathDate": {
"description": "Date of death.",
"format": "http://schema.org/Date"
},
"deathPlace": {
"$ref": "Place.schema.json",
"description": "The place where the person died."
},
"duns": {
"description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.",
"format": "http://schema.org/Text"
},
"email": {
"description": "Email address.",
"format": "http://schema.org/Text"
},
"familyName": {
"description": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.",
"format": "http://schema.org/Text"
},
"faxNumber": {
"description": "The fax number.",
"format": "http://schema.org/Text"
},
"follows": {
"description": "The most generic uni-directional social relation.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"givenName": {
"description": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.",
"format": "http://schema.org/Text"
},
"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.",
"format": "http://schema.org/Text"
},
"hasOccupation": {
"$ref": "Occupation.schema.json",
"description": "The Person's occupation. For past professions, use Role for expressing dates."
},
"hasOfferCatalog": {
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"items": {
"$ref": "OfferCatalog.schema.json"
},
"type": "array"
},
"hasPOS": {
"description": "Points-of-Sales operated by the organization or person.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
},
"height": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"homeLocation": {
"description": "A contact location for a person's residence.",
"items": {
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
},
"honorificPrefix": {
"description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.",
"format": "http://schema.org/Text"
},
"honorificSuffix": {
"description": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.",
"format": "http://schema.org/Text"
},
"interactionStatistic": {
"$ref": "InteractionCounter.schema.json",
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."
},
"isicV4": {
"description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
"format": "http://schema.org/Text"
},
"knows": {
"$ref": "Person.schema.json",
"description": "The most generic bi-directional social/work relation."
},
"makesOffer": {
"description": "A pointer to products or services offered by the organization or person.",
"items": {
"$ref": "Offer.schema.json"
},
"type": "array"
},
"memberOf": {
"description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
"items": {
"oneOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "ProgramMembership.schema.json"
}
]
},
"type": "array"
},
"naics": {
"description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.",
"format": "http://schema.org/Text"
},
"nationality": {
"description": "Nationality of the person.",
"items": {
"$ref": "Country.schema.json"
},
"type": "array"
},
"netWorth": {
"anyOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"$ref": "MonetaryAmount.schema.json"
}
],
"description": "The total financial value of the person as calculated by subtracting assets from liabilities."
},
"owns": {
"description": "Products owned by the organization or person.",
"items": {
"oneOf": [
{
"$ref": "OwnershipInfo.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"parent": {
"description": "A parent of this person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"parents": {
"description": "A parents of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"performerIn": {
"description": "Event that this person is a performer or participant in.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
},
"publishingPrinciples": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"relatedTo": {
"$ref": "Person.schema.json",
"description": "The most generic familial relation."
},
"seeks": {
"description": "A pointer to products or services sought by the organization or person (demand).",
"items": {
"$ref": "Demand.schema.json"
},
"type": "array"
},
"sibling": {
"description": "A sibling of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"siblings": {
"description": "A sibling of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"spouse": {
"$ref": "Person.schema.json",
"description": "The person's spouse."
},
"taxID": {
"description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.",
"format": "http://schema.org/Text"
},
"telephone": {
"description": "The telephone number.",
"format": "http://schema.org/Text"
},
"vatID": {
"description": "The Value-added Tax ID of the organization or person.",
"format": "http://schema.org/Text"
},
"weight": {
"$ref": "QuantitativeValue.schema.json",
"description": "The weight of the product or person."
},
"workLocation": {
"description": "A contact location for a person's place of work.",
"items": {
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
},
"worksFor": {
"description": "Organizations that the person works for.",
"items": {
"$ref": "Organization.schema.json"
},
"type": "array"
}
},
"title": "Person",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/UserInteraction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserInteraction",
"$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": "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/UserInteraction",
"title": "UserInteraction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/GiveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GiveAction",
"$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 transferring ownership of an object to a destination. Reciprocal of TakeAction.\n\nRelated actions:\n\n\nTakeAction: Reciprocal of GiveAction.\nSendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).\n\n",
"format": "http://schema.org/GiveAction",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
}
},
"title": "GiveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ListItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ListItem",
"$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": "An list item, e.g. a step in a checklist or how-to description.",
"format": "http://schema.org/ListItem",
"properties": {
"item": {
"description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.",
"oneOf": [
{
"$ref": "http://schema.org/Thing"
},
{
"items": {
"$ref": "http://schema.org/Thing"
},
"type": "array"
}
]
},
"nextItem": {
"description": "A link to the ListItem that follows the current one.",
"oneOf": [
{
"$ref": "http://schema.org/ListItem"
},
{
"items": {
"$ref": "http://schema.org/ListItem"
},
"type": "array"
}
]
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"previousItem": {
"description": "A link to the ListItem that preceeds the current one.",
"oneOf": [
{
"$ref": "http://schema.org/ListItem"
},
{
"items": {
"$ref": "http://schema.org/ListItem"
},
"type": "array"
}
]
}
},
"title": "ListItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Brand.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Brand",
"$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": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"format": "http://schema.org/Brand",
"properties": {
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"type": "array"
}
]
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Brand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/CreativeWork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreativeWork",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"format": "http://schema.org/CreativeWork",
"properties": {
"about": {
"$ref": "Thing.schema.json",
"description": "The subject matter of the content."
},
"accessMode": {
"description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.",
"items": {
"type": "string"
},
"type": "array"
},
"accessModeSufficient": {
"description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.",
"items": {
"$ref": "ItemList.schema.json"
},
"type": "array"
},
"accessibilityAPI": {
"description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityControl": {
"description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityFeature": {
"description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityHazard": {
"description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilitySummary": {
"description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
"type": "string"
},
"accountablePerson": {
"$ref": "Person.schema.json",
"description": "Specifies the Person that is legally accountable for the CreativeWork."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"alternativeHeadline": {
"description": "A secondary title of the CreativeWork.",
"items": {
"type": "string"
},
"type": "array"
},
"associatedMedia": {
"$ref": "MediaObject.schema.json",
"description": "A media object that encodes this CreativeWork. This property is a synonym for encoding."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"audio": {
"description": "An embedded audio object.",
"items": {
"anyOf": [
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"author": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."
},
"award": {
"description": "An award won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"awards": {
"description": "Awards won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"character": {
"description": "Fictional person connected with a creative work.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"citation": {
"description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"comment": {
"description": "Comments, typically from users.",
"items": {
"$ref": "Comment.schema.json"
},
"type": "array"
},
"commentCount": {
"description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
"type": "integer"
},
"contentLocation": {
"$ref": "Place.schema.json",
"description": "The location depicted or described in the content. For example, the location in a photograph or painting."
},
"contentRating": {
"description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.",
"items": {
"anyOf": [
{
"$ref": "Rating.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"copyrightHolder": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The party holding the legal copyright to the CreativeWork."
},
"copyrightYear": {
"description": "The year during which the claimed copyright for the CreativeWork was first asserted.",
"type": "number"
},
"creator": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"dateCreated": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed."
},
"dateModified": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."
},
"datePublished": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "Date of first broadcast/publication."
},
"discussionUrl": {
"description": "A link to the page containing the comments of the CreativeWork.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"editor": {
"$ref": "Person.schema.json",
"description": "Specifies the Person who edited the CreativeWork."
},
"educationalAlignment": {
"description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.",
"items": {
"$ref": "AlignmentObject.schema.json"
},
"type": "array"
},
"educationalUse": {
"description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
"type": "string"
},
"encoding": {
"description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"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."
},
"encodings": {
"description": "A media object that encodes this CreativeWork.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"exampleOfWork": {
"description": "A creative work that this work is an example/instance/realization/derivation of.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"expires": {
"description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
"format": "date",
"type": "string"
},
"fileFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"hasPart": {
"description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"headline": {
"description": "Headline of the article.",
"type": "string"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$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."
},
"interactionStatistic": {
"$ref": "InteractionCounter.schema.json",
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."
},
"interactivityType": {
"description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
"type": "string"
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"items": {
"type": "boolean"
},
"type": "array"
},
"isBasedOn": {
"description": "A resource from which this work is derived or from which it is a modification or adaption.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isBasedOnUrl": {
"description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isFamilyFriendly": {
"description": "Indicates whether this content is family friendly.",
"type": "boolean"
},
"isPartOf": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."
},
"keywords": {
"description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
"type": "string"
},
"learningResourceType": {
"description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
"type": "string"
},
"license": {
"description": "A license document that applies to this content, typically indicated by URL.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"locationCreated": {
"$ref": "Place.schema.json",
"description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."
},
"mainEntity": {
"description": "Indicates the primary entity described in some page or other CreativeWork.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"material": {
"description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"mentions": {
"description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"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"
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"producer": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)."
},
"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."
},
"publication": {
"description": "A publication event associated with the item.",
"items": {
"$ref": "PublicationEvent.schema.json"
},
"type": "array"
},
"publisher": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The publisher of the creative work."
},
"publishingPrinciples": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"recordedAt": {
"$ref": "Event.schema.json",
"description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."
},
"releasedEvent": {
"$ref": "PublicationEvent.schema.json",
"description": "The place and time the release was issued, expressed as a PublicationEvent."
},
"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"
},
"schemaVersion": {
"description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"sourceOrganization": {
"$ref": "Organization.schema.json",
"description": "The Organization on whose behalf the creator was working."
},
"spatial": {
"$ref": "Place.schema.json",
"description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate."
},
"spatialCoverage": {
"$ref": "Place.schema.json",
"description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"temporal": {
"anyOf": [
{
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate."
},
"temporalCoverage": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."
},
"text": {
"description": "The textual content of this CreativeWork.",
"type": "string"
},
"thumbnailUrl": {
"description": "A thumbnail image relevant to the Thing.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"timeRequired": {
"description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.",
"format": "https://schema.org/Duration",
"type": "string"
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"version": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The version of the CreativeWork embodied by a specified resource."
},
"video": {
"description": "An embedded video object.",
"items": {
"anyOf": [
{
"$ref": "VideoObject.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"workExample": {
"description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
},
"title": "CreativeWork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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.",
"title": "WholesaleStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/BuddhistTemple.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BuddhistTemple",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/PlaceOfWorship",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A Buddhist temple.",
"format": "http://schema.org/BuddhistTemple",
"title": "BuddhistTemple",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DeleteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DeleteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UpdateAction",
"description": "The act of managing by changing/editing the state of the object."
}
],
"description": "The act of editing a recipient by removing one of its objects.",
"format": "http://schema.org/DeleteAction",
"title": "DeleteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/PublicationIssue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PublicationIssue",
"$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 publication volume, often numbered, usually containing a grouping of works such as articles.\n\nSee also blog post.",
"format": "http://schema.org/PublicationIssue",
"properties": {
"issueNumber": {
"description": "Identifies the issue of publication; for example, \"iii\" or \"2\".",
"items": {
"oneOf": [
{
"type": "integer"
},
{
"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"
}
},
"title": "PublicationIssue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Offer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Offer",
"$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": "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.",
"format": "http://schema.org/Offer",
"properties": {
"acceptedPaymentMethod": {
"anyOf": [
{
"$ref": "LoanOrCredit.schema.json"
},
{
"$ref": "PaymentMethod.schema.json"
}
],
"description": "The payment method(s) accepted by seller for this offer."
},
"addOn": {
"description": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).",
"oneOf": [
{
"$ref": "Offer.schema.json"
},
{
"items": {
"$ref": "Offer.schema.json"
},
"type": "array"
}
]
},
"advanceBookingRequirement": {
"$ref": "QuantitativeValue.schema.json",
"description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"availability": {
"$ref": "ItemAvailability.schema.json",
"description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc."
},
"availabilityEnds": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The end of the availability of the product or service included in the offer."
},
"availabilityStarts": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The beginning of the availability of the product or service included in the offer."
},
"availableAtOrFrom": {
"$ref": "Place.schema.json",
"description": "The place(s) from which the offer can be obtained (e.g. store locations)."
},
"availableDeliveryMethod": {
"$ref": "DeliveryMethod.schema.json",
"description": "The delivery method(s) available for this offer."
},
"businessFunction": {
"$ref": "BusinessFunction.schema.json",
"description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
}
]
},
"deliveryLeadTime": {
"$ref": "QuantitativeValue.schema.json",
"description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."
},
"eligibleCustomerType": {
"$ref": "BusinessEntityType.schema.json",
"description": "The type(s) of customers for which the given offer is valid."
},
"eligibleDuration": {
"$ref": "QuantitativeValue.schema.json",
"description": "The duration for which the given offer is valid."
},
"eligibleQuantity": {
"$ref": "QuantitativeValue.schema.json",
"description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."
},
"eligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also ineligibleRegion."
},
"eligibleTransactionVolume": {
"$ref": "PriceSpecification.schema.json",
"description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."
},
"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.",
"type": "string"
},
"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.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"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.",
"type": "string"
},
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in the offer.",
"oneOf": [
{
"$ref": "TypeAndQuantityNode.schema.json"
},
{
"items": {
"$ref": "TypeAndQuantityNode.schema.json"
},
"type": "array"
}
]
},
"inventoryLevel": {
"$ref": "QuantitativeValue.schema.json",
"description": "The current approximate inventory level for the item or items."
},
"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.",
"oneOf": [
{
"$ref": "OfferItemCondition.schema.json"
},
{
"items": {
"$ref": "OfferItemCondition.schema.json"
},
"type": "array"
}
]
},
"itemOffered": {
"anyOf": [
{
"$ref": "AggregateOffer.schema.json"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Event.schema.json"
},
{
"$ref": "MenuItem.schema.json"
},
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
},
{
"$ref": "Trip.schema.json"
}
],
"description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"offeredBy": {
"description": "A pointer to the organization or person making the offer.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"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\nUse the priceCurrency property (with 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\") instead of including ambiguous symbols such as '$' in the value.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\nNote that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n\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 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"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"oneOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"items": {
"$ref": "PriceSpecification.schema.json"
},
"type": "array"
}
]
},
"priceValidUntil": {
"description": "The date after which the price is no longer available.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"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."
},
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
},
"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.",
"type": "string"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"warranty": {
"$ref": "WarrantyPromise.schema.json",
"description": "The warranty promise(s) included in the offer."
}
},
"title": "Offer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/PeopleAudience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PeopleAudience",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Audience.schema.json",
"description": "Intended audience for an item, i.e. the group for whom the item was created."
}
],
"description": "A set of characteristics belonging to people, e.g. who compose an item's target audience.",
"format": "http://schema.org/PeopleAudience",
"properties": {
"requiredGender": {
"description": "Audiences defined by a person's gender.",
"type": "string"
},
"requiredMaxAge": {
"description": "Audiences defined by a person's maximum age.",
"type": "integer"
},
"requiredMinAge": {
"description": "Audiences defined by a person's minimum age.",
"type": "integer"
},
"suggestedGender": {
"description": "The gender of the person or audience.",
"type": "string"
},
"suggestedMaxAge": {
"description": "Maximal age recommended for viewing content.",
"type": "number"
},
"suggestedMinAge": {
"description": "Minimal age recommended for viewing content.",
"type": "number"
}
},
"title": "PeopleAudience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/House.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/House",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Accommodation.schema.json",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).",
"format": "http://schema.org/House",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "House"
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"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."
}
},
"required": [
"@type"
],
"title": "House",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ConfirmAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ConfirmAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InformAction",
"description": "The act of notifying someone of information pertinent to them, with no expectation of a response."
}
],
"description": "The act of notifying someone that a future event/action is going to happen as expected.\n\nRelated actions:\n\n\nCancelAction: The antonym of ConfirmAction.\n\n",
"title": "ConfirmAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Canal.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Canal",
"$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 canal, like the Panama Canal.",
"format": "http://schema.org/Canal",
"title": "Canal",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SportsClub.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsClub",
"$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 sports club.",
"format": "http://schema.org/SportsClub",
"title": "SportsClub",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.