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 | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/GasStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GasStation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AutomotiveBusiness",
"description": "Car repair, sales, or parts."
}
],
"description": "A gas station.",
"title": "GasStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Reservoir.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Reservoir",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.",
"title": "Reservoir",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Reservoir.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Reservoir",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.",
"format": "http://schema.org/Reservoir",
"title": "Reservoir",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/BusinessEntityType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusinessEntityType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#Business\nhttp://purl.org/goodrelations/v1#Enduser\nhttp://purl.org/goodrelations/v1#PublicInstitution\nhttp://purl.org/goodrelations/v1#Reseller\n\n",
"title": "BusinessEntityType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Poster.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Poster",
"$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 large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.",
"title": "Poster",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ComicStory.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ComicStory",
"$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": "The term \"story\" is any indivisible, re-printable\n \tunit of a comic, including the interior stories, covers, and backmatter. Most\n \tcomics have at least two stories: a cover (ComicCoverArt) and an interior story.",
"properties": {
"artist": {
"$ref": "schema:Person",
"description": "The primary artist for a work\n \tin a medium other than pencils or digital line art--for example, if the\n \tprimary artwork is done in watercolors or digital paints."
},
"colorist": {
"$ref": "schema:Person",
"description": "The individual who adds color to inked drawings."
},
"inker": {
"$ref": "schema:Person",
"description": "The individual who traces over the pencil drawings in ink after pencils are complete."
},
"letterer": {
"$ref": "schema:Person",
"description": "The individual who adds lettering, including speech balloons and sound effects, to artwork."
},
"penciler": {
"$ref": "schema:Person",
"description": "The individual who draws the primary narrative artwork."
}
},
"title": "ComicStory",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Florist.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Florist",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A florist.",
"format": "http://schema.org/Florist",
"title": "Florist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/RadioEpisode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioEpisode",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Episode",
"description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season."
}
],
"description": "A radio episode which can be part of a series or season.",
"format": "http://schema.org/RadioEpisode",
"title": "RadioEpisode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/TireShop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:TireShop",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Store",
"description": "A retail good store."
}
],
"description": "A tire shop.",
"title": "TireShop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/SelfStorage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SelfStorage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A self-storage facility.",
"format": "http://schema.org/SelfStorage",
"title": "SelfStorage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Energy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Energy",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/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>'.",
"format": "http://schema.org/Energy",
"title": "Energy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PodcastSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PodcastSeries",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWorkSeries",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\\n\\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\\n\\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.\n\t "
}
],
"description": "A podcast is an episodic series of digital audio or video files which a user can download and listen to.",
"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"
}
]
},
"webFeed": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:DataFeed"
}
],
"description": "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom."
}
},
"title": "PodcastSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ContactPointOption.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ContactPointOption",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Enumerated options related to a ContactPoint.",
"oneOf": [
{
"const": "HearingImpairedSupported",
"description": "Uses devices to support users with hearing impairments."
},
{
"const": "TollFree",
"description": "The associated telephone number is toll free."
}
],
"title": "ContactPointOption",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ApartmentComplex.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ApartmentComplex",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Residence.schema.json",
"description": "The place where a person lives."
}
],
"description": "Residence type: Apartment complex.",
"format": "http://schema.org/ApartmentComplex",
"properties": {
"petsAllowed": {
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
"format": "http://schema.org/Boolean"
}
},
"title": "ApartmentComplex",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/LodgingReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LodgingReservation",
"$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 lodging at a hotel, motel, inn, etc.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"properties": {
"checkinTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The earliest someone may check into a lodging establishment."
},
"checkoutTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The latest someone may check out of a lodging establishment."
},
"lodgingUnitDescription": {
"description": "A full description of the lodging unit.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"lodgingUnitType": {
"description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:QualitativeValue"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:QualitativeValue"
}
]
},
"type": "array"
}
]
},
"numAdults": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The number of adults staying in the unit."
},
"numChildren": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The number of children staying in the unit."
}
},
"title": "LodgingReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/CommentAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CommentAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CommunicateAction.schema.json",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of generating a comment about a subject.",
"format": "http://schema.org/CommentAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "CommentAction"
},
"resultComment": {
"description": "A sub property of result. The Comment created or sent as a result of this action.",
"items": {
"$ref": "Comment.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "CommentAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/CommunicateAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CommunicateAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.",
"properties": {
"about": {
"$ref": "http://schema.org/Thing",
"description": "The subject matter of the content."
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Language"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"language": {
"description": "A sub property of instrument. The language used on this action.",
"oneOf": [
{
"$ref": "http://schema.org/Language"
},
{
"items": {
"$ref": "http://schema.org/Language"
},
"type": "array"
}
]
},
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/ContactPoint"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/ContactPoint"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
}
},
"title": "CommunicateAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TradeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TradeAction",
"$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": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.",
"format": "http://schema.org/TradeAction",
"properties": {
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n\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"
}
]
}
},
"title": "TradeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/MovieClip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovieClip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Clip.schema.json",
"description": "A short TV or radio program or a segment/part of a program."
}
],
"description": "A short segment/part of a movie.",
"format": "http://schema.org/MovieClip",
"title": "MovieClip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AllocateAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AllocateAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/OrganizeAction",
"description": "The act of manipulating/administering/supervising/controlling one or more objects."
}
],
"description": "The act of organizing tasks/objects/events by associating resources to it.",
"title": "AllocateAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/SkiResort.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SkiResort",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "SportsActivityLocation.schema.json",
"description": "A sports location, such as a playing field."
}
],
"description": "A ski resort.",
"format": "http://schema.org/SkiResort",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "SkiResort"
}
},
"required": [
"@type"
],
"title": "SkiResort",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/RentAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RentAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.",
"format": "http://schema.org/RentAction",
"properties": {
"landlord": {
"description": "A sub property of participant. The owner of the real estate property.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"realEstateAgent": {
"description": "A sub property of participant. The real estate agent involved in the action.",
"items": {
"$ref": "RealEstateAgent.schema.json"
},
"type": "array"
}
},
"title": "RentAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/AudioObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AudioObject",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MediaObject.schema.json",
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."
}
],
"description": "An audio file.",
"format": "http://schema.org/AudioObject",
"properties": {
"caption": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
],
"description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat."
},
"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/SomeProducts.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SomeProducts",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Product",
"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."
}
],
"description": "A placeholder for multiple similar products of the same kind.",
"format": "http://schema.org/SomeProducts",
"properties": {
"inventoryLevel": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The current approximate inventory level for the item or items."
}
},
"title": "SomeProducts",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Conversation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Conversation",
"$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": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.",
"format": "http://schema.org/Conversation",
"title": "Conversation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/WatchAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WatchAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ConsumeAction",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming dynamic/moving visual content.",
"format": "http://schema.org/WatchAction",
"title": "WatchAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Ticket.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Ticket",
"$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": "Used to describe a ticket to an event, a flight, a bus ride, etc.",
"format": "http://schema.org/Ticket",
"properties": {
"dateIssued": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date the ticket was issued."
},
"issuedBy": {
"$ref": "Organization.schema.json",
"description": "The organization issuing the ticket or permit."
},
"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"
},
"ticketNumber": {
"description": "The unique identifier for the ticket.",
"type": "string"
},
"ticketToken": {
"description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"ticketedSeat": {
"$ref": "Seat.schema.json",
"description": "The seat associated with the ticket."
},
"totalPrice": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "PriceSpecification.schema.json"
},
{
"type": "string"
}
],
"description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"underName": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization the reservation or ticket is for."
}
},
"title": "Ticket",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Duration.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Duration",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Quantity",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Quantity: Duration (use ISO 8601 duration format).",
"format": "http://schema.org/Duration",
"title": "Duration",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/WPFooter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WPFooter",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPageElement.schema.json",
"description": "A web page element, like a table or an image."
}
],
"description": "The footer section of the page.",
"format": "http://schema.org/WPFooter",
"title": "WPFooter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TVClip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TVClip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Clip.schema.json",
"description": "A short TV or radio program or a segment/part of a program."
}
],
"description": "A short TV program or a segment/part of a TV program.",
"format": "http://schema.org/TVClip",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TVClip"
},
"partOfTVSeries": {
"$ref": "TVSeries.schema.json",
"description": "The TV series to which this episode or season belongs."
}
},
"required": [
"@type"
],
"title": "TVClip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/SelfStorage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SelfStorage",
"$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 self-storage facility.",
"title": "SelfStorage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/MusicRelease.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicRelease",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MusicPlaylist.schema.json",
"description": "A collection of music tracks in playlist form."
}
],
"description": "A MusicRelease is a specific release of a music album.",
"format": "http://schema.org/MusicRelease",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MusicRelease"
},
"catalogNumber": {
"description": "The catalog number for the release.",
"type": "string"
},
"creditedTo": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga."
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"musicReleaseFormat": {
"description": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).",
"oneOf": [
{
"$ref": "MusicReleaseFormatType.schema.json"
},
{
"items": {
"$ref": "MusicReleaseFormatType.schema.json"
},
"type": "array"
}
]
},
"recordLabel": {
"$ref": "Organization.schema.json",
"description": "The label that issued the release."
},
"releaseOf": {
"$ref": "MusicAlbum.schema.json",
"description": "The album this is a release of."
}
},
"required": [
"@type"
],
"title": "MusicRelease",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MusicEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicEvent",
"$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: Music event.",
"format": "http://schema.org/MusicEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MusicEvent"
}
},
"required": [
"@type"
],
"title": "MusicEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MotorcycleRepair.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MotorcycleRepair",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AutomotiveBusiness",
"description": "Car repair, sales, or parts."
}
],
"description": "A motorcycle repair shop.",
"title": "MotorcycleRepair",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SubscribeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SubscribeAction",
"$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 pushed to.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.",
"title": "SubscribeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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.",
"format": "http://schema.org/UserTweets",
"title": "UserTweets",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/InternetCafe.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InternetCafe",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "An internet cafe.",
"format": "http://schema.org/InternetCafe",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "InternetCafe"
}
},
"required": [
"@type"
],
"title": "InternetCafe",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/VideoObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:VideoObject",
"$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": "A video file.",
"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"
}
]
},
"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]]."
},
"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"
}
]
},
"embeddedTextCaption": {
"description": "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"musicBy": {
"anyOf": [
{
"$ref": "schema:MusicGroup"
},
{
"$ref": "schema:Person"
}
],
"description": "The composer of the soundtrack."
},
"thumbnail": {
"$ref": "schema:ImageObject",
"description": "Thumbnail image for an image or video."
},
"transcript": {
"description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.",
"type": "string"
},
"videoFrameSize": {
"description": "The frame size of the video.",
"type": "string"
},
"videoQuality": {
"description": "The quality of the video.",
"type": "string"
}
},
"title": "VideoObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Playground.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Playground",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A playground.",
"format": "http://schema.org/Playground",
"title": "Playground",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/StadiumOrArena.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:StadiumOrArena",
"$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."
},
{
"$ref": "schema:SportsActivityLocation",
"description": "A sports location, such as a playing field."
}
],
"description": "A stadium.",
"title": "StadiumOrArena",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/GovernmentBuilding.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:GovernmentBuilding",
"$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 government building.",
"title": "GovernmentBuilding",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BrainStructure.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BrainStructure",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AnatomicalStructure",
"description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures."
}
],
"description": "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.",
"title": "BrainStructure",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/FoodEstablishment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FoodEstablishment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A food-related business.",
"format": "http://schema.org/FoodEstablishment",
"properties": {
"acceptsReservations": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No."
},
"hasMenu": {
"description": "Either the actual menu as a structured representation, as text, or a URL of the menu.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Menu.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"menu": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Menu.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Either the actual menu as a structured representation, as text, or a URL of the menu."
},
"servesCuisine": {
"description": "The cuisine of the restaurant.",
"type": "string"
},
"starRating": {
"description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).",
"items": {
"$ref": "Rating.schema.json"
},
"type": "array"
}
},
"title": "FoodEstablishment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "SportsActivityLocation.schema.json",
"description": "A sports location, such as a playing field."
}
],
"description": "A sports club.",
"format": "http://schema.org/SportsClub",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "SportsClub"
}
},
"required": [
"@type"
],
"title": "SportsClub",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Season.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Season",
"$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 media season e.g. tv, radio, video game etc.",
"title": "Season",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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": [
{
"type": "string"
},
{
"$ref": "Country.schema.json"
}
],
"description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."
},
"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.",
"oneOf": [
{
"type": "string"
},
{
"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.",
"oneOf": [
{
"type": "string"
},
{
"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.",
"oneOf": [
{
"type": "string"
},
{
"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.",
"oneOf": [
{
"type": "string"
},
{
"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 | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Campground.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Campground",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "http://schema.org/LodgingBusiness",
"description": "A lodging business, such as a motel, hotel, or inn."
}
],
"description": "A camping site, campsite, or Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations. \n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"title": "Campground",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/IndividualProduct.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/IndividualProduct",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Product.schema.json",
"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."
}
],
"description": "A single, identifiable product instance (e.g. a laptop with a particular serial number).",
"format": "http://schema.org/IndividualProduct",
"properties": {
"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"
}
},
"title": "IndividualProduct",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/TrackAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:TrackAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:FindAction",
"description": "The act of finding an object.\\n\\nRelated actions:\\n\\n* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily."
}
],
"description": "An agent tracks an object for updates.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\\n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.",
"properties": {
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"oneOf": [
{
"$ref": "schema:DeliveryMethod"
},
{
"items": {
"$ref": "schema:DeliveryMethod"
},
"type": "array"
}
]
}
},
"title": "TrackAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ShoppingCenter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ShoppingCenter",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema: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 shopping center or mall.",
"title": "ShoppingCenter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ApartmentComplex.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ApartmentComplex",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Residence",
"description": "The place where a person lives."
}
],
"description": "Residence type: Apartment complex.",
"format": "http://schema.org/ApartmentComplex",
"properties": {
"petsAllowed": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
],
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value."
}
},
"title": "ApartmentComplex",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/CityHall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:CityHall",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:GovernmentBuilding",
"description": "A government building."
}
],
"description": "A city hall.",
"title": "CityHall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/InsuranceAgency.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InsuranceAgency",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/FinancialService",
"description": "Financial services business."
}
],
"description": "An Insurance agency.",
"title": "InsuranceAgency",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "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 list item, e.g. a step in a checklist or how-to description.",
"format": "http://schema.org/ListItem",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ListItem"
},
"item": {
"description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"nextItem": {
"description": "A link to the ListItem that follows the current one.",
"items": {
"$ref": "ListItem.schema.json"
},
"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.",
"items": {
"$ref": "ListItem.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "ListItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Locksmith.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Locksmith",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HomeAndConstructionBusiness.schema.json",
"description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)."
}
],
"description": "A locksmith.",
"format": "http://schema.org/Locksmith",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Locksmith"
}
},
"required": [
"@type"
],
"title": "Locksmith",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Enumeration.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Enumeration",
"$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": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc.",
"format": "http://schema.org/Enumeration",
"title": "Enumeration",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Taxi.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Taxi",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Service",
"description": "A service provided by an organization, e.g. delivery service, print services, etc."
}
],
"description": "A taxi.",
"format": "http://schema.org/Taxi",
"title": "Taxi",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Permit.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Permit",
"$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 permit issued by an organization, e.g. a parking pass.",
"format": "http://schema.org/Permit",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Permit"
},
"issuedBy": {
"$ref": "Organization.schema.json",
"description": "The organization issuing the ticket or permit."
},
"issuedThrough": {
"$ref": "Service.schema.json",
"description": "The service through with the permit was granted."
},
"permitAudience": {
"$ref": "Audience.schema.json",
"description": "The target audience for this permit."
},
"validFor": {
"description": "The duration of validity of a permit or similar thing.",
"format": "https://schema.org/Duration",
"type": "string"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validIn": {
"$ref": "AdministrativeArea.schema.json",
"description": "The geographic area where a permit or similar thing is valid."
},
"validUntil": {
"description": "The date when the item is no longer valid.",
"format": "date",
"type": "string"
}
},
"required": [
"@type"
],
"title": "Permit",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/EmployeeRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EmployeeRole",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "OrganizationRole.schema.json",
"description": "A subclass of Role used to describe roles within organizations."
}
],
"description": "A subclass of OrganizationRole used to describe employee relationships.",
"format": "http://schema.org/EmployeeRole",
"properties": {
"baseSalary": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The base salary of the job or of an employee in an EmployeeRole."
},
"salaryCurrency": {
"description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.",
"type": "string"
}
},
"title": "EmployeeRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/LiteraryEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LiteraryEvent",
"$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: Literary event.",
"format": "http://schema.org/LiteraryEvent",
"title": "LiteraryEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ScheduleAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ScheduleAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:PlanAction",
"description": "The act of planning the execution of an event/task/action/reservation/plan to a future date."
}
],
"description": "Scheduling future actions, events, or tasks.\\n\\nRelated actions:\\n\\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.",
"title": "ScheduleAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
"properties": {
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"oneOf": [
{
"$ref": "http://schema.org/NewsArticle"
},
{
"items": {
"$ref": "http://schema.org/NewsArticle"
},
"type": "array"
}
]
},
"bitrate": {
"description": "The bitrate of the media object.",
"type": "string"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"type": "string"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "http://schema.org/CreativeWork",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"endTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"productionCompany": {
"$ref": "http://schema.org/Organization",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "http://schema.org/Place",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"anyOf": [
{
"type": "boolean"
},
{
"$ref": "http://schema.org/MediaSubscription"
}
],
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "date",
"type": "string"
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The width of the item."
}
},
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/InviteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InviteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CommunicateAction.schema.json",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of asking someone to attend an event. Reciprocal of RsvpAction.",
"format": "http://schema.org/InviteAction",
"properties": {
"event": {
"description": "Upcoming or past event associated with this place, organization, or action.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
}
},
"title": "InviteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Play.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Play",
"$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 play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note: A performance of a Play would be a [[TheaterEvent]] or [[BroadcastEvent]] - the *Play* being the [[workPerformed]].",
"title": "Play",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Vehicle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Vehicle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Product.schema.json",
"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."
}
],
"description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.",
"format": "http://schema.org/Vehicle",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Vehicle"
},
"cargoVolume": {
"$ref": "QuantitativeValue.schema.json",
"description": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\n\nNote: You can use minValue and maxValue to indicate ranges."
},
"dateVehicleFirstRegistered": {
"description": "The date of the first registration of the vehicle with the respective public authorities.",
"format": "date",
"type": "string"
},
"driveWheelConfiguration": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "DriveWheelConfigurationValue.schema.json"
}
],
"description": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain."
},
"fuelConsumption": {
"$ref": "QuantitativeValue.schema.json",
"description": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\n\n\nNote 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel consumption to another value.\n\n"
},
"fuelEfficiency": {
"$ref": "QuantitativeValue.schema.json",
"description": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\n\n\nNote 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel economy to another value.\n\n"
},
"fuelType": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
],
"description": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle."
},
"knownVehicleDamages": {
"description": "A textual description of known damages, both repaired and unrepaired.",
"items": {
"type": "string"
},
"type": "array"
},
"mileageFromOdometer": {
"$ref": "QuantitativeValue.schema.json",
"description": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles"
},
"numberOfAirbags": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The number or type of airbags in the vehicle."
},
"numberOfAxles": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of axles.\n\nTypical unit code(s): C62"
},
"numberOfDoors": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of doors.\n\nTypical unit code(s): C62"
},
"numberOfForwardGears": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The total number of forward gears available for the transmission system of the vehicle.\n\nTypical unit code(s): C62"
},
"numberOfPreviousOwners": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of owners of the vehicle, including the current one.\n\nTypical unit code(s): C62"
},
"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"
},
"steeringPosition": {
"$ref": "SteeringPositionValue.schema.json",
"description": "The position of the steering wheel or similar device (mostly for cars)."
},
"vehicleConfiguration": {
"description": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.",
"items": {
"type": "string"
},
"type": "array"
},
"vehicleEngine": {
"description": "Information about the engine or engines of the vehicle.",
"items": {
"$ref": "EngineSpecification.schema.json"
},
"type": "array"
},
"vehicleIdentificationNumber": {
"description": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.",
"type": "string"
},
"vehicleInteriorColor": {
"description": "The color or color combination of the interior of the vehicle.",
"type": "string"
},
"vehicleInteriorType": {
"description": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.",
"type": "string"
},
"vehicleModelDate": {
"description": "The release date of a vehicle model (often used to differentiate versions of the same make and model).",
"format": "date",
"type": "string"
},
"vehicleSeatingCapacity": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\n\nTypical unit code(s): C62 for persons."
},
"vehicleTransmission": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
],
"description": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)."
}
},
"required": [
"@type"
],
"title": "Vehicle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "QAPage"
}
},
"required": [
"@type"
],
"title": "QAPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/PublicationVolume.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PublicationVolume",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\n\nSee also blog post.",
"format": "http://schema.org/PublicationVolume",
"properties": {
"pageEnd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work ends; for example \"138\" or \"xvi\"."
},
"pageStart": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work starts; for example \"135\" or \"xiii\"."
},
"pagination": {
"description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"volumeNumber": {
"description": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".",
"oneOf": [
{
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"title": "PublicationVolume",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/QuantitativeValue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/QuantitativeValue",
"$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": "A point value or interval for product characteristics and other purposes.",
"format": "http://schema.org/QuantitativeValue",
"properties": {
"additionalProperty": {
"description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.",
"items": {
"$ref": "PropertyValue.schema.json"
},
"type": "array"
},
"maxValue": {
"description": "The upper value of some characteristic or property.",
"type": "number"
},
"minValue": {
"description": "The lower value of some characteristic or property.",
"type": "number"
},
"unitCode": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon."
},
"unitText": {
"description": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.",
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"type": "boolean"
},
{
"$ref": "StructuredValue.schema.json"
}
],
"description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"valueReference": {
"description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.",
"items": {
"anyOf": [
{
"$ref": "PropertyValue.schema.json"
},
{
"$ref": "QualitativeValue.schema.json"
},
{
"$ref": "StructuredValue.schema.json"
},
{
"$ref": "Enumeration.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
]
},
"type": "array"
}
},
"title": "QuantitativeValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Reservoir.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Reservoir",
"$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 reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.",
"format": "http://schema.org/Reservoir",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Reservoir"
}
},
"required": [
"@type"
],
"title": "Reservoir",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/DeliveryEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DeliveryEvent",
"$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": "An event involving the delivery of an item.",
"format": "http://schema.org/DeliveryEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DeliveryEvent"
},
"accessCode": {
"description": "Password, PIN, or access code needed for delivery (e.g. from a locker).",
"type": "string"
},
"availableFrom": {
"description": "When the item is available for pickup from the store, locker, etc.",
"format": "date-time",
"type": "string"
},
"availableThrough": {
"description": "After this date, the item will no longer be available for pickup.",
"format": "date-time",
"type": "string"
},
"hasDeliveryMethod": {
"$ref": "DeliveryMethod.schema.json",
"description": "Method used for delivery or shipping."
}
},
"required": [
"@type"
],
"title": "DeliveryEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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.",
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/OutletStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OutletStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "An outlet store.",
"format": "http://schema.org/OutletStore",
"title": "OutletStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AutoPartsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AutoPartsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AutomotiveBusiness",
"description": "Car repair, sales, or parts."
},
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "An auto parts store.",
"title": "AutoPartsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/OrderItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:OrderItem",
"$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": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.",
"properties": {
"orderDelivery": {
"$ref": "schema:ParcelDelivery",
"description": "The delivery of the parcel related to this order or order item."
},
"orderItemNumber": {
"description": "The identifier of the order item.",
"type": "string"
},
"orderItemStatus": {
"$ref": "schema:OrderStatus",
"description": "The current status of the order item."
},
"orderQuantity": {
"description": "The number of the item ordered. If the property is not set, assume the quantity is one.",
"type": "number"
},
"orderedItem": {
"description": "The item ordered.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:OrderItem"
},
{
"$ref": "schema:Product"
},
{
"$ref": "schema:Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:OrderItem"
},
{
"$ref": "schema:Product"
},
{
"$ref": "schema:Service"
}
]
},
"type": "array"
}
]
}
},
"title": "OrderItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/MotorcycleRepair.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MotorcycleRepair",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AutomotiveBusiness.schema.json",
"description": "Car repair, sales, or parts."
}
],
"description": "A motorcycle repair shop.",
"format": "http://schema.org/MotorcycleRepair",
"title": "MotorcycleRepair",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Answer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Answer",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Comment.schema.json",
"description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks."
}
],
"description": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.",
"format": "http://schema.org/Answer",
"title": "Answer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DiscoverAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DiscoverAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:FindAction",
"description": "The act of finding an object.\\n\\nRelated actions:\\n\\n* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily."
}
],
"description": "The act of discovering/finding an object.",
"title": "DiscoverAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | 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": "CreativeWork.schema.json",
"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.",
"items": {
"anyOf": [
{
"$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": "MusicPlaylist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/Trip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Trip",
"$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 trip or journey. An itinerary of visits to one or more places.",
"format": "http://schema.org/Trip",
"properties": {
"arrivalTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The expected arrival time."
},
"departureTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The expected departure time."
},
"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"
},
"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."
}
},
"title": "Trip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Recipe.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Recipe",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HowTo.schema.json",
"description": "Instructions that explain how to achieve a result by performing a sequence of steps."
}
],
"description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.",
"format": "http://schema.org/Recipe",
"properties": {
"cookTime": {
"description": "The time it takes to actually cook the dish, in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"cookingMethod": {
"description": "The method of cooking, such as Frying, Steaming, ...",
"type": "string"
},
"ingredients": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"nutrition": {
"$ref": "NutritionInformation.schema.json",
"description": "Nutrition information about the recipe or menu item."
},
"recipeCategory": {
"description": "The category of the recipe\u2014for example, appetizer, entree, etc.",
"type": "string"
},
"recipeCuisine": {
"description": "The cuisine of the recipe (for example, French or Ethiopian).",
"type": "string"
},
"recipeIngredient": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"recipeInstructions": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
],
"description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items."
},
"recipeYield": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)."
},
"suitableForDiet": {
"description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.",
"oneOf": [
{
"$ref": "RestrictedDiet.schema.json"
},
{
"items": {
"$ref": "RestrictedDiet.schema.json"
},
"type": "array"
}
]
}
},
"title": "Recipe",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MusicVideoObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicVideoObject",
"$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 music video file.",
"format": "http://schema.org/MusicVideoObject",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MusicVideoObject"
}
},
"required": [
"@type"
],
"title": "MusicVideoObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/VideoGameSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VideoGameSeries",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWorkSeries.schema.json",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."
}
],
"description": "A video game series.",
"format": "http://schema.org/VideoGameSeries",
"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"
},
"characterAttribute": {
"description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"cheatCode": {
"description": "Cheat codes to the game.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"containsSeason": {
"description": "A season that is part of the media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"episode": {
"description": "An episode of a tv, radio or game media within a series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"episodes": {
"description": "An episode of a TV/radio series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"gameItem": {
"description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"gameLocation": {
"description": "Real or fictional location of the game (or part of game).",
"items": {
"anyOf": [
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"gamePlatform": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
],
"description": "The electronic systems used to play video games."
},
"musicBy": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "MusicGroup.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"numberOfEpisodes": {
"description": "The number of episodes in this season or series.",
"type": "integer"
},
"numberOfPlayers": {
"description": "Indicate how many people can play this game (minimum, maximum, or range).",
"items": {
"$ref": "QuantitativeValue.schema.json"
},
"type": "array"
},
"numberOfSeasons": {
"description": "The number of seasons in this series.",
"type": "integer"
},
"playMode": {
"description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.",
"items": {
"$ref": "GamePlayMode.schema.json"
},
"type": "array"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"quest": {
"$ref": "Thing.schema.json",
"description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward."
},
"season": {
"description": "A season in a media series.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
},
"seasons": {
"description": "A season in a media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"title": "VideoGameSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ComputerStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ComputerStore",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Store",
"description": "A retail good store."
}
],
"description": "A computer store.",
"title": "ComputerStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TrackAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TrackAction",
"$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 tracks an object for updates.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\nSubscribeAction: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.\n\n",
"format": "http://schema.org/TrackAction",
"properties": {
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"oneOf": [
{
"$ref": "DeliveryMethod.schema.json"
},
{
"items": {
"$ref": "DeliveryMethod.schema.json"
},
"type": "array"
}
]
}
},
"title": "TrackAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Preschool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Preschool",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:EducationalOrganization",
"description": "An educational organization."
}
],
"description": "A preschool.",
"title": "Preschool",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/ReturnAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReturnAction",
"$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 returning to the origin that which was previously received (concrete objects) or taken (ownership).",
"format": "http://schema.org/ReturnAction",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"items": {
"anyOf": [
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
},
"title": "ReturnAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/ProgramMembership.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ProgramMembership",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.",
"format": "http://schema.org/ProgramMembership",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ProgramMembership"
},
"hostingOrganization": {
"$ref": "Organization.schema.json",
"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": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"members": {
"description": "A member of this organization.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"membershipNumber": {
"description": "A unique identifier for the membership.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"programName": {
"description": "The program providing the membership.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "ProgramMembership",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Invoice.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Invoice",
"$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 statement of the money due for goods or services; a bill.",
"format": "http://schema.org/Invoice",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Invoice"
},
"accountId": {
"description": "The identifier for the account the payment will be applied to.",
"type": "string"
},
"billingPeriod": {
"description": "The time interval used to compute the invoice.",
"format": "https://schema.org/Duration",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.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": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
},
"confirmationNumber": {
"description": "A number that confirms the given order or payment has been received.",
"type": "string"
},
"customer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "Party placing the order or paying the invoice."
},
"minimumPaymentDue": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The minimum payment required at this time."
},
"paymentDue": {
"description": "The date that payment is due.",
"format": "date-time",
"type": "string"
},
"paymentDueDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date that payment is due."
},
"paymentMethod": {
"$ref": "PaymentMethod.schema.json",
"description": "The name of the credit card or other method of payment for the order."
},
"paymentMethodId": {
"description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).",
"items": {
"type": "string"
},
"type": "array"
},
"paymentStatus": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PaymentStatusType.schema.json"
}
],
"description": "The status of payment; whether the invoice has been paid or not."
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.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."
},
"referencesOrder": {
"$ref": "Order.schema.json",
"description": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice."
},
"scheduledPaymentDate": {
"description": "The date the invoice is scheduled to be paid.",
"format": "date",
"type": "string"
},
"totalPaymentDue": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total amount due."
}
},
"required": [
"@type"
],
"title": "Invoice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/MensClothingStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MensClothingStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A men's clothing store.",
"title": "MensClothingStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DeliveryEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DeliveryEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/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": "An event involving the delivery of an item.",
"format": "http://schema.org/DeliveryEvent",
"properties": {
"accessCode": {
"description": "Password, PIN, or access code needed for delivery (e.g. from a locker).",
"type": "string"
},
"availableFrom": {
"description": "When the item is available for pickup from the store, locker, etc.",
"format": "date-time",
"type": "string"
},
"availableThrough": {
"description": "After this date, the item will no longer be available for pickup.",
"format": "date-time",
"type": "string"
},
"hasDeliveryMethod": {
"$ref": "http://schema.org/DeliveryMethod",
"description": "Method used for delivery or shipping."
}
},
"title": "DeliveryEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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.",
"format": "http://schema.org/ClothingStore",
"title": "ClothingStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/GovernmentBuilding.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GovernmentBuilding",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A government building.",
"title": "GovernmentBuilding",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Conversation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Conversation",
"$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": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.",
"title": "Conversation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Corporation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Corporation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Organization.schema.json",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "Organization: A business corporation.",
"format": "http://schema.org/Corporation",
"properties": {
"tickerSymbol": {
"description": "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.",
"type": "string"
}
},
"title": "Corporation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/FurnitureStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FurnitureStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A furniture store.",
"title": "FurnitureStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/BroadcastEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PublicationEvent.schema.json",
"description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."
}
],
"description": "An over the air or online broadcast event.",
"format": "http://schema.org/BroadcastEvent",
"properties": {
"broadcastOfEvent": {
"$ref": "Event.schema.json",
"description": "The event being broadcast such as a sporting event or awards ceremony."
},
"isLiveBroadcast": {
"description": "True is the broadcast is of a live event.",
"type": "boolean"
},
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
}
},
"title": "BroadcastEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/RiverBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RiverBodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A river (for example, the broad majestic Shannon).",
"format": "http://schema.org/RiverBodyOfWater",
"title": "RiverBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Cemetery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Cemetery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A graveyard.",
"title": "Cemetery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Occupation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Occupation",
"$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": "A profession, may involve prolonged training and/or a formal qualification.",
"properties": {
"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.",
"oneOf": [
{
"anyOf": [
{
"type": "number"
},
{
"$ref": "http://schema.org/MonetaryAmount"
},
{
"$ref": "http://schema.org/MonetaryAmountDistribution"
}
]
},
{
"items": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "http://schema.org/MonetaryAmount"
},
{
"$ref": "http://schema.org/MonetaryAmountDistribution"
}
]
},
"type": "array"
}
]
},
"experienceRequirements": {
"description": "Description of skills and experience needed for the position or Occupation.",
"type": "string"
},
"occupationLocation": {
"$ref": "http://schema.org/AdministrativeArea",
"description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions."
},
"responsibilities": {
"description": "Responsibilities associated with this role or Occupation.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"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.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Occupation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/CheckOutAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CheckOutAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/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\nCheckInAction: The antonym of CheckOutAction.\nDepartAction: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\nCancelAction: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\n\n",
"title": "CheckOutAction",
"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.