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/AchieveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AchieveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/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 and Actions overview document." } ], "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.", "format": "http://schema.org/AchieveAction", "title": "AchieveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Painting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Painting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A painting.", "format": "http://schema.org/Painting", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Painting" } }, "required": [ "@type" ], "title": "Painting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PeopleAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PeopleAudience", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Audience.schema.json", "description": "Intended audience for an item, i.e. the group for whom the item was created." } ], "description": "A set of characteristics belonging to people, e.g. who compose an item's target audience.", "format": "http://schema.org/PeopleAudience", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PeopleAudience" }, "requiredGender": { "description": "Audiences defined by a person's gender.", "type": "string" }, "requiredMaxAge": { "description": "Audiences defined by a person's maximum age.", "type": "integer" }, "requiredMinAge": { "description": "Audiences defined by a person's minimum age.", "type": "integer" }, "suggestedGender": { "description": "The gender of the person or audience.", "type": "string" }, "suggestedMaxAge": { "description": "Maximal age recommended for viewing content.", "type": "number" }, "suggestedMinAge": { "description": "Minimal age recommended for viewing content.", "type": "number" } }, "required": [ "@type" ], "title": "PeopleAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/PublicationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationEvent", "$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": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", "format": "http://schema.org/PublicationEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PublicationEvent" }, "free": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "publishedOn": { "description": "A broadcast service associated with the publication event.", "oneOf": [ { "$ref": "BroadcastService.schema.json" }, { "items": { "$ref": "BroadcastService.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "PublicationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TaxiStand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiStand", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A taxi stand.", "format": "http://schema.org/TaxiStand", "title": "TaxiStand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PublicationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationEvent", "$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": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", "format": "http://schema.org/PublicationEvent", "properties": { "free": { "description": "A flag to signal that the item, event, or place is accessible for free.", "format": "http://schema.org/Boolean" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "format": "http://schema.org/Boolean" }, "publishedOn": { "description": "A broadcast service associated with the publication event.", "items": { "$ref": "BroadcastService.schema.json" }, "type": "array" } }, "title": "PublicationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SocialMediaPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SocialMediaPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.", "format": "http://schema.org/SocialMediaPosting", "properties": { "sharedContent": { "description": "A CreativeWork such as an image, video, or audio clip shared as part of this posting.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] } }, "title": "SocialMediaPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/InteractAction", "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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HowToStep.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToStep", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." }, { "$ref": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", "format": "http://schema.org/HowToStep", "title": "HowToStep", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/VideoObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A video file.", "format": "http://schema.org/VideoObject", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "caption": { "anyOf": [ { "$ref": "MediaObject.schema.json" }, { "type": "string" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "thumbnail": { "$ref": "ImageObject.schema.json", "description": "Thumbnail image for an image or video." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" }, "videoFrameSize": { "description": "The frame size of the video.", "type": "string" }, "videoQuality": { "description": "The quality of the video.", "type": "string" } }, "title": "VideoObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/LikeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LikeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", "title": "LikeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Patient.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Patient", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalAudience", "description": "Target audiences for medical web pages." }, { "$ref": "schema:Person", "description": "A person (alive, dead, undead, or fictional)." } ], "description": "A patient is any person recipient of health care services.", "properties": { "diagnosis": { "description": "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.", "oneOf": [ { "$ref": "schema:MedicalCondition" }, { "items": { "$ref": "schema:MedicalCondition" }, "type": "array" } ] }, "drug": { "description": "Specifying a drug or medicine used in a medication procedure.", "oneOf": [ { "$ref": "schema:Drug" }, { "items": { "$ref": "schema:Drug" }, "type": "array" } ] }, "healthCondition": { "$ref": "schema:MedicalCondition", "description": "Specifying the health condition(s) of a patient, medical study, or other target audience." } }, "title": "Patient", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AgreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AgreeAction", "$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 consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.", "format": "http://schema.org/AgreeAction", "title": "AgreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MusicPlaylist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicPlaylist", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A collection of music tracks in playlist form.", "format": "http://schema.org/MusicPlaylist", "properties": { "numTracks": { "description": "The number of tracks in this album or playlist.", "type": "integer" }, "track": { "description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "items": { "oneOf": [ { "$ref": "MusicRecording.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "items": { "$ref": "MusicRecording.schema.json" }, "type": "array" } }, "title": "MusicPlaylist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Product.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Product", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.", "format": "http://schema.org/Product", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Product" }, "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "awards": { "description": "Awards won by or for this item.", "items": { "type": "string" }, "type": "array" }, "brand": { "anyOf": [ { "$ref": "Brand.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "color": { "description": "The color of the product.", "type": "string" }, "depth": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin13": { "description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin8": { "description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", "type": "string" }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "isAccessoryOrSparePartFor": { "description": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isConsumableFor": { "description": "A pointer to another product (or multiple products) for which this product is a consumable.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "itemCondition": { "description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "items": { "$ref": "OfferItemCondition.schema.json" }, "type": "array" }, "logo": { "description": "An associated logo.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "ImageObject.schema.json" } ] }, "type": "array" }, "manufacturer": { "$ref": "Organization.schema.json", "description": "The manufacturer of the product." }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "model": { "anyOf": [ { "type": "string" }, { "$ref": "ProductModel.schema.json" } ], "description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "type": "string" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "productID": { "description": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".", "type": "string" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "date", "type": "string" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "date", "type": "string" }, "releaseDate": { "description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "format": "date", "type": "string" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "type": "string" }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" }, "weight": { "$ref": "QuantitativeValue.schema.json", "description": "The weight of the product or person." }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "required": [ "@type" ], "title": "Product", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ActionStatusType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ActionStatusType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The status of an Action.", "format": "http://schema.org/ActionStatusType", "oneOf": [ { "const": "ActiveActionStatus", "description": "An in-progress action (e.g, while watching the movie, or driving to a location)." }, { "const": "CompletedActionStatus", "description": "An action that has already taken place." }, { "const": "FailedActionStatus", "description": "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure." }, { "const": "PotentialActionStatus", "description": "A description of an action that is supported." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ActionStatusType" } }, "required": [ "@type" ], "title": "ActionStatusType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ContactPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPoint", "$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 contact point\u2014for example, a Customer Complaints department.", "format": "http://schema.org/ContactPoint", "properties": { "areaServed": { "anyOf": [ { "type": "string" }, { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where a service or offered item is provided." }, "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", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" } ] }, "contactOption": { "description": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", "oneOf": [ { "$ref": "ContactPointOption.schema.json" }, { "items": { "$ref": "ContactPointOption.schema.json" }, "type": "array" } ] }, "contactType": { "description": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "email": { "description": "Email address.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "faxNumber": { "description": "The fax number.", "type": "string" }, "hoursAvailable": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The hours during which this service or contact is available." }, "productSupported": { "anyOf": [ { "type": "string" }, { "$ref": "Product.schema.json" } ], "description": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where the service is provided." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "ContactPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "CreativeWorkSeason.schema.json", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to radio broadcast and associated online delivery.", "format": "http://schema.org/RadioSeason", "title": "RadioSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MeetingRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MeetingRoom", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Room", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\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/MeetingRoom", "title": "MeetingRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MusicComposition.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicComposition", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A musical composition.", "properties": { "composer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event." }, "firstPerformance": { "$ref": "http://schema.org/Event", "description": "The date and place the work was first performed." }, "includedComposition": { "description": "Smaller compositions included in this work (e.g. a movement in a symphony).", "oneOf": [ { "$ref": "http://schema.org/MusicComposition" }, { "items": { "$ref": "http://schema.org/MusicComposition" }, "type": "array" } ] }, "iswcCode": { "description": "The International Standard Musical Work Code for the composition.", "type": "string" }, "lyricist": { "$ref": "http://schema.org/Person", "description": "The person who wrote the words." }, "lyrics": { "$ref": "http://schema.org/CreativeWork", "description": "The words in the song." }, "musicArrangement": { "description": "An arrangement derived from the composition.", "oneOf": [ { "$ref": "http://schema.org/MusicComposition" }, { "items": { "$ref": "http://schema.org/MusicComposition" }, "type": "array" } ] }, "musicCompositionForm": { "description": "The type of composition (e.g. overture, sonata, symphony, etc.).", "type": "string" }, "musicalKey": { "description": "The key, mode, or scale this composition uses.", "type": "string" }, "recordedAs": { "description": "An audio recording of the work.", "oneOf": [ { "$ref": "http://schema.org/MusicRecording" }, { "items": { "$ref": "http://schema.org/MusicRecording" }, "type": "array" } ] } }, "title": "MusicComposition", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Recipe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Recipe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowTo.schema.json", "description": "Instructions that explain how to achieve a result by performing a sequence of steps." } ], "description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", "format": "http://schema.org/Recipe", "properties": { "cookTime": { "description": "The time it takes to actually cook the dish, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "cookingMethod": { "description": "The method of cooking, such as Frying, Steaming, ...", "type": "string" }, "ingredients": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "items": { "type": "string" }, "type": "array" }, "nutrition": { "$ref": "NutritionInformation.schema.json", "description": "Nutrition information about the recipe or menu item." }, "recipeCategory": { "description": "The category of the recipe\u2014for example, appetizer, entree, etc.", "type": "string" }, "recipeCuisine": { "description": "The cuisine of the recipe (for example, French or Ethiopian).", "type": "string" }, "recipeIngredient": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "items": { "type": "string" }, "type": "array" }, "recipeInstructions": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ], "description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." }, "recipeYield": { "anyOf": [ { "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "items": { "$ref": "RestrictedDiet.schema.json" }, "type": "array" } }, "title": "Recipe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Specialty.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Specialty", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.", "title": "Specialty", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/FollowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FollowAction", "$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 forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\n\nRelated actions:\n\n\nBefriendAction: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.\nSubscribeAction: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\nRegisterAction: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\nTrackAction: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).\n\n", "format": "http://schema.org/FollowAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "FollowAction" }, "followee": { "description": "A sub property of object. The person or organization being followed.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "FollowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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.", "format": "http://schema.org/CafeOrCoffeeShop", "title": "CafeOrCoffeeShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "Place.schema.json", "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.", "format": "http://schema.org/Landform", "title": "Landform", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WebPageElement.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebPageElement", "$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 web page element, like a table or an image.", "format": "http://schema.org/WebPageElement", "properties": { "cssSelector": { "description": "A CSS selector, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", "format": "http://schema.org/CssSelectorType" }, "xpath": { "description": "An XPath, e.g. of a SpeakableSpecification or WebPageElement. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\".", "format": "http://schema.org/XPathType" } }, "title": "WebPageElement", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ComputerLanguage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ComputerLanguage", "$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": "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the Language type.", "title": "ComputerLanguage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Motel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Motel", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LodgingBusiness", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A motel.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n", "title": "Motel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MusicRecording.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicRecording", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A music recording (track), usually a single song.", "format": "http://schema.org/MusicRecording", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MusicRecording" }, "byArtist": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The artist that performed this album or recording." }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "inAlbum": { "$ref": "MusicAlbum.schema.json", "description": "The album to which this recording belongs." }, "inPlaylist": { "$ref": "MusicPlaylist.schema.json", "description": "The playlist to which this recording belongs." }, "isrcCode": { "description": "The International Standard Recording Code for the recording.", "type": "string" }, "recordingOf": { "$ref": "MusicComposition.schema.json", "description": "The composition this track is a recording of." } }, "required": [ "@type" ], "title": "MusicRecording", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FollowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FollowAction", "$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 forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\n\nRelated actions:\n\n\nBefriendAction: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.\nSubscribeAction: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\nRegisterAction: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\nTrackAction: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).\n\n", "format": "http://schema.org/FollowAction", "properties": { "followee": { "description": "A sub property of object. The person or organization being followed.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "title": "FollowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Rating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Rating", "$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 rating is an evaluation on a numeric scale, such as 1 to 5 stars.", "format": "http://schema.org/Rating", "properties": { "author": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." }, "bestRating": { "description": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.", "format": "http://schema.org/Number" }, "ratingValue": { "description": "The rating for the content.\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", "format": "http://schema.org/Number" }, "reviewAspect": { "description": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "format": "http://schema.org/Text" }, "worstRating": { "description": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.", "format": "http://schema.org/Text" } }, "title": "Rating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/BusinessEntityType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessEntityType", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#Business\nhttp://purl.org/goodrelations/v1#Enduser\nhttp://purl.org/goodrelations/v1#PublicInstitution\nhttp://purl.org/goodrelations/v1#Reseller\n\n", "format": "http://schema.org/BusinessEntityType", "title": "BusinessEntityType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/GovernmentBuilding.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentBuilding", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A government building.", "format": "http://schema.org/GovernmentBuilding", "title": "GovernmentBuilding", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HinduTemple.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HinduTemple", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A Hindu temple.", "format": "http://schema.org/HinduTemple", "title": "HinduTemple", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "Game.schema.json", "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": "SoftwareApplication.schema.json", "description": "A software application." } ], "description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "format": "http://schema.org/VideoGame", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" }, "cheatCode": { "description": "Cheat codes to the game.", "items": { "$ref": "CreativeWork.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" }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ], "description": "The electronic systems used to play video games." }, "gameServer": { "$ref": "GameServer.schema.json", "description": "The server on which it is possible to play the game." }, "gameTip": { "description": "Links to tips, tactics, etc.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "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.", "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGame", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Review.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Review", "$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 review of an item - for example, of a restaurant, movie, or store.", "format": "http://schema.org/Review", "properties": { "itemReviewed": { "$ref": "Thing.schema.json", "description": "The item that is being reviewed/rated." }, "reviewAspect": { "description": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "reviewBody": { "description": "The actual body of the review.", "type": "string" }, "reviewRating": { "$ref": "Rating.schema.json", "description": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." } }, "title": "Review", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Integer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Integer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Number.schema.json", "description": "Data type: Number.\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" } ], "description": "Data type: Integer.", "format": "http://schema.org/Integer", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Integer" } }, "required": [ "@type" ], "title": "Integer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/OnDemandEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OnDemandEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PublicationEvent", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.", "format": "http://schema.org/OnDemandEvent", "title": "OnDemandEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BroadcastChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/BroadcastChannel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BroadcastChannel" }, "broadcastChannelId": { "description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "BroadcastFrequencySpecification.schema.json" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastServiceTier": { "description": "The type of service required to have access to the channel (e.g. Standard or Premium).", "type": "string" }, "genre": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "inBroadcastLineup": { "$ref": "CableOrSatelliteService.schema.json", "description": "The CableOrSatelliteService offering the channel." }, "providesBroadcastService": { "$ref": "BroadcastService.schema.json", "description": "The BroadcastService offered on this channel." } }, "required": [ "@type" ], "title": "BroadcastChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WorkersUnion.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WorkersUnion", "$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": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", "title": "WorkersUnion", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Organization.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Organization", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "An organization such as a school, NGO, corporation, club, etc.", "format": "http://schema.org/Organization", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "alumni": { "description": "Alumni of an organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "type": "string" } ], "description": "The geographic area where a service or offered item is provided." }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "awards": { "description": "Awards won by or for this item.", "items": { "type": "string" }, "type": "array" }, "brand": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Brand.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "contactPoint": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "contactPoints": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "department": { "description": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.", "items": { "$ref": "Organization.schema.json" }, "type": "array" }, "dissolutionDate": { "description": "The date that this organization was dissolved.", "format": "date", "type": "string" }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "items": { "type": "string" }, "type": "array" }, "employee": { "description": "Someone working for this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "employees": { "description": "People working for this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "founder": { "description": "A person who founded this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "founders": { "description": "A person who founded this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "foundingDate": { "description": "The date that this organization was founded.", "format": "date", "type": "string" }, "foundingLocation": { "$ref": "Place.schema.json", "description": "The place where the Organization was founded." }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "interactionStatistic": { "$ref": "InteractionCounter.schema.json", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "legalName": { "description": "The official name of the organization, e.g. the registered company name.", "type": "string" }, "leiCode": { "description": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.", "items": { "type": "string" }, "type": "array" }, "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." }, "logo": { "description": "An associated logo.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "member": { "description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "items": { "oneOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "ProgramMembership.schema.json" } ] }, "type": "array" }, "members": { "description": "A member of this organization.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "numberOfEmployees": { "$ref": "QuantitativeValue.schema.json", "description": "The number of employees in an organization e.g. business." }, "owns": { "description": "Products owned by the organization or person.", "items": { "oneOf": [ { "$ref": "OwnershipInfo.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "parentOrganization": { "$ref": "Organization.schema.json", "description": "The larger organization that this organization is a subOrganization of, if any." }, "publishingPrinciples": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology." }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "items": { "$ref": "Demand.schema.json" }, "type": "array" }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The geographic area where the service is provided." }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "subOrganization": { "description": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.", "items": { "$ref": "Organization.schema.json" }, "type": "array" }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" } }, "title": "Organization", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HardwareStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HardwareStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A hardware store.", "format": "http://schema.org/HardwareStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HardwareStore" } }, "required": [ "@type" ], "title": "HardwareStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Distance.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Distance", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Quantity.schema.json", "description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." } ], "description": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.", "format": "http://schema.org/Distance", "title": "Distance", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/VoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:VoteAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ChooseAction", "description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options." } ], "description": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", "properties": { "candidate": { "description": "A sub property of object. The candidate subject of this action.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] } }, "title": "VoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RealEstateAgent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RealEstateAgent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 real-estate agent.", "format": "http://schema.org/RealEstateAgent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RealEstateAgent" } }, "required": [ "@type" ], "title": "RealEstateAgent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BuyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BuyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", "format": "http://schema.org/BuyAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BuyAction" }, "seller": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "vendor": { "description": "'vendor' is an earlier term for 'seller'.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "warrantyPromise": { "$ref": "WarrantyPromise.schema.json", "description": "The warranty promise(s) included in the offer." } }, "required": [ "@type" ], "title": "BuyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AgreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AgreeAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.", "title": "AgreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A blog.", "format": "http://schema.org/Blog", "properties": { "blogPost": { "description": "A posting that is part of this blog.", "items": { "$ref": "BlogPosting.schema.json" }, "type": "array" }, "blogPosts": { "$ref": "BlogPosting.schema.json", "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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/StructuredValue", "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.", "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": "http://schema.org/StructuredValue" } ], "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": "http://schema.org/Enumeration" }, { "$ref": "http://schema.org/PropertyValue" }, { "$ref": "http://schema.org/QualitativeValue" }, { "$ref": "http://schema.org/QuantitativeValue" }, { "$ref": "http://schema.org/StructuredValue" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Enumeration" }, { "$ref": "http://schema.org/PropertyValue" }, { "$ref": "http://schema.org/QualitativeValue" }, { "$ref": "http://schema.org/QuantitativeValue" }, { "$ref": "http://schema.org/StructuredValue" } ] }, "type": "array" } ] } }, "title": "PropertyValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/EntryPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EntryPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entry point, within some Web-based protocol.", "format": "http://schema.org/EntryPoint", "properties": { "actionApplication": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "actionPlatform": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication." }, "application": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "contentType": { "description": "The supported content type(s) for an EntryPoint response.", "type": "string" }, "encodingType": { "description": "The supported encoding type(s) for an EntryPoint request.", "type": "string" }, "httpMethod": { "description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", "items": { "type": "string" }, "type": "array" }, "urlTemplate": { "description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "items": { "type": "string" }, "type": "array" } }, "title": "EntryPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FindAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FindAction", "$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 finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n", "format": "http://schema.org/FindAction", "title": "FindAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Trip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Trip", "$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 trip or journey. An itinerary of visits to one or more places.", "properties": { "arrivalTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The expected arrival time." }, "departureTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The expected departure time." }, "itinerary": { "description": "Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is important use [[ItemList]] to specify that order (see examples).", "oneOf": [ { "anyOf": [ { "$ref": "schema:ItemList" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ItemList" }, { "$ref": "schema:Place" } ] }, "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" } ] }, "partOfTrip": { "description": "Identifies that this [[Trip]] is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.", "oneOf": [ { "$ref": "schema:Trip" }, { "items": { "$ref": "schema:Trip" }, "type": "array" } ] }, "provider": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "subTrip": { "description": "Identifies a [[Trip]] that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip.", "oneOf": [ { "$ref": "schema:Trip" }, { "items": { "$ref": "schema:Trip" }, "type": "array" } ] } }, "title": "Trip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/VideoGameClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short segment/part of a video game.", "format": "http://schema.org/VideoGameClip", "title": "VideoGameClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DietarySupplement.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DietarySupplement", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Substance", "description": "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical." } ], "description": "A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.", "properties": { "activeIngredient": { "description": "An active ingredient, typically chemical compounds and/or biologic substances.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "isProprietary": { "description": "True if this item's name is a proprietary/brand name (vs. generic name).", "type": "boolean" }, "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." }, "manufacturer": { "$ref": "schema:Organization", "description": "The manufacturer of the product." }, "maximumIntake": { "$ref": "schema:MaximumDoseSchedule", "description": "Recommended intake of this supplement for a given population as defined by a specific recommending authority." }, "mechanismOfAction": { "description": "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.", "type": "string" }, "nonProprietaryName": { "description": "The generic name of this drug or supplement.", "type": "string" }, "proprietaryName": { "description": "Proprietary name given to the diet plan, typically by its originator or creator.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "recommendedIntake": { "description": "Recommended intake of this supplement for a given population as defined by a specific recommending authority.", "oneOf": [ { "$ref": "schema:RecommendedDoseSchedule" }, { "items": { "$ref": "schema:RecommendedDoseSchedule" }, "type": "array" } ] }, "safetyConsideration": { "description": "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement.", "type": "string" }, "targetPopulation": { "description": "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "DietarySupplement", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TVSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "CreativeWorkSeason.schema.json", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeason", "properties": { "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "title": "TVSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Order", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "format": "http://schema.org/Order", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "billingAddress": { "$ref": "PostalAddress.schema.json", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\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" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "items": { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "partOfInvoice": { "$ref": "Invoice.schema.json", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "PaymentMethod.schema.json", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "items": { "type": "string" }, "type": "array" }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ParentAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ParentAudience", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PeopleAudience", "description": "A set of characteristics belonging to people, e.g. who compose an item's target audience." } ], "description": "A set of characteristics describing parents, who can be interested in viewing some content.", "properties": { "childMaxAge": { "description": "Maximal age of the child.", "type": "number" }, "childMinAge": { "description": "Minimal age of the child.", "type": "number" } }, "title": "ParentAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/NewsArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NewsArticle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Article.schema.json", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of schema.org News markup is also available.", "format": "http://schema.org/NewsArticle", "properties": { "dateline": { "description": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", "type": "string" }, "printColumn": { "description": "The number of the column in which the NewsArticle appears in the print edition.", "type": "string" }, "printEdition": { "description": "The edition of the print product in which the NewsArticle appears.", "type": "string" }, "printPage": { "description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", "type": "string" }, "printSection": { "description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", "type": "string" } }, "title": "NewsArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/Thing", "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.", "oneOf": [ { "$ref": "http://schema.org/ActionStatusType" }, { "items": { "$ref": "http://schema.org/ActionStatusType" }, "type": "array" } ] }, "agent": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "error": { "description": "For failed actions, more information on the cause of the failure.", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] }, "instrument": { "$ref": "http://schema.org/Thing", "description": "The object that helped the agent perform the action. e.g. John wrote a book with a pen." }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Place" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "object": { "$ref": "http://schema.org/Thing", "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.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "result": { "$ref": "http://schema.org/Thing", "description": "The result produced in the action. e.g. John wrote a book." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "target": { "description": "Indicates a target EntryPoint for an Action.", "oneOf": [ { "$ref": "http://schema.org/EntryPoint" }, { "items": { "$ref": "http://schema.org/EntryPoint" }, "type": "array" } ] } }, "title": "Action", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Notary.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Notary", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LegalService.schema.json", "description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A notary.", "format": "http://schema.org/Notary", "title": "Notary", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/NewsArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NewsArticle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Article.schema.json", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of schema.org News markup is also available.", "format": "http://schema.org/NewsArticle", "properties": { "dateline": { "description": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", "type": "string" }, "printColumn": { "description": "The number of the column in which the NewsArticle appears in the print edition.", "type": "string" }, "printEdition": { "description": "The edition of the print product in which the NewsArticle appears.", "type": "string" }, "printPage": { "description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", "type": "string" }, "printSection": { "description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", "type": "string" } }, "title": "NewsArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TieAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TieAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AchieveAction", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of reaching a draw in a competitive activity.", "format": "http://schema.org/TieAction", "title": "TieAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TransferAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TransferAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/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 and Actions overview document." } ], "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "format": "http://schema.org/TransferAction", "properties": { "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "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": "TransferAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BroadcastChannel.schema.json", "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/RadioChannel", "title": "RadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/AutoPartsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoPartsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." }, { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An auto parts store.", "format": "http://schema.org/AutoPartsStore", "title": "AutoPartsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Apartment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Apartment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).", "format": "http://schema.org/Apartment", "properties": { "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "occupancy": { "$ref": "QuantitativeValue.schema.json", "description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person" } }, "title": "Apartment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MeetingRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MeetingRoom", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Room.schema.json", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\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/MeetingRoom", "title": "MeetingRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/OfferCatalog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OfferCatalog", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ItemList", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", "title": "OfferCatalog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Courthouse.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Courthouse", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/GovernmentBuilding", "description": "A government building." } ], "description": "A courthouse.", "format": "http://schema.org/Courthouse", "title": "Courthouse", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BikeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BikeStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A bike store.", "title": "BikeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MusicGroup.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicGroup", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PerformingGroup", "description": "A performance group, such as a band, an orchestra, or a circus." } ], "description": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", "properties": { "album": { "description": "A music album.", "oneOf": [ { "$ref": "http://schema.org/MusicAlbum" }, { "items": { "$ref": "http://schema.org/MusicAlbum" }, "type": "array" } ] }, "albums": { "description": "A collection of music albums.", "oneOf": [ { "$ref": "http://schema.org/MusicAlbum" }, { "items": { "$ref": "http://schema.org/MusicAlbum" }, "type": "array" } ] }, "genre": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "musicGroupMember": { "description": "A member of a music group\u2014for example, John, Paul, George, or Ringo.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "track": { "description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/ItemList" }, { "$ref": "http://schema.org/MusicRecording" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/ItemList" }, { "$ref": "http://schema.org/MusicRecording" } ] }, "type": "array" } ] }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "oneOf": [ { "$ref": "http://schema.org/MusicRecording" }, { "items": { "$ref": "http://schema.org/MusicRecording" }, "type": "array" } ] } }, "title": "MusicGroup", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AMRadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AMRadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "RadioChannel.schema.json", "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A radio channel that uses AM.", "format": "http://schema.org/AMRadioChannel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AMRadioChannel" } }, "required": [ "@type" ], "title": "AMRadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/QualitativeValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:QualitativeValue", "$schema": "https://json-schema.org/draft/2020-12/schema", "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'.", "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" } ] }, "equal": { "description": "This ordering relation for qualitative values indicates that the subject is equal to the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "greater": { "description": "This ordering relation for qualitative values indicates that the subject is greater than the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "greaterOrEqual": { "description": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "lesser": { "description": "This ordering relation for qualitative values indicates that the subject is lesser than the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "lesserOrEqual": { "description": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "nonEqual": { "description": "This ordering relation for qualitative values indicates that the subject is not equal to the object.", "oneOf": [ { "$ref": "schema:QualitativeValue" }, { "items": { "$ref": "schema:QualitativeValue" }, "type": "array" } ] }, "valueReference": { "description": "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:Enumeration" }, { "$ref": "schema:MeasurementTypeEnumeration" }, { "$ref": "schema:PropertyValue" }, { "$ref": "schema:QualitativeValue" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:StructuredValue" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:Enumeration" }, { "$ref": "schema:MeasurementTypeEnumeration" }, { "$ref": "schema:PropertyValue" }, { "$ref": "schema:QualitativeValue" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:StructuredValue" } ] }, "type": "array" } ] } }, "title": "QualitativeValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Report.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Report", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Article.schema.json", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A Report generated by governmental or non-governmental organization.", "format": "http://schema.org/Report", "properties": { "reportNumber": { "description": "The number or other unique designator assigned to a Report by the publishing organization.", "type": "string" } }, "title": "Report", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CriticReview.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CriticReview", "$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 [[CriticReview]] is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. [[CriticReview]]s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the [[UserReview]] type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.", "title": "CriticReview", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DataFeed" }, "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/URL.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/URL", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Text.schema.json", "description": "Data type: Text." } ], "description": "Data type: URL.", "format": "http://schema.org/URL", "title": "URL", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HowToTip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HowToTip", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "schema:ListItem", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "title": "HowToTip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TelevisionStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TelevisionStation", "$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 television station.", "format": "http://schema.org/TelevisionStation", "title": "TelevisionStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AutoRepair.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoRepair", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "Car repair business.", "format": "http://schema.org/AutoRepair", "title": "AutoRepair", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$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": "A direction indicating a single action to do in the instructions for how to achieve a result.", "format": "http://schema.org/HowToDirection", "properties": { "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "items": { "anyOf": [ { "$ref": "MediaObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "items": { "anyOf": [ { "$ref": "MediaObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "items": { "anyOf": [ { "$ref": "MediaObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "anyOf": [ { "$ref": "HowToSupply.schema.json" }, { "type": "string" } ] }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "anyOf": [ { "$ref": "HowToTool.schema.json" }, { "type": "string" } ] }, "type": "array" }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" } }, "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Table.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Table", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "A table on a Web page.", "format": "http://schema.org/Table", "title": "Table", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Specialty.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Specialty", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.", "format": "http://schema.org/Specialty", "title": "Specialty", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Volcano" } }, "required": [ "@type" ], "title": "Volcano", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HairSalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HairSalon", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "A hair salon.", "title": "HairSalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MoveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MoveAction", "$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 an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.", "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": "MoveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GenderType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GenderType", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "An enumeration of genders.", "oneOf": [ { "const": "Female", "description": "The female gender." }, { "const": "Male", "description": "The male gender." } ], "title": "GenderType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Clip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Clip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A short TV or radio program or a segment/part of a program.", "format": "http://schema.org/Clip", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" }, "clipNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the clip within an ordered group of clips." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfEpisode": { "$ref": "Episode.schema.json", "description": "The episode to which this clip belongs." }, "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." } }, "title": "Clip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AddAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AddAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UpdateAction.schema.json", "description": "The act of managing by changing/editing the state of the object." } ], "description": "The act of editing by adding an object to a collection.", "format": "http://schema.org/AddAction", "title": "AddAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ReserveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReserveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlanAction.schema.json", "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date." } ], "description": "Reserving a concrete object.\n\nRelated actions:\n\n\nScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.\n\n", "format": "http://schema.org/ReserveAction", "title": "ReserveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/BroadcastChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/BroadcastChannel", "properties": { "broadcastChannelId": { "description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "$ref": "BroadcastFrequencySpecification.schema.json" }, { "type": "string" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastServiceTier": { "description": "The type of service required to have access to the channel (e.g. Standard or Premium).", "type": "string" }, "genre": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "inBroadcastLineup": { "$ref": "CableOrSatelliteService.schema.json", "description": "The CableOrSatelliteService offering the channel." }, "providesBroadcastService": { "$ref": "BroadcastService.schema.json", "description": "The BroadcastService offered on this channel." } }, "title": "BroadcastChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Nerve.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Nerve", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AnatomicalStructure", "description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures." } ], "description": "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons.", "properties": { "branch": { "$ref": "schema:AnatomicalStructure", "description": "The branches that delineate from the nerve bundle. Not to be confused with [[branchOf]]." }, "nerveMotor": { "$ref": "schema:Muscle", "description": "The neurological pathway extension that involves muscle control." }, "sensoryUnit": { "anyOf": [ { "$ref": "schema:AnatomicalStructure" }, { "$ref": "schema:SuperficialAnatomy" } ], "description": "The neurological pathway extension that inputs and sends information to the brain or spinal cord." }, "sourcedFrom": { "$ref": "schema:BrainStructure", "description": "The neurological pathway that originates the neurons." } }, "title": "Nerve", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AuthorizeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AuthorizeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of granting permission to an object.", "format": "http://schema.org/AuthorizeAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "AuthorizeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HomeGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HomeGoodsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A home goods store.", "format": "http://schema.org/HomeGoodsStore", "title": "HomeGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
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": "http://schema.org/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": "http://schema.org/Organization" }, { "$ref": "http://schema.org/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.", "type": "string" }, "musicReleaseFormat": { "description": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", "oneOf": [ { "$ref": "http://schema.org/MusicReleaseFormatType" }, { "items": { "$ref": "http://schema.org/MusicReleaseFormatType" }, "type": "array" } ] }, "recordLabel": { "$ref": "http://schema.org/Organization", "description": "The label that issued the release." }, "releaseOf": { "$ref": "http://schema.org/MusicAlbum", "description": "The album this is a release of." } }, "title": "MusicRelease", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TVSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "http://schema.org/CreativeWorkSeries", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" } ] }, "containsSeason": { "description": "A season that is part of the media series.", "oneOf": [ { "$ref": "http://schema.org/CreativeWorkSeason" }, { "items": { "$ref": "http://schema.org/CreativeWorkSeason" }, "type": "array" } ] }, "countryOfOrigin": { "$ref": "http://schema.org/Country", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "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" } ] }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "oneOf": [ { "$ref": "http://schema.org/Episode" }, { "items": { "$ref": "http://schema.org/Episode" }, "type": "array" } ] }, "episodes": { "description": "An episode of a TV/radio series or season.", "oneOf": [ { "$ref": "http://schema.org/Episode" }, { "items": { "$ref": "http://schema.org/Episode" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "http://schema.org/Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/CreativeWorkSeason" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/CreativeWorkSeason" } ] }, "type": "array" } ] }, "seasons": { "description": "A season in a media series.", "oneOf": [ { "$ref": "http://schema.org/CreativeWorkSeason" }, { "items": { "$ref": "http://schema.org/CreativeWorkSeason" }, "type": "array" } ] }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "TVSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Person.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Person", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "A person (alive, dead, undead, or fictional).", "properties": { "additionalName": { "description": "An additional name for a Person, can be used for a middle name.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "schema:PostalAddress" } ], "description": "Physical address of the item." }, "affiliation": { "description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "oneOf": [ { "$ref": "schema:Organization" }, { "items": { "$ref": "schema:Organization" }, "type": "array" } ] }, "alumniOf": { "description": "An organization that the person is an alumni of.", "oneOf": [ { "anyOf": [ { "$ref": "schema:EducationalOrganization" }, { "$ref": "schema:Organization" } ] }, { "items": { "anyOf": [ { "$ref": "schema:EducationalOrganization" }, { "$ref": "schema:Organization" } ] }, "type": "array" } ] }, "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" } ] }, "birthDate": { "description": "Date of birth.", "format": "date", "type": "string" }, "birthPlace": { "$ref": "schema:Place", "description": "The place where the person was born." }, "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." }, "callSign": { "description": "A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "children": { "description": "A child of the person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "colleague": { "description": "A colleague of the person.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "colleagues": { "description": "A colleague of the person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "contactPoint": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "schema:ContactPoint" }, { "items": { "$ref": "schema:ContactPoint" }, "type": "array" } ] }, "contactPoints": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "schema:ContactPoint" }, { "items": { "$ref": "schema:ContactPoint" }, "type": "array" } ] }, "deathDate": { "description": "Date of death.", "format": "date", "type": "string" }, "deathPlace": { "$ref": "schema:Place", "description": "The place where the person died." }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "familyName": { "description": "Family name. In the U.S., the last name of a Person.", "type": "string" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "follows": { "description": "The most generic uni-directional social relation.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "gender": { "anyOf": [ { "type": "string" }, { "$ref": "schema:GenderType" } ], "description": "Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While https://schema.org/Male and https://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender [[SportsTeam]] can be indicated with a text value of \"Mixed\"." }, "givenName": { "description": "Given name. In the U.S., the first name of a Person.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "globalLocationNumber": { "description": "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasCredential": { "description": "A credential awarded to the Person or Organization.", "oneOf": [ { "$ref": "schema:EducationalOccupationalCredential" }, { "items": { "$ref": "schema:EducationalOccupationalCredential" }, "type": "array" } ] }, "hasOccupation": { "$ref": "schema:Occupation", "description": "The Person's occupation. For past professions, use Role for expressing dates." }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "oneOf": [ { "$ref": "schema:OfferCatalog" }, { "items": { "$ref": "schema:OfferCatalog" }, "type": "array" } ] }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] }, "height": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The height of the item." }, "homeLocation": { "description": "A contact location for a person's residence.", "oneOf": [ { "anyOf": [ { "$ref": "schema:ContactPoint" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ContactPoint" }, { "$ref": "schema:Place" } ] }, "type": "array" } ] }, "honorificPrefix": { "description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "honorificSuffix": { "description": "An honorific suffix following a Person's name such as M.D. /PhD/MSCSW.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "interactionStatistic": { "$ref": "schema:InteractionCounter", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "jobTitle": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The job title of the person (for example, Financial Manager)." }, "knows": { "$ref": "schema:Person", "description": "The most generic bi-directional social/work relation." }, "knowsAbout": { "description": "Of a [[Person]], and less typically of an [[Organization]], to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or [[JobPosting]] descriptions.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Thing" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Thing" } ] }, "type": "array" } ] }, "knowsLanguage": { "description": "Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, "type": "array" } ] }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "oneOf": [ { "$ref": "schema:Offer" }, { "items": { "$ref": "schema:Offer" }, "type": "array" } ] }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:ProgramMembership" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:ProgramMembership" } ] }, "type": "array" } ] }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "nationality": { "description": "Nationality of the person.", "oneOf": [ { "$ref": "schema:Country" }, { "items": { "$ref": "schema:Country" }, "type": "array" } ] }, "netWorth": { "anyOf": [ { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:PriceSpecification" } ], "description": "The total financial value of the person as calculated by subtracting assets from liabilities." }, "owns": { "description": "Products owned by the organization or person.", "oneOf": [ { "anyOf": [ { "$ref": "schema:OwnershipInfo" }, { "$ref": "schema:Product" } ] }, { "items": { "anyOf": [ { "$ref": "schema:OwnershipInfo" }, { "$ref": "schema:Product" } ] }, "type": "array" } ] }, "parent": { "description": "A parent of this person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "parents": { "description": "A parents of the person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "performerIn": { "description": "Event that this person is a performer or participant in.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "publishingPrinciples": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ], "description": "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n" }, "relatedTo": { "$ref": "schema:Person", "description": "The most generic familial relation." }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "oneOf": [ { "$ref": "schema:Demand" }, { "items": { "$ref": "schema:Demand" }, "type": "array" } ] }, "sibling": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "siblings": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "spouse": { "$ref": "schema:Person", "description": "The person's spouse." }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" }, "weight": { "$ref": "schema:QuantitativeValue", "description": "The weight of the product or person." }, "workLocation": { "description": "A contact location for a person's place of work.", "oneOf": [ { "anyOf": [ { "$ref": "schema:ContactPoint" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ContactPoint" }, { "$ref": "schema:Place" } ] }, "type": "array" } ] }, "worksFor": { "description": "Organizations that the person works for.", "oneOf": [ { "$ref": "schema:Organization" }, { "items": { "$ref": "schema:Organization" }, "type": "array" } ] } }, "title": "Person", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InternetCafe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InternetCafe", "$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": "An internet cafe.", "title": "InternetCafe", "type": "object" }
Apache-2.0
en