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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/EndorsementRating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorsementRating", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Rating", "description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." } ], "description": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", "format": "http://schema.org/EndorsementRating", "title": "EndorsementRating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Movie.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Movie", "$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 movie.", "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" } ] }, "countryOfOrigin": { "$ref": "schema:Country", "description": "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here." }, "director": { "$ref": "schema:Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "duration": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", "type": "string" }, "musicBy": { "anyOf": [ { "$ref": "schema:MusicGroup" }, { "$ref": "schema:Person" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "schema:Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "subtitleLanguage": { "description": "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, "type": "array" } ] }, "titleEIDR": { "description": "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See [[editEIDR]].\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "trailer": { "$ref": "schema:VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PropertyValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PropertyValue", "$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 property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", "format": "http://schema.org/PropertyValue", "properties": { "maxValue": { "description": "The upper value of some characteristic or property.", "type": "number" }, "minValue": { "description": "The lower value of some characteristic or property.", "type": "number" }, "propertyID": { "description": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "unitCode": { "anyOf": [ { "format": "uri", "type": "string" }, { "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.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "value": { "anyOf": [ { "type": "boolean" }, { "type": "number" }, { "type": "string" }, { "$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.", "oneOf": [ { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, "type": "array" } ] } }, "title": "PropertyValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HowToSupply.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSupply", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HowToItem", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A supply consumed when performing the instructions for how to achieve a result.", "properties": { "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/MonetaryAmount" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." } }, "title": "HowToSupply", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AggregateOffer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Offer.schema.json", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "format": "http://schema.org/AggregateOffer", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AggregateOffer" }, "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "oneOf": [ { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Message.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Message", "$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 single message from a sender to one or more organizations or people.", "format": "http://schema.org/Message", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Message" }, "bccRecipient": { "description": "A sub property of recipient. The recipient blind copied on a message.", "oneOf": [ { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "ccRecipient": { "description": "A sub property of recipient. The recipient copied on a message.", "oneOf": [ { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "dateRead": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date/time at which the message has been read by the recipient if a single recipient exists." }, "dateReceived": { "description": "The date/time the message was received if a single recipient exists.", "format": "date-time", "type": "string" }, "dateSent": { "description": "The date/time at which the message was sent.", "format": "date-time", "type": "string" }, "messageAttachment": { "description": "A CreativeWork attached to the message.", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "sender": { "description": "A sub property of participant. The participant who is at the sending end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "toRecipient": { "description": "A sub property of recipient. The recipient who was directly sent the message.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "Message", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/GovernmentPermit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentPermit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Permit", "description": "A permit issued by an organization, e.g. a parking pass." } ], "description": "A permit issued by a government agency.", "format": "http://schema.org/GovernmentPermit", "title": "GovernmentPermit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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": { "catalogNumber": { "description": "The catalog number for the release.", "type": "string" }, "creditedTo": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.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.).", "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." } }, "title": "MusicRelease", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Aquarium.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Aquarium", "$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": "Aquarium.", "title": "Aquarium", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/JoinAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JoinAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "An agent joins an event/group with participants/friends at a location.\n\nRelated actions:\n\n\nRegisterAction: Unlike RegisterAction, JoinAction refers to joining a group/team of people.\nSubscribeAction: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.\nFollowAction: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.\n\n", "format": "http://schema.org/JoinAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "title": "JoinAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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": { "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": [ { "$ref": "QualitativeValue.schema.json" }, { "type": "string" }, { "format": "uri", "type": "string" } ], "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": [ { "$ref": "QualitativeValue.schema.json" }, { "type": "string" }, { "format": "uri", "type": "string" } ], "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)." } }, "title": "Vehicle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/WholesaleStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:WholesaleStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A wholesale store.", "title": "WholesaleStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Photograph.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Photograph", "$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 photograph.", "format": "http://schema.org/Photograph", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Photograph" } }, "required": [ "@type" ], "title": "Photograph", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ArtGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ArtGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EntertainmentBusiness.schema.json", "description": "A business providing entertainment." } ], "description": "An art gallery.", "format": "http://schema.org/ArtGallery", "title": "ArtGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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-time", "type": "string" }, { "format": "date", "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": { "oneOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "ticketedSeat": { "$ref": "Seat.schema.json", "description": "The seat associated with the ticket." }, "totalPrice": { "anyOf": [ { "$ref": "PriceSpecification.schema.json" }, { "type": "number" }, { "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": "Person.schema.json" }, { "$ref": "Organization.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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GolfCourse.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GolfCourse", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A golf course.", "format": "http://schema.org/GolfCourse", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GolfCourse" } }, "required": [ "@type" ], "title": "GolfCourse", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/DisagreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DisagreeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.", "format": "http://schema.org/DisagreeAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DisagreeAction" } }, "required": [ "@type" ], "title": "DisagreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MediaSubscription.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MediaSubscription", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A subscription which allows a user to access media including audio, video, books, etc.", "properties": { "authenticator": { "$ref": "schema:Organization", "description": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media." }, "expectsAcceptanceOf": { "description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", "oneOf": [ { "$ref": "schema:Offer" }, { "items": { "$ref": "schema:Offer" }, "type": "array" } ] } }, "title": "MediaSubscription", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Blog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Blog", "$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 blog.", "properties": { "blogPost": { "description": "A posting that is part of this blog.", "oneOf": [ { "$ref": "http://schema.org/BlogPosting" }, { "items": { "$ref": "http://schema.org/BlogPosting" }, "type": "array" } ] }, "blogPosts": { "$ref": "http://schema.org/BlogPosting", "description": "The postings that are part of this blog." }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" } }, "title": "Blog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Volcano.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Volcano", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Landform.schema.json", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "A volcano, like Fuji san.", "format": "http://schema.org/Volcano", "title": "Volcano", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ArtGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ArtGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "An art gallery.", "format": "http://schema.org/ArtGallery", "title": "ArtGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$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 means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ServiceChannel" }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "Service.schema.json", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "Place.schema.json", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "ContactPoint.schema.json", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "PostalAddress.schema.json", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "ContactPoint.schema.json", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "required": [ "@type" ], "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/SellAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SellAction", "$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 taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", "format": "http://schema.org/SellAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SellAction" }, "buyer": { "description": "A sub property of participant. The participant/person/organization that bought the object.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "warrantyPromise": { "$ref": "WarrantyPromise.schema.json", "description": "The warranty promise(s) included in the offer." } }, "required": [ "@type" ], "title": "SellAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/GameServer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GameServer", "$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": "Server that provides game interaction in a multiplayer game.", "properties": { "game": { "description": "Video game which is played on this server.", "oneOf": [ { "$ref": "http://schema.org/VideoGame" }, { "items": { "$ref": "http://schema.org/VideoGame" }, "type": "array" } ] }, "playersOnline": { "description": "Number of players on the server.", "oneOf": [ { "type": "integer" }, { "items": { "type": "integer" }, "type": "array" } ] }, "serverStatus": { "description": "Status of a game server.", "oneOf": [ { "$ref": "http://schema.org/GameServerStatus" }, { "items": { "$ref": "http://schema.org/GameServerStatus" }, "type": "array" } ] } }, "title": "GameServer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Landform.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Landform", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", "title": "Landform", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalEntity.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalEntity", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "The most generic type of entity related to health and the practice of medicine.", "properties": { "code": { "description": "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.", "oneOf": [ { "$ref": "schema:MedicalCode" }, { "items": { "$ref": "schema:MedicalCode" }, "type": "array" } ] }, "guideline": { "description": "A medical guideline related to this entity.", "oneOf": [ { "$ref": "schema:MedicalGuideline" }, { "items": { "$ref": "schema:MedicalGuideline" }, "type": "array" } ] }, "legalStatus": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DrugLegalStatus" }, { "$ref": "schema:MedicalEnumeration" } ], "description": "The drug or supplement's legal status, including any controlled substance schedules that apply." }, "medicineSystem": { "$ref": "schema:MedicineSystem", "description": "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc." }, "recognizingAuthority": { "description": "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.", "oneOf": [ { "$ref": "schema:Organization" }, { "items": { "$ref": "schema:Organization" }, "type": "array" } ] }, "relevantSpecialty": { "description": "If applicable, a medical specialty in which this entity is relevant.", "oneOf": [ { "$ref": "schema:MedicalSpecialty" }, { "items": { "$ref": "schema:MedicalSpecialty" }, "type": "array" } ] }, "study": { "description": "A medical study or trial related to this entity.", "oneOf": [ { "$ref": "schema:MedicalStudy" }, { "items": { "$ref": "schema:MedicalStudy" }, "type": "array" } ] } }, "title": "MedicalEntity", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ItemAvailability.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ItemAvailability", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A list of possible product availability options.", "format": "http://schema.org/ItemAvailability", "oneOf": [ { "const": "Discontinued", "description": "Indicates that the item has been discontinued." }, { "const": "InStock", "description": "Indicates that the item is in stock." }, { "const": "InStoreOnly", "description": "Indicates that the item is available only at physical locations." }, { "const": "LimitedAvailability", "description": "Indicates that the item has limited availability." }, { "const": "OnlineOnly", "description": "Indicates that the item is available only online." }, { "const": "OutOfStock", "description": "Indicates that the item is out of stock." }, { "const": "PreOrder", "description": "Indicates that the item is available for pre-order." }, { "const": "PreSale", "description": "Indicates that the item is available for ordering and delivery before general availability." }, { "const": "SoldOut", "description": "Indicates that the item has sold out." } ], "title": "ItemAvailability", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/CampingPitch.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CampingPitch", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A CampingPitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or Campground.\n\nIn British English a campsite, or campground, 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.\n(Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/CampingPitch", "title": "CampingPitch", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Library.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Library", "$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 library.", "format": "http://schema.org/Library", "title": "Library", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AutoRental.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoRental", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "A car rental business.", "format": "http://schema.org/AutoRental", "title": "AutoRental", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ClaimReview.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ClaimReview", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Review", "description": "A review of an item - for example, of a restaurant, movie, or store." } ], "description": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).", "properties": { "claimReviewed": { "description": "A short summary of the specific claims reviewed in a ClaimReview.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "ClaimReview", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/Comment", "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.", "title": "Answer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
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": "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 profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Occupation" }, "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": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" } ] }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "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" } ] } }, "required": [ "@type" ], "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BusOrCoach.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BusOrCoach", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Vehicle", "description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space." } ], "description": "A bus (also omnibus or autobus) is a road vehicle designed to carry passengers. Coaches are luxury busses, usually in service for long distance travel.", "properties": { "acrissCode": { "description": "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards.", "type": "string" }, "roofLoad": { "$ref": "schema:QuantitativeValue", "description": "The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]]\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." } }, "title": "BusOrCoach", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/VisualArtwork.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VisualArtwork", "$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 work of art that is primarily visual in character.", "format": "http://schema.org/VisualArtwork", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "VisualArtwork" }, "artEdition": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")." }, "artMedium": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)" }, "artform": { "description": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "artworkSurface": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc." }, "depth": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "surface": { "description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "required": [ "@type" ], "title": "VisualArtwork", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "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": "Event type: Literary event.", "title": "LiteraryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CollectionPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CollectionPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPage.schema.json", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: Collection page.", "format": "http://schema.org/CollectionPage", "title": "CollectionPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AmusementPark.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AmusementPark", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "An amusement park.", "format": "http://schema.org/AmusementPark", "title": "AmusementPark", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/SizeSpecification.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:SizeSpecification", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:QualitativeValue", "description": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'." } ], "description": "Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMeasurement]]). In addition, the intended audience can be defined through [[suggestedAge]], [[suggestedGender]], and suggested body measurements ([[suggestedMeasurement]]).", "properties": { "hasMeasurement": { "description": "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "sizeGroup": { "anyOf": [ { "type": "string" }, { "$ref": "schema:SizeGroupEnumeration" } ], "description": "The size group (also known as \"size type\") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example \"men's big and tall\", \"petite maternity\" or \"regular\"" }, "sizeSystem": { "anyOf": [ { "type": "string" }, { "$ref": "schema:SizeSystemEnumeration" } ], "description": "The size system used to identify a product's size. Typically either a standard (for example, \"GS1\" or \"ISO-EN13402\"), country code (for example \"US\" or \"JP\"), or a measuring system (for example \"Metric\" or \"Imperial\")." }, "suggestedAge": { "$ref": "schema:QuantitativeValue", "description": "The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers." }, "suggestedGender": { "anyOf": [ { "type": "string" }, { "$ref": "schema:GenderType" } ], "description": "The suggested gender of the intended person or audience, for example \"male\", \"female\", or \"unisex\"." }, "suggestedMeasurement": { "description": "A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products.", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] } }, "title": "SizeSpecification", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TieAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TieAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AchieveAction", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of reaching a draw in a competitive activity.", "title": "TieAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/SportingGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:SportingGoodsStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A sporting goods store.", "title": "SportingGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AppendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AppendAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InsertAction.schema.json", "description": "The act of adding at a specific location in an ordered collection." } ], "description": "The act of inserting at the end if an ordered collection.", "format": "http://schema.org/AppendAction", "title": "AppendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HealthClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HealthClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." }, { "$ref": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A health club.", "title": "HealthClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MediaGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CollectionPage.schema.json", "description": "Web page type: Collection page." } ], "description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.", "format": "http://schema.org/MediaGallery", "title": "MediaGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/JoinAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JoinAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "An agent joins an event/group with participants/friends at a location.\n\nRelated actions:\n\n\nRegisterAction: Unlike RegisterAction, JoinAction refers to joining a group/team of people.\nSubscribeAction: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.\nFollowAction: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.\n\n", "format": "http://schema.org/JoinAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "JoinAction" }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "JoinAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PaymentStatusType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaymentStatusType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A specific payment status. For example, PaymentDue, PaymentComplete, etc.", "format": "http://schema.org/PaymentStatusType", "oneOf": [ { "const": "PaymentAutomaticallyApplied", "description": "An automatic payment system is in place and will be used." }, { "const": "PaymentComplete", "description": "The payment has been received and processed." }, { "const": "PaymentDeclined", "description": "The payee received the payment, but it was declined for some reason." }, { "const": "PaymentDue", "description": "The payment is due, but still within an acceptable time to be received." }, { "const": "PaymentPastDue", "description": "The payment is due and considered late." } ], "title": "PaymentStatusType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/LodgingReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Reservation.schema.json", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for 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.", "format": "http://schema.org/LodgingReservation", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LodgingReservation" }, "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.", "items": { "type": "string" }, "type": "array" }, "lodgingUnitType": { "description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", "items": { "anyOf": [ { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ] }, "type": "array" }, "numAdults": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of adults staying in the unit." }, "numChildren": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of children staying in the unit." } }, "required": [ "@type" ], "title": "LodgingReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/UserPageVisits.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPageVisits", "$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/UserPageVisits", "title": "UserPageVisits", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/PaymentCard.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaymentCard", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialProduct.schema.json", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." }, { "$ref": "PaymentMethod.schema.json", "description": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ByBankTransferInAdvance\nhttp://purl.org/goodrelations/v1#ByInvoice\nhttp://purl.org/goodrelations/v1#Cash\nhttp://purl.org/goodrelations/v1#CheckInAdvance\nhttp://purl.org/goodrelations/v1#COD\nhttp://purl.org/goodrelations/v1#DirectDebit\nhttp://purl.org/goodrelations/v1#GoogleCheckout\nhttp://purl.org/goodrelations/v1#PayPal\nhttp://purl.org/goodrelations/v1#PaySwarm\n\n" } ], "description": "A payment method using a credit, debit, store or other card to associate the payment with an account.", "format": "http://schema.org/PaymentCard", "title": "PaymentCard", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EventVenue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EventVenue", "$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": "An event venue.", "title": "EventVenue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ChildrensEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildrensEvent", "$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": "Event type: Children's event.", "format": "http://schema.org/ChildrensEvent", "title": "ChildrensEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ReservationPackage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReservationPackage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Reservation.schema.json", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A group of multiple reservations with common values for all sub-reservations.", "format": "http://schema.org/ReservationPackage", "properties": { "subReservation": { "$ref": "Reservation.schema.json", "description": "The individual reservations included in the package. Typically a repeated property." } }, "title": "ReservationPackage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Episode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Episode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", "format": "http://schema.org/Episode", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Episode" }, "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": "Person.schema.json" }, { "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.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.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.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "episodeNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the episode within an ordered group of episodes." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "Episode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/CafeOrCoffeeShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CafeOrCoffeeShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A cafe or coffee shop.", "title": "CafeOrCoffeeShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/Organization", "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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/EmergencyService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmergencyService", "$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 emergency service, such as a fire station or ER.", "format": "http://schema.org/EmergencyService", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "EmergencyService" } }, "required": [ "@type" ], "title": "EmergencyService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MusicRelease.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MusicRelease", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MusicPlaylist", "description": "A collection of music tracks in playlist form." } ], "description": "A MusicRelease is a specific release of a music album.", "properties": { "catalogNumber": { "description": "The catalog number for the release.", "type": "string" }, "creditedTo": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "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": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", "type": "string" }, "musicReleaseFormat": { "description": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", "oneOf": [ { "$ref": "schema:MusicReleaseFormatType" }, { "items": { "$ref": "schema:MusicReleaseFormatType" }, "type": "array" } ] }, "recordLabel": { "$ref": "schema:Organization", "description": "The label that issued the release." }, "releaseOf": { "$ref": "schema:MusicAlbum", "description": "The album this is a release of." } }, "title": "MusicRelease", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/RadioSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWorkSeason", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to radio broadcast and associated online delivery.", "title": "RadioSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/HowToSupply.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSupply", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowToItem.schema.json", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A supply consumed when performing the instructions for how to achieve a result.", "format": "http://schema.org/HowToSupply", "properties": { "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." } }, "title": "HowToSupply", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DisagreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DisagreeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.", "format": "http://schema.org/DisagreeAction", "title": "DisagreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BarOrPub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BarOrPub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A bar or pub.", "title": "BarOrPub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HVACBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HVACBusiness", "$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 business that provide Heating, Ventilation and Air Conditioning services.", "format": "http://schema.org/HVACBusiness", "title": "HVACBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TransferAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TransferAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." } ], "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "properties": { "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] } }, "title": "TransferAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/House.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/House", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).", "format": "http://schema.org/House", "properties": { "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." } }, "title": "House", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ViewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ViewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ConsumeAction.schema.json", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming static visual content.", "format": "http://schema.org/ViewAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ViewAction" } }, "required": [ "@type" ], "title": "ViewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DataCatalog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DataCatalog", "$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 collection of datasets.", "properties": { "dataset": { "description": "A dataset contained in this catalog.", "oneOf": [ { "$ref": "schema:Dataset" }, { "items": { "$ref": "schema:Dataset" }, "type": "array" } ] }, "measurementTechnique": { "description": "A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),\ncorresponding to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]]). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.\n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".\n\nIf the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".\n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]].\n ", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] } }, "title": "DataCatalog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/HowToTip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." }, { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "format": "http://schema.org/HowToTip", "title": "HowToTip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Quotation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Quotation", "$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 quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use [[isBasedOn]] to link to source/origin. The [[recordedIn]] property can be used to reference a Quotation from an [[Event]].", "properties": { "spokenByCharacter": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork." } }, "title": "Quotation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Product.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Product", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.", "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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n", "oneOf": [ { "$ref": "schema:PropertyValue" }, { "items": { "$ref": "schema:PropertyValue" }, "type": "array" } ] }, "aggregateRating": { "$ref": "schema:AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "audience": { "$ref": "schema:Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "award": { "description": "An award won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "awards": { "description": "Awards won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "brand": { "anyOf": [ { "$ref": "schema:Brand" }, { "$ref": "schema:Organization" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PhysicalActivityCategory" }, { "$ref": "schema:Thing" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PhysicalActivityCategory" }, { "$ref": "schema:Thing" } ] }, "type": "array" } ] }, "color": { "description": "The color of the product.", "type": "string" }, "countryOfAssembly": { "description": "The place where the product was assembled.", "type": "string" }, "countryOfLastProcessing": { "description": "The place where the item (typically [[Product]]) was last processed and tested before importation.", "type": "string" }, "countryOfOrigin": { "$ref": "schema:Country", "description": "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here." }, "depth": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The depth of the item." }, "gtin": { "description": "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs. A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged.\n ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.", "type": "string" }, "gtin13": { "description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.", "type": "string" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.", "type": "string" }, "gtin8": { "description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.", "type": "string" }, "hasEnergyConsumptionDetails": { "description": "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard.", "oneOf": [ { "$ref": "schema:EnergyConsumptionDetails" }, { "items": { "$ref": "schema:EnergyConsumptionDetails" }, "type": "array" } ] }, "hasMeasurement": { "description": "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "hasMerchantReturnPolicy": { "description": "Specifies a MerchantReturnPolicy that may be applicable.", "oneOf": [ { "$ref": "schema:MerchantReturnPolicy" }, { "items": { "$ref": "schema:MerchantReturnPolicy" }, "type": "array" } ] }, "height": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The height of the item." }, "inProductGroupWithID": { "description": "Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]. ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "isAccessoryOrSparePartFor": { "description": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", "oneOf": [ { "$ref": "schema:Product" }, { "items": { "$ref": "schema:Product" }, "type": "array" } ] }, "isConsumableFor": { "description": "A pointer to another product (or multiple products) for which this product is a consumable.", "oneOf": [ { "$ref": "schema:Product" }, { "items": { "$ref": "schema:Product" }, "type": "array" } ] }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "oneOf": [ { "anyOf": [ { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, "type": "array" } ] }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "oneOf": [ { "anyOf": [ { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, "type": "array" } ] }, "isVariantOf": { "description": "Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.", "oneOf": [ { "anyOf": [ { "$ref": "schema:ProductGroup" }, { "$ref": "schema:ProductModel" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ProductGroup" }, { "$ref": "schema:ProductModel" } ] }, "type": "array" } ] }, "itemCondition": { "description": "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.", "oneOf": [ { "$ref": "schema:OfferItemCondition" }, { "items": { "$ref": "schema:OfferItemCondition" }, "type": "array" } ] }, "logo": { "description": "An associated logo.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, "type": "array" } ] }, "manufacturer": { "$ref": "schema:Organization", "description": "The manufacturer of the product." }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Product" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Product" } ] }, "type": "array" } ] }, "model": { "anyOf": [ { "type": "string" }, { "$ref": "schema:ProductModel" } ], "description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "type": "string" }, "nsn": { "description": "Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]. ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, "type": "array" } ] }, "pattern": { "description": "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, "type": "array" } ] }, "productID": { "description": "The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```.", "type": "string" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "date", "type": "string" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "date", "type": "string" }, "releaseDate": { "description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "format": "date", "type": "string" }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "schema:Review" }, { "items": { "$ref": "schema:Review" }, "type": "array" } ] }, "reviews": { "description": "Review of the item.", "oneOf": [ { "$ref": "schema:Review" }, { "items": { "$ref": "schema:Review" }, "type": "array" } ] }, "size": { "description": "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:SizeSpecification" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:SizeSpecification" } ] }, "type": "array" } ] }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "type": "string" }, "slogan": { "description": "A slogan or motto associated with the item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "weight": { "$ref": "schema:QuantitativeValue", "description": "The weight of the product or person." }, "width": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The width of the item." } }, "title": "Product", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WebApplication.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebApplication", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SoftwareApplication.schema.json", "description": "A software application." } ], "description": "Web applications.", "format": "http://schema.org/WebApplication", "properties": { "browserRequirements": { "description": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", "type": "string" } }, "title": "WebApplication", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/CityHall.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CityHall", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/GovernmentBuilding", "description": "A government building." } ], "description": "A city hall.", "title": "CityHall", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AssessAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AssessAction", "$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 forming one's opinion, reaction or sentiment.", "format": "http://schema.org/AssessAction", "title": "AssessAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/APIReference.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/APIReference", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TechArticle.schema.json", "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." } ], "description": "Reference documentation for application programming interfaces (APIs).", "format": "http://schema.org/APIReference", "properties": { "assembly": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "format": "http://schema.org/Text" }, "assemblyVersion": { "description": "Associated product/technology version. e.g., .NET Framework 4.5.", "format": "http://schema.org/Text" }, "executableLibraryName": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "format": "http://schema.org/Text" }, "programmingModel": { "description": "Indicates whether API is managed or unmanaged.", "format": "http://schema.org/Text" }, "targetPlatform": { "description": "Type of app development: phone, Metro style, desktop, XBox, etc.", "format": "http://schema.org/Text" } }, "title": "APIReference", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/InsertAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InsertAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AddAction", "description": "The act of editing by adding an object to a collection." } ], "description": "The act of adding at a specific location in an ordered collection.", "properties": { "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] } }, "title": "InsertAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FinancialService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FinancialService", "$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": "Financial services business.", "properties": { "feesAndCommissionsSpecification": { "description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] } }, "title": "FinancialService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/FireStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FireStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "EmergencyService.schema.json", "description": "An emergency service, such as a fire station or ER." } ], "description": "A fire station. With firemen.", "format": "http://schema.org/FireStation", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "FireStation" } }, "required": [ "@type" ], "title": "FireStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/UnRegisterAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UnRegisterAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of un-registering from a service.\n\nRelated actions:\n\n\nRegisterAction: antonym of UnRegisterAction.\nLeaveAction: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.\n\n", "format": "http://schema.org/UnRegisterAction", "title": "UnRegisterAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/Flight.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Flight", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Trip", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "An airline flight.", "properties": { "aircraft": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Vehicle" } ], "description": "The kind of aircraft (e.g., \"Boeing 747\")." }, "arrivalAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight terminates." }, "arrivalGate": { "description": "Identifier of the flight's arrival gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "arrivalTerminal": { "description": "Identifier of the flight's arrival terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "boardingPolicy": { "$ref": "http://schema.org/BoardingPolicyType", "description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)." }, "carrier": { "$ref": "http://schema.org/Organization", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "departureAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight originates." }, "departureGate": { "description": "Identifier of the flight's departure gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "departureTerminal": { "description": "Identifier of the flight's departure terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "estimatedFlightDuration": { "anyOf": [ { "type": "string" }, { "$comment": "https://schema.org/Duration", "type": "string" } ], "description": "The estimated time the flight will take." }, "flightDistance": { "anyOf": [ { "type": "string" }, { "$comment": "https://schema.org/Distance", "type": "string" } ], "description": "The distance of the flight." }, "flightNumber": { "description": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "type": "string" }, "mealService": { "description": "Description of the meals that will be provided or available for purchase.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "webCheckinTime": { "description": "The time when a passenger can check into the flight online.", "format": "date-time", "type": "string" } }, "title": "Flight", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PerformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PerformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlayAction.schema.json", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in performance arts.", "format": "http://schema.org/PerformAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PerformAction" }, "entertainmentBusiness": { "description": "A sub property of location. The entertainment business where the action occurred.", "items": { "$ref": "EntertainmentBusiness.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "PerformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Action.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Action", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "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.", "format": "http://schema.org/Action", "properties": { "actionStatus": { "description": "Indicates the current disposition of the Action.", "items": { "$ref": "ActionStatusType.schema.json" }, "type": "array" }, "agent": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book." }, "endTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-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." }, "error": { "description": "For failed actions, more information on the cause of the failure.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "instrument": { "$ref": "Thing.schema.json", "description": "The object that helped the agent perform the action. e.g. John wrote a book with a pen." }, "location": { "anyOf": [ { "$ref": "Place.schema.json" }, { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "object": { "$ref": "Thing.schema.json", "description": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book." }, "participant": { "description": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "result": { "$ref": "Thing.schema.json", "description": "The result produced in the action. e.g. John wrote a book." }, "startTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-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." }, "target": { "description": "Indicates a target EntryPoint for an Action.", "items": { "$ref": "EntryPoint.schema.json" }, "type": "array" } }, "title": "Action", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BusStop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusStop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bus stop.", "format": "http://schema.org/BusStop", "title": "BusStop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/DayOfWeek.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DayOfWeek", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.\n\nOriginally, URLs from GoodRelations were used (for Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday plus a special entry for PublicHolidays); these have now been integrated directly into schema.org.", "format": "http://schema.org/DayOfWeek", "oneOf": [ { "const": "Friday", "description": "The day of the week between Thursday and Saturday." }, { "const": "Monday", "description": "The day of the week between Sunday and Tuesday." }, { "const": "PublicHolidays", "description": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with <a class=\"localLink\" href=\"http://schema.org/OpeningHoursSpecification\">OpeningHoursSpecification</a>. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." }, { "const": "Saturday", "description": "The day of the week between Friday and Sunday." }, { "const": "Sunday", "description": "The day of the week between Saturday and Monday." }, { "const": "Thursday", "description": "The day of the week between Wednesday and Friday." }, { "const": "Tuesday", "description": "The day of the week between Monday and Wednesday." }, { "const": "Wednesday", "description": "The day of the week between Tuesday and Thursday." } ], "title": "DayOfWeek", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/PreOrderAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PreOrderAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent orders a (not yet released) object/product/service to be delivered/sent.", "title": "PreOrderAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MusicPlaylist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MusicPlaylist", "$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 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": "schema:ItemList" }, { "$ref": "schema:MusicRecording" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ItemList" }, { "$ref": "schema:MusicRecording" } ] }, "type": "array" } ] }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "oneOf": [ { "$ref": "schema:MusicRecording" }, { "items": { "$ref": "schema:MusicRecording" }, "type": "array" } ] } }, "title": "MusicPlaylist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HighSchool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HighSchool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/EducationalOrganization", "description": "An educational organization." } ], "description": "A high school.", "title": "HighSchool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ParkingFacility.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ParkingFacility", "$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 parking lot or other parking facility.", "title": "ParkingFacility", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TakeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TakeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TransferAction", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n\nGiveAction: The reciprocal of TakeAction.\nReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.\n\n", "title": "TakeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Menu.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Menu", "$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 structured representation of food or drink items available from a FoodEstablishment.", "format": "http://schema.org/Menu", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Menu" }, "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "oneOf": [ { "$ref": "MenuItem.schema.json" }, { "items": { "$ref": "MenuItem.schema.json" }, "type": "array" } ] }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "oneOf": [ { "$ref": "MenuSection.schema.json" }, { "items": { "$ref": "MenuSection.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "Menu", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Preschool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Preschool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EducationalOrganization.schema.json", "description": "An educational organization." } ], "description": "A preschool.", "format": "http://schema.org/Preschool", "title": "Preschool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MediaReview.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MediaReview", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Review", "description": "A review of an item - for example, of a restaurant, movie, or store." } ], "description": "A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n to combat misinformation, the specific structures for representing media objects, their versions and publication context, is still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup has not yet been finalized.", "properties": { "mediaAuthenticityCategory": { "description": "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).", "oneOf": [ { "$ref": "schema:MediaManipulationRatingEnumeration" }, { "items": { "$ref": "schema:MediaManipulationRatingEnumeration" }, "type": "array" } ] }, "originalMediaContextDescription": { "description": "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]].", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "originalMediaLink": { "description": "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:MediaObject" }, { "$ref": "schema:WebPage" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:MediaObject" }, { "$ref": "schema:WebPage" } ] }, "type": "array" } ] } }, "title": "MediaReview", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RejectAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RejectAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AllocateAction", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of rejecting to/adopting an object.\n\nRelated actions:\n\n\nAcceptAction: The antonym of RejectAction.\n\n", "format": "http://schema.org/RejectAction", "title": "RejectAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Episode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Episode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", "format": "http://schema.org/Episode", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Episode" }, "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" }, "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" }, "episodeNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the episode within an ordered group of episodes." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "Episode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/CourseInstance.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CourseInstance", "$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 instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.", "format": "http://schema.org/CourseInstance", "properties": { "courseMode": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )." }, "instructor": { "description": "A person assigned to instruct or provide instructional assistance for the CourseInstance.", "items": { "$ref": "Person.schema.json" }, "type": "array" } }, "title": "CourseInstance", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WebSite.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebSite", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.", "format": "http://schema.org/WebSite", "properties": { "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" } }, "title": "WebSite", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Role.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Role", "$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": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also blog post.", "format": "http://schema.org/Role", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Role" }, "endDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The end date and time of the item (in ISO 8601 date format)." }, "namedPosition": { "description": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "roleName": { "description": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "startDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The start date and time of the item (in ISO 8601 date format)." } }, "required": [ "@type" ], "title": "Role", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AutomatedTeller.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutomatedTeller", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FinancialService", "description": "Financial services business." } ], "description": "ATM/cash machine.", "format": "http://schema.org/AutomatedTeller", "title": "AutomatedTeller", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "Store.schema.json", "description": "A retail good store." } ], "description": "A furniture store.", "format": "http://schema.org/FurnitureStore", "title": "FurnitureStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "A gas station.", "format": "http://schema.org/GasStation", "title": "GasStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BoardingPolicyType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BoardingPolicyType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A type of boarding policy used by an airline.", "format": "http://schema.org/BoardingPolicyType", "oneOf": [ { "const": "GroupBoardingPolicy", "description": "The airline boards by groups based on check-in time, priority, etc." }, { "const": "ZoneBoardingPolicy", "description": "The airline boards by zones of the plane." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BoardingPolicyType" } }, "required": [ "@type" ], "title": "BoardingPolicyType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/VideoGame.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGame", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Game", "description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." }, { "$ref": "http://schema.org/SoftwareApplication", "description": "A software application." } ], "description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "cheatCode": { "description": "Cheat codes to the game.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Thing" } ], "description": "The electronic systems used to play video games." }, "gameServer": { "$ref": "http://schema.org/GameServer", "description": "The server on which it is possible to play the game." }, "gameTip": { "description": "Links to tips, tactics, etc.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "oneOf": [ { "$ref": "http://schema.org/GamePlayMode" }, { "items": { "$ref": "http://schema.org/GamePlayMode" }, "type": "array" } ] }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGame", "type": "object" }
Apache-2.0
en