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/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": "http://schema.org/InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\n\nRelated actions:\n\n\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": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
}
},
"title": "FollowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PerformanceRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PerformanceRole",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Role",
"description": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\\n\\nSee also [blog post](http://blog.schema.org/2014/06/introducing-role.html)."
}
],
"description": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.",
"properties": {
"characterName": {
"description": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.",
"type": "string"
}
},
"title": "PerformanceRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TelevisionChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TelevisionChannel",
"$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 television BroadcastService on a CableOrSatelliteService lineup.",
"format": "http://schema.org/TelevisionChannel",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TelevisionChannel"
}
},
"required": [
"@type"
],
"title": "TelevisionChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/WriteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WriteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreateAction.schema.json",
"description": "The act of deliberately creating/producing/generating/building a result out of the agent."
}
],
"description": "The act of authoring written creative content.",
"format": "http://schema.org/WriteAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "WriteAction"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"language": {
"description": "A sub property of instrument. The language used on this action.",
"oneOf": [
{
"$ref": "Language.schema.json"
},
{
"items": {
"$ref": "Language.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "WriteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/UserComments.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserComments",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UserInteraction.schema.json",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserComments",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "UserComments"
},
"commentText": {
"description": "The text of the UserComment.",
"type": "string"
},
"commentTime": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The time at which the UserComment was made."
},
"creator": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"discusses": {
"$ref": "CreativeWork.schema.json",
"description": "Specifies the CreativeWork associated with the UserComment."
},
"replyToUrl": {
"description": "The URL at which a reply may be posted to the specified UserComment.",
"format": "uri",
"type": "string"
}
},
"required": [
"@type"
],
"title": "UserComments",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BoardingPolicyType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BoardingPolicyType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A type of boarding policy used by an airline.",
"format": "http://schema.org/BoardingPolicyType",
"oneOf": [
{
"const": "ZoneBoardingPolicy",
"description": "The airline boards by zones of the plane."
},
{
"const": "GroupBoardingPolicy",
"description": "The airline boards by groups based on check-in time, priority, etc."
}
],
"title": "BoardingPolicyType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PoliceStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PoliceStation",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "schema:EmergencyService",
"description": "An emergency service, such as a fire station or ER."
}
],
"description": "A police station.",
"title": "PoliceStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/AdultEntertainment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AdultEntertainment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EntertainmentBusiness.schema.json",
"description": "A business providing entertainment."
}
],
"description": "An adult entertainment establishment.",
"format": "http://schema.org/AdultEntertainment",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "AdultEntertainment"
}
},
"required": [
"@type"
],
"title": "AdultEntertainment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/JewelryStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/JewelryStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A jewelry store.",
"format": "http://schema.org/JewelryStore",
"title": "JewelryStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/EmailMessage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EmailMessage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Message.schema.json",
"description": "A single message from a sender to one or more organizations or people."
}
],
"description": "An email message.",
"format": "http://schema.org/EmailMessage",
"title": "EmailMessage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Waterfall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Waterfall",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BodyOfWater.schema.json",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A waterfall, like Niagara.",
"format": "http://schema.org/Waterfall",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Waterfall"
}
},
"required": [
"@type"
],
"title": "Waterfall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/SubscribeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SubscribeAction",
"$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 pushed to.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\nRegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\n\n",
"format": "http://schema.org/SubscribeAction",
"title": "SubscribeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Quantity.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Quantity",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.",
"format": "http://schema.org/Quantity",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Quantity"
}
},
"required": [
"@type"
],
"title": "Quantity",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/BroadcastEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PublicationEvent.schema.json",
"description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."
}
],
"description": "An over the air or online broadcast event.",
"format": "http://schema.org/BroadcastEvent",
"properties": {
"broadcastOfEvent": {
"$ref": "Event.schema.json",
"description": "The event being broadcast such as a sporting event or awards ceremony."
},
"isLiveBroadcast": {
"description": "True is the broadcast is of a live event.",
"type": "boolean"
},
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
}
},
"title": "BroadcastEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/BoardingPolicyType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BoardingPolicyType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A type of boarding policy used by an airline.",
"format": "http://schema.org/BoardingPolicyType",
"oneOf": [
{
"const": "GroupBoardingPolicy",
"description": "The airline boards by groups based on check-in time, priority, etc."
},
{
"const": "ZoneBoardingPolicy",
"description": "The airline boards by zones of the plane."
}
],
"title": "BoardingPolicyType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/Product.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Product",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.",
"format": "http://schema.org/Product",
"properties": {
"additionalProperty": {
"description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.",
"items": {
"$ref": "PropertyValue.schema.json"
},
"type": "array"
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"award": {
"description": "An award won by or for this item.",
"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."
}
},
"title": "Product",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ReviewAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ReviewAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AssessAction",
"description": "The act of forming one's opinion, reaction or sentiment."
}
],
"description": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.",
"properties": {
"resultReview": {
"description": "A sub property of result. The review that resulted in the performing of the action.",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
}
},
"title": "ReviewAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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.",
"items": {
"$ref": "BroadcastService.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "PublicationEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Restaurant.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Restaurant",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/FoodEstablishment",
"description": "A food-related business."
}
],
"description": "A restaurant.",
"format": "http://schema.org/Restaurant",
"title": "Restaurant",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ToyStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ToyStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A toy store.",
"format": "http://schema.org/ToyStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ToyStore"
}
},
"required": [
"@type"
],
"title": "ToyStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/UserDownloads.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserDownloads",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UserInteraction.schema.json",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserDownloads",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "UserDownloads"
}
},
"required": [
"@type"
],
"title": "UserDownloads",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ItemPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ItemPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/WebPage",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "A page devoted to a single item, such as a particular product or hotel.",
"title": "ItemPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Drawing.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Drawing",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A picture or diagram made with a pencil, pen, or crayon rather than paint.",
"title": "Drawing",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/IndividualProduct.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:IndividualProduct",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Product",
"description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online."
}
],
"description": "A single, identifiable product instance (e.g. a laptop with a particular serial number).",
"properties": {
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
}
},
"title": "IndividualProduct",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Integer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Integer",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Data type: Integer.",
"format": "http://schema.org/Integer",
"title": "Integer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/SellAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SellAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.",
"format": "http://schema.org/SellAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "SellAction"
},
"buyer": {
"description": "A sub property of participant. The participant/person/organization that bought the object.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"warrantyPromise": {
"$ref": "WarrantyPromise.schema.json",
"description": "The warranty promise(s) included in the offer."
}
},
"required": [
"@type"
],
"title": "SellAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/School.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/School",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/EducationalOrganization",
"description": "An educational organization."
}
],
"description": "A school.",
"format": "http://schema.org/School",
"title": "School",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ViewAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ViewAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ConsumeAction.schema.json",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming static visual content.",
"format": "http://schema.org/ViewAction",
"title": "ViewAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/EmailMessage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EmailMessage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Message",
"description": "A single message from a sender to one or more organizations or people."
}
],
"description": "An email message.",
"title": "EmailMessage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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 | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/MovieSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovieSeries",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWorkSeries.schema.json",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."
}
],
"description": "A series of movies. Included movies can be indicated with the hasPart property.",
"format": "http://schema.org/MovieSeries",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MovieSeries"
},
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"actors": {
"description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"musicBy": {
"anyOf": [
{
"$ref": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"required": [
"@type"
],
"title": "MovieSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AutoDealer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AutoDealer",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AutomotiveBusiness",
"description": "Car repair, sales, or parts."
}
],
"description": "An car dealership.",
"format": "http://schema.org/AutoDealer",
"title": "AutoDealer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Person.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Person",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "A person (alive, dead, undead, or fictional).",
"format": "http://schema.org/Person",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Person"
},
"additionalName": {
"description": "An additional name for a Person, can be used for a middle name.",
"items": {
"type": "string"
},
"type": "array"
},
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "Physical address of the item."
},
"affiliation": {
"description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.",
"items": {
"$ref": "Organization.schema.json"
},
"type": "array"
},
"alumniOf": {
"description": "An organization that the person is an alumni of.",
"items": {
"anyOf": [
{
"$ref": "EducationalOrganization.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"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"
},
"birthDate": {
"description": "Date of birth.",
"format": "date",
"type": "string"
},
"birthPlace": {
"$ref": "Place.schema.json",
"description": "The place where the person was born."
},
"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."
},
"children": {
"description": "A child of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"colleague": {
"description": "A colleague of the person.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"colleagues": {
"description": "A colleague of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"contactPoint": {
"description": "A contact point for a person or organization.",
"items": {
"$ref": "ContactPoint.schema.json"
},
"type": "array"
},
"contactPoints": {
"description": "A contact point for a person or organization.",
"items": {
"$ref": "ContactPoint.schema.json"
},
"type": "array"
},
"deathDate": {
"description": "Date of death.",
"format": "date",
"type": "string"
},
"deathPlace": {
"$ref": "Place.schema.json",
"description": "The place where the person died."
},
"duns": {
"description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.",
"type": "string"
},
"email": {
"description": "Email address.",
"items": {
"type": "string"
},
"type": "array"
},
"familyName": {
"description": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.",
"type": "string"
},
"faxNumber": {
"description": "The fax number.",
"type": "string"
},
"follows": {
"description": "The most generic uni-directional social relation.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"givenName": {
"description": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.",
"items": {
"type": "string"
},
"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"
},
"hasOccupation": {
"$ref": "Occupation.schema.json",
"description": "The Person's occupation. For past professions, use Role for expressing dates."
},
"hasOfferCatalog": {
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"items": {
"$ref": "OfferCatalog.schema.json"
},
"type": "array"
},
"hasPOS": {
"description": "Points-of-Sales operated by the organization or person.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"homeLocation": {
"description": "A contact location for a person's residence.",
"items": {
"anyOf": [
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Place.schema.json"
}
]
},
"type": "array"
},
"honorificPrefix": {
"description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.",
"items": {
"type": "string"
},
"type": "array"
},
"honorificSuffix": {
"description": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.",
"items": {
"type": "string"
},
"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"
},
"knows": {
"$ref": "Person.schema.json",
"description": "The most generic bi-directional social/work relation."
},
"makesOffer": {
"description": "A pointer to products or services offered by the organization or person.",
"items": {
"$ref": "Offer.schema.json"
},
"type": "array"
},
"memberOf": {
"description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "ProgramMembership.schema.json"
}
]
},
"type": "array"
},
"naics": {
"description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.",
"type": "string"
},
"nationality": {
"description": "Nationality of the person.",
"items": {
"$ref": "Country.schema.json"
},
"type": "array"
},
"netWorth": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total financial value of the person as calculated by subtracting assets from liabilities."
},
"owns": {
"description": "Products owned by the organization or person.",
"items": {
"anyOf": [
{
"$ref": "OwnershipInfo.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"parent": {
"description": "A parent of this person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"parents": {
"description": "A parents of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"performerIn": {
"description": "Event that this person is a performer or participant in.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
},
"publishingPrinciples": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"relatedTo": {
"$ref": "Person.schema.json",
"description": "The most generic familial relation."
},
"seeks": {
"description": "A pointer to products or services sought by the organization or person (demand).",
"items": {
"$ref": "Demand.schema.json"
},
"type": "array"
},
"sibling": {
"description": "A sibling of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"siblings": {
"description": "A sibling of the person.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"spouse": {
"$ref": "Person.schema.json",
"description": "The person's spouse."
},
"taxID": {
"description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.",
"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": "QuantitativeValue.schema.json",
"description": "The weight of the product or person."
},
"workLocation": {
"description": "A contact location for a person's place of work.",
"items": {
"anyOf": [
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Place.schema.json"
}
]
},
"type": "array"
},
"worksFor": {
"description": "Organizations that the person works for.",
"items": {
"$ref": "Organization.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "Person",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BlogPosting.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BlogPosting",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "SocialMediaPosting.schema.json",
"description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc."
}
],
"description": "A blog post.",
"format": "http://schema.org/BlogPosting",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BlogPosting"
}
},
"required": [
"@type"
],
"title": "BlogPosting",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ScreeningEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ScreeningEvent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects."
}
],
"description": "A screening of a movie or other video.",
"properties": {
"subtitleLanguage": {
"description": "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47).",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
]
},
"type": "array"
}
]
},
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
},
"workPresented": {
"$ref": "schema:Movie",
"description": "The movie presented during this event."
}
},
"title": "ScreeningEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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 | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/OrganizeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OrganizeAction",
"$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 manipulating/administering/supervising/controlling one or more objects.",
"title": "OrganizeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/LakeBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LakeBodyOfWater",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A lake (for example, Lake Pontrachain).",
"title": "LakeBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Bakery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Bakery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FoodEstablishment.schema.json",
"description": "A food-related business."
}
],
"description": "A bakery.",
"format": "http://schema.org/Bakery",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Bakery"
}
},
"required": [
"@type"
],
"title": "Bakery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Restaurant.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Restaurant",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/FoodEstablishment",
"description": "A food-related business."
}
],
"description": "A restaurant.",
"title": "Restaurant",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/GroceryStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GroceryStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A grocery store.",
"format": "http://schema.org/GroceryStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "GroceryStore"
}
},
"required": [
"@type"
],
"title": "GroceryStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ReadAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReadAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ConsumeAction",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming written content.",
"title": "ReadAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/TouristAttraction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TouristAttraction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Place",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)",
"properties": {
"availableLanguage": {
"description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Language"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Language"
}
]
},
"type": "array"
}
]
},
"touristType": {
"description": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Audience"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Audience"
}
]
},
"type": "array"
}
]
}
},
"title": "TouristAttraction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/Course.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Course",
"$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 description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
"format": "http://schema.org/Course",
"properties": {
"courseCode": {
"description": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).",
"type": "string"
},
"coursePrerequisites": {
"description": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "AlignmentObject.schema.json"
},
{
"$ref": "Course.schema.json"
}
]
},
"type": "array"
},
"educationalCredentialAwarded": {
"description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
},
"hasCourseInstance": {
"description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.",
"items": {
"$ref": "CourseInstance.schema.json"
},
"type": "array"
}
},
"title": "Course",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DanceGroup.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DanceGroup",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:PerformingGroup",
"description": "A performance group, such as a band, an orchestra, or a circus."
}
],
"description": "A dance group\u2014for example, the Alvin Ailey Dance Theater or Riverdance.",
"title": "DanceGroup",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DaySpa.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DaySpa",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HealthAndBeautyBusiness",
"description": "Health and beauty."
}
],
"description": "A day spa.",
"format": "http://schema.org/DaySpa",
"title": "DaySpa",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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": "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": "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.",
"format": "http://schema.org/ComputerLanguage",
"title": "ComputerLanguage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Embassy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Embassy",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/GovernmentBuilding",
"description": "A government building."
}
],
"description": "An embassy.",
"format": "http://schema.org/Embassy",
"title": "Embassy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/HowToItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToItem",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ListItem.schema.json",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.",
"format": "http://schema.org/HowToItem",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "HowToItem"
},
"requiredQuantity": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The required quantity of the item(s)."
}
},
"required": [
"@type"
],
"title": "HowToItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/GeoCoordinates.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeoCoordinates",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "StructuredValue.schema.json",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "The geographic coordinates of a place or event.",
"format": "http://schema.org/GeoCoordinates",
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "Physical address of the item."
},
"addressCountry": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Country.schema.json"
}
],
"description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code."
},
"elevation": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters."
},
"latitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The latitude of a location. For example 37.42242 (WGS 84)."
},
"longitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The longitude of a location. For example -122.08585 (WGS 84)."
},
"postalCode": {
"description": "The postal code. For example, 94043.",
"type": "string"
}
},
"title": "GeoCoordinates",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/PostOffice.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PostOffice",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "GovernmentOffice.schema.json",
"description": "A government office\u2014for example, an IRS or DMV office."
}
],
"description": "A post office.",
"format": "http://schema.org/PostOffice",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PostOffice"
}
},
"required": [
"@type"
],
"title": "PostOffice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Offer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Offer",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\\n\\nNote: As the [[businessFunction]] property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\\n\\nFor [GTIN](http://www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](http://www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](http://www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](http://www.gs1.org/).",
"properties": {
"acceptedPaymentMethod": {
"anyOf": [
{
"$ref": "schema:LoanOrCredit"
},
{
"$ref": "schema:PaymentMethod"
}
],
"description": "The payment method(s) accepted by seller for this offer."
},
"addOn": {
"description": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).",
"oneOf": [
{
"$ref": "schema:Offer"
},
{
"items": {
"$ref": "schema:Offer"
},
"type": "array"
}
]
},
"advanceBookingRequirement": {
"$ref": "schema:QuantitativeValue",
"description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service."
},
"aggregateRating": {
"$ref": "schema:AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:AdministrativeArea"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"availability": {
"$ref": "schema:ItemAvailability",
"description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc."
},
"availabilityEnds": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The end of the availability of the product or service included in the offer."
},
"availabilityStarts": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The beginning of the availability of the product or service included in the offer."
},
"availableAtOrFrom": {
"$ref": "schema:Place",
"description": "The place(s) from which the offer can be obtained (e.g. store locations)."
},
"availableDeliveryMethod": {
"$ref": "schema:DeliveryMethod",
"description": "The delivery method(s) available for this offer."
},
"businessFunction": {
"$ref": "schema:BusinessFunction",
"description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:PhysicalActivityCategory"
},
{
"$ref": "schema:Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:PhysicalActivityCategory"
},
{
"$ref": "schema:Thing"
}
]
},
"type": "array"
}
]
},
"deliveryLeadTime": {
"$ref": "schema:QuantitativeValue",
"description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."
},
"eligibleCustomerType": {
"$ref": "schema:BusinessEntityType",
"description": "The type(s) of customers for which the given offer is valid."
},
"eligibleDuration": {
"$ref": "schema:QuantitativeValue",
"description": "The duration for which the given offer is valid."
},
"eligibleQuantity": {
"$ref": "schema:QuantitativeValue",
"description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."
},
"eligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]].\n "
},
"eligibleTransactionVolume": {
"$ref": "schema:PriceSpecification",
"description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."
},
"gtin": {
"description": "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs. A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged.\n ",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"gtin12": {
"description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"type": "string"
},
"gtin13": {
"description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"type": "string"
},
"gtin8": {
"description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"type": "string"
},
"hasMeasurement": {
"description": "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.",
"oneOf": [
{
"$ref": "schema:QuantitativeValue"
},
{
"items": {
"$ref": "schema:QuantitativeValue"
},
"type": "array"
}
]
},
"hasMerchantReturnPolicy": {
"description": "Specifies a MerchantReturnPolicy that may be applicable.",
"oneOf": [
{
"$ref": "schema:MerchantReturnPolicy"
},
{
"items": {
"$ref": "schema:MerchantReturnPolicy"
},
"type": "array"
}
]
},
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].",
"oneOf": [
{
"$ref": "schema:TypeAndQuantityNode"
},
{
"items": {
"$ref": "schema:TypeAndQuantityNode"
},
"type": "array"
}
]
},
"ineligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n "
},
"inventoryLevel": {
"$ref": "schema:QuantitativeValue",
"description": "The current approximate inventory level for the item or items."
},
"itemCondition": {
"description": "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.",
"oneOf": [
{
"$ref": "schema:OfferItemCondition"
},
{
"items": {
"$ref": "schema:OfferItemCondition"
},
"type": "array"
}
]
},
"itemOffered": {
"anyOf": [
{
"$ref": "schema:AggregateOffer"
},
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:Event"
},
{
"$ref": "schema:MenuItem"
},
{
"$ref": "schema:Product"
},
{
"$ref": "schema:Service"
},
{
"$ref": "schema:Trip"
}
],
"description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using [[businessFunction]], e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."
},
"leaseLength": {
"description": "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property.",
"oneOf": [
{
"anyOf": [
{
"$comment": "https://schema.org/Duration",
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
]
},
{
"items": {
"anyOf": [
{
"$comment": "https://schema.org/Duration",
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
]
},
"type": "array"
}
]
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"offeredBy": {
"description": "A pointer to the organization or person making the offer.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\\n\\nUsage guidelines:\\n\\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n "
},
"priceCurrency": {
"description": "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".",
"type": "string"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"oneOf": [
{
"$ref": "schema:PriceSpecification"
},
{
"items": {
"$ref": "schema:PriceSpecification"
},
"type": "array"
}
]
},
"priceValidUntil": {
"description": "The date after which the price is no longer available.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
},
"seller": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
],
"description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."
},
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
},
"shippingDetails": {
"description": "Indicates information about the shipping policies and options associated with an [[Offer]].",
"oneOf": [
{
"$ref": "schema:OfferShippingDetails"
},
{
"items": {
"$ref": "schema:OfferShippingDetails"
},
"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"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"warranty": {
"$ref": "schema:WarrantyPromise",
"description": "The warranty promise(s) included in the offer."
}
},
"title": "Offer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Mountain.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Mountain",
"$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 mountain, like Mount Whitney or Mount Everest.",
"format": "http://schema.org/Mountain",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Mountain"
}
},
"required": [
"@type"
],
"title": "Mountain",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Photograph.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Photograph",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A photograph.",
"title": "Photograph",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ParcelDelivery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ParcelDelivery",
"$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": "The delivery of a parcel either via the postal service or a commercial service.",
"properties": {
"carrier": {
"$ref": "schema:Organization",
"description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights."
},
"deliveryAddress": {
"$ref": "schema:PostalAddress",
"description": "Destination address."
},
"deliveryStatus": {
"description": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).",
"oneOf": [
{
"$ref": "schema:DeliveryEvent"
},
{
"items": {
"$ref": "schema:DeliveryEvent"
},
"type": "array"
}
]
},
"expectedArrivalFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The earliest date the package may arrive."
},
"expectedArrivalUntil": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The latest date the package may arrive."
},
"hasDeliveryMethod": {
"$ref": "schema:DeliveryMethod",
"description": "Method used for delivery or shipping."
},
"itemShipped": {
"description": "Item(s) being shipped.",
"oneOf": [
{
"$ref": "schema:Product"
},
{
"items": {
"$ref": "schema:Product"
},
"type": "array"
}
]
},
"originAddress": {
"$ref": "schema:PostalAddress",
"description": "Shipper's address."
},
"partOfOrder": {
"$ref": "schema:Order",
"description": "The overall order the items in this delivery were included in."
},
"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."
},
"trackingNumber": {
"description": "Shipper tracking number.",
"type": "string"
},
"trackingUrl": {
"description": "Tracking url for the parcel delivery.",
"format": "uri",
"type": "string"
}
},
"title": "ParcelDelivery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/RiverBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RiverBodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BodyOfWater.schema.json",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A river (for example, the broad majestic Shannon).",
"format": "http://schema.org/RiverBodyOfWater",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "RiverBodyOfWater"
}
},
"required": [
"@type"
],
"title": "RiverBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BankAccount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BankAccount",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FinancialProduct.schema.json",
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."
}
],
"description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.",
"format": "http://schema.org/BankAccount",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BankAccount"
}
},
"required": [
"@type"
],
"title": "BankAccount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ConvenienceStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ConvenienceStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A convenience store.",
"format": "http://schema.org/ConvenienceStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ConvenienceStore"
}
},
"required": [
"@type"
],
"title": "ConvenienceStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ItemAvailability.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ItemAvailability",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A list of possible product availability options.",
"format": "http://schema.org/ItemAvailability",
"oneOf": [
{
"const": "SoldOut",
"description": "Indicates that the item has sold out."
},
{
"const": "PreOrder",
"description": "Indicates that the item is available for pre-order."
},
{
"const": "OutOfStock",
"description": "Indicates that the item is out of stock."
},
{
"const": "PreSale",
"description": "Indicates that the item is available for ordering and delivery before general availability."
},
{
"const": "InStock",
"description": "Indicates that the item is in stock."
},
{
"const": "LimitedAvailability",
"description": "Indicates that the item has limited availability."
},
{
"const": "Discontinued",
"description": "Indicates that the item has been discontinued."
},
{
"const": "OnlineOnly",
"description": "Indicates that the item is available only online."
},
{
"const": "InStoreOnly",
"description": "Indicates that the item is available only at physical locations."
}
],
"title": "ItemAvailability",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/HyperTocEntry.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:HyperTocEntry",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A HyperToEntry is an item within a [[HyperToc]], which represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. The media object itself is indicated using [[associatedMedia]]. Each section of interest within that content can be described with a [[HyperTocEntry]], with associated [[startOffset]] and [[endOffset]]. When several entries are all from the same file, [[associatedMedia]] is used on the overarching [[HyperTocEntry]]; if the content has been split into multiple files, they can be referenced using [[associatedMedia]] on each [[HyperTocEntry]].",
"properties": {
"associatedMedia": {
"$ref": "schema:MediaObject",
"description": "A media object that encodes this CreativeWork. This property is a synonym for encoding."
},
"tocContinuation": {
"description": "A [[HyperTocEntry]] can have a [[tocContinuation]] indicated, which is another [[HyperTocEntry]] that would be the default next item to play or render.",
"oneOf": [
{
"$ref": "schema:HyperTocEntry"
},
{
"items": {
"$ref": "schema:HyperTocEntry"
},
"type": "array"
}
]
},
"utterances": {
"description": "Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a [[HyperTocEntry]].",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "HyperTocEntry",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/OpinionNewsArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:OpinionNewsArticle",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:NewsArticle",
"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](/docs/news.html) is also available.\n"
}
],
"description": "An [[OpinionNewsArticle]] is a [[NewsArticle]] that primarily expresses opinions rather than journalistic reporting of news and events. For example, a [[NewsArticle]] consisting of a column or [[Blog]]/[[BlogPosting]] entry in the Opinions section of a news publication. ",
"title": "OpinionNewsArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AppendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AppendAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InsertAction",
"description": "The act of adding at a specific location in an ordered collection."
}
],
"description": "The act of inserting at the end if an ordered collection.",
"format": "http://schema.org/AppendAction",
"title": "AppendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Blog"
},
"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"
}
},
"required": [
"@type"
],
"title": "Blog",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ConsumeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ConsumeAction",
"$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 ingesting information/resources/food.",
"properties": {
"actionAccessibilityRequirement": {
"description": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.",
"oneOf": [
{
"$ref": "schema:ActionAccessSpecification"
},
{
"items": {
"$ref": "schema:ActionAccessSpecification"
},
"type": "array"
}
]
},
"expectsAcceptanceOf": {
"description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.",
"oneOf": [
{
"$ref": "schema:Offer"
},
{
"items": {
"$ref": "schema:Offer"
},
"type": "array"
}
]
}
},
"title": "ConsumeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Quiz.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Quiz",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:LearningResource",
"description": "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one."
}
],
"description": "Quiz: A test of knowledge, skills and abilities.",
"title": "Quiz",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/BookSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BookSeries",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWorkSeries.schema.json",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."
}
],
"description": "A series of books. Included books can be indicated with the hasPart property.",
"format": "http://schema.org/BookSeries",
"title": "BookSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/UserBlocks.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserBlocks",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UserInteraction",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserBlocks",
"title": "UserBlocks",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Ticket.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Ticket",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "Used to describe a ticket to an event, a flight, a bus ride, etc.",
"format": "http://schema.org/Ticket",
"properties": {
"dateIssued": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date the ticket was issued."
},
"issuedBy": {
"$ref": "Organization.schema.json",
"description": "The organization issuing the ticket or permit."
},
"priceCurrency": {
"description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".",
"type": "string"
},
"ticketNumber": {
"description": "The unique identifier for the ticket.",
"type": "string"
},
"ticketToken": {
"description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"ticketedSeat": {
"$ref": "Seat.schema.json",
"description": "The seat associated with the ticket."
},
"totalPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"underName": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization the reservation or ticket is for."
}
},
"title": "Ticket",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/PaymentMethod.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaymentMethod",
"$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 payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ByBankTransferInAdvance\nhttp://purl.org/goodrelations/v1#ByInvoice\nhttp://purl.org/goodrelations/v1#Cash\nhttp://purl.org/goodrelations/v1#CheckInAdvance\nhttp://purl.org/goodrelations/v1#COD\nhttp://purl.org/goodrelations/v1#DirectDebit\nhttp://purl.org/goodrelations/v1#GoogleCheckout\nhttp://purl.org/goodrelations/v1#PayPal\nhttp://purl.org/goodrelations/v1#PaySwarm\n\n",
"format": "http://schema.org/PaymentMethod",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PaymentMethod"
}
},
"required": [
"@type"
],
"title": "PaymentMethod",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/QualitativeValue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/QualitativeValue",
"$schema": "http://json-schema.org/draft-07/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'.",
"format": "http://schema.org/QualitativeValue",
"properties": {
"additionalProperty": {
"description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.",
"oneOf": [
{
"$ref": "http://schema.org/PropertyValue"
},
{
"items": {
"$ref": "http://schema.org/PropertyValue"
},
"type": "array"
}
]
},
"equal": {
"description": "This ordering relation for qualitative values indicates that the subject is equal to the object.",
"oneOf": [
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/QualitativeValue"
},
"type": "array"
}
]
},
"greater": {
"description": "This ordering relation for qualitative values indicates that the subject is greater than the object.",
"oneOf": [
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/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": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/QualitativeValue"
},
"type": "array"
}
]
},
"lesser": {
"description": "This ordering relation for qualitative values indicates that the subject is lesser than the object.",
"oneOf": [
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/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": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/QualitativeValue"
},
"type": "array"
}
]
},
"nonEqual": {
"description": "This ordering relation for qualitative values indicates that the subject is not equal to the object.",
"oneOf": [
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"items": {
"$ref": "http://schema.org/QualitativeValue"
},
"type": "array"
}
]
},
"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": "QualitativeValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/DataFeedItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DataFeedItem",
"$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 single item within a larger data feed.",
"format": "http://schema.org/DataFeedItem",
"properties": {
"dateCreated": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed."
},
"dateDeleted": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The datetime the item was removed from the DataFeed."
},
"dateModified": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."
},
"item": {
"description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
},
"title": "DataFeedItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AggregateRating.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AggregateRating",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Rating",
"description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars."
}
],
"description": "The average rating based on multiple ratings or reviews.",
"format": "http://schema.org/AggregateRating",
"properties": {
"itemReviewed": {
"$ref": "http://schema.org/Thing",
"description": "The item that is being reviewed/rated."
},
"ratingCount": {
"description": "The count of total number of ratings.",
"type": "integer"
},
"reviewCount": {
"description": "The count of total number of reviews.",
"type": "integer"
}
},
"title": "AggregateRating",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/CollectionPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CollectionPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/WebPage",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "Web page type: Collection page.",
"title": "CollectionPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SelfStorage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SelfStorage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A self-storage facility.",
"format": "http://schema.org/SelfStorage",
"title": "SelfStorage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/DataDownload.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DataDownload",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/MediaObject",
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."
}
],
"description": "A dataset in downloadable form.",
"title": "DataDownload",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DigitalDocument.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DigitalDocument",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "An electronic file or document.",
"properties": {
"hasDigitalDocumentPermission": {
"description": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".",
"oneOf": [
{
"$ref": "schema:DigitalDocumentPermission"
},
{
"items": {
"$ref": "schema:DigitalDocumentPermission"
},
"type": "array"
}
]
}
},
"title": "DigitalDocument",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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": "GovernmentBuilding.schema.json",
"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 | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Reservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Reservation",
"$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": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.",
"format": "http://schema.org/Reservation",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Reservation"
},
"bookingAgent": {
"description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"bookingTime": {
"description": "The date and time the reservation was booked.",
"format": "date-time",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"modifiedTime": {
"description": "The date and time the reservation was modified.",
"format": "date-time",
"type": "string"
},
"priceCurrency": {
"description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format 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"
},
"programMembershipUsed": {
"description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.",
"oneOf": [
{
"$ref": "ProgramMembership.schema.json"
},
{
"items": {
"$ref": "ProgramMembership.schema.json"
},
"type": "array"
}
]
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"reservationFor": {
"$ref": "Thing.schema.json",
"description": "The thing -- flight, event, restaurant,etc. being reserved."
},
"reservationId": {
"description": "A unique identifier for the reservation.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"reservationStatus": {
"$ref": "ReservationStatusType.schema.json",
"description": "The current status of the reservation."
},
"reservedTicket": {
"description": "A ticket associated with the reservation.",
"oneOf": [
{
"$ref": "Ticket.schema.json"
},
{
"items": {
"$ref": "Ticket.schema.json"
},
"type": "array"
}
]
},
"totalPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"underName": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization the reservation or ticket is for."
}
},
"required": [
"@type"
],
"title": "Reservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ControlAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ControlAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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": "An agent controls a device or application.",
"title": "ControlAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ComicCoverArt.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ComicCoverArt",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:ComicStory",
"description": "The term \"story\" is any indivisible, re-printable\n \tunit of a comic, including the interior stories, covers, and backmatter. Most\n \tcomics have at least two stories: a cover (ComicCoverArt) and an interior story."
},
{
"$ref": "schema:CoverArt",
"description": "The artwork on the outer surface of a CreativeWork."
}
],
"description": "The artwork on the cover of a comic.",
"title": "ComicCoverArt",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/MovieTheater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovieTheater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "EntertainmentBusiness.schema.json",
"description": "A business providing entertainment."
}
],
"description": "A movie theater.",
"format": "http://schema.org/MovieTheater",
"properties": {
"screenCount": {
"description": "The number of screens in the movie theater.",
"format": "http://schema.org/Number"
}
},
"title": "MovieTheater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Pharmacy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Pharmacy",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/MedicalOrganization",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A pharmacy or drugstore.",
"title": "Pharmacy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/SportsTeam.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsTeam",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "SportsOrganization.schema.json",
"description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations."
}
],
"description": "Organization: Sports team.",
"format": "http://schema.org/SportsTeam",
"properties": {
"athlete": {
"description": "A person that acts as performing member of a sports team; a player as opposed to a coach.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"coach": {
"description": "A person that acts in a coaching role for a sports team.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
},
"title": "SportsTeam",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MusicRecording.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MusicRecording",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A music recording (track), usually a single song.",
"properties": {
"byArtist": {
"anyOf": [
{
"$ref": "schema:MusicGroup"
},
{
"$ref": "schema:Person"
}
],
"description": "The artist that performed this album or recording."
},
"duration": {
"$comment": "https://schema.org/Duration",
"description": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).",
"type": "string"
},
"inAlbum": {
"$ref": "schema:MusicAlbum",
"description": "The album to which this recording belongs."
},
"inPlaylist": {
"$ref": "schema:MusicPlaylist",
"description": "The playlist to which this recording belongs."
},
"isrcCode": {
"description": "The International Standard Recording Code for the recording.",
"type": "string"
},
"recordingOf": {
"$ref": "schema:MusicComposition",
"description": "The composition this track is a recording of."
}
},
"title": "MusicRecording",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Zoo.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Zoo",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A zoo.",
"format": "http://schema.org/Zoo",
"title": "Zoo",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DaySpa.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DaySpa",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:HealthAndBeautyBusiness",
"description": "Health and beauty."
}
],
"description": "A day spa.",
"title": "DaySpa",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ReceiveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReceiveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/TransferAction",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n\nSendAction: The reciprocal of ReceiveAction.\nTakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).\n\n",
"format": "http://schema.org/ReceiveAction",
"properties": {
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"oneOf": [
{
"$ref": "http://schema.org/DeliveryMethod"
},
{
"items": {
"$ref": "http://schema.org/DeliveryMethod"
},
"type": "array"
}
]
},
"sender": {
"description": "A sub property of participant. The participant who is at the sending end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
}
},
"title": "ReceiveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/RadioStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioStation",
"$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 radio station.",
"format": "http://schema.org/RadioStation",
"title": "RadioStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Invoice.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Invoice",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A statement of the money due for goods or services; a bill.",
"format": "http://schema.org/Invoice",
"properties": {
"accountId": {
"description": "The identifier for the account the payment will be applied to.",
"type": "string"
},
"billingPeriod": {
"description": "The time interval used to compute the invoice.",
"format": "https://schema.org/Duration",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"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"
}
]
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
},
"confirmationNumber": {
"description": "A number that confirms the given order or payment has been received.",
"type": "string"
},
"customer": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "Party placing the order or paying the invoice."
},
"minimumPaymentDue": {
"anyOf": [
{
"$ref": "http://schema.org/MonetaryAmount"
},
{
"$ref": "http://schema.org/PriceSpecification"
}
],
"description": "The minimum payment required at this time."
},
"paymentDue": {
"description": "The date that payment is due.",
"format": "date-time",
"type": "string"
},
"paymentDueDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date that payment is due."
},
"paymentMethod": {
"$ref": "http://schema.org/PaymentMethod",
"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).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"paymentStatus": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/PaymentStatusType"
}
],
"description": "The status of payment; whether the invoice has been paid or not."
},
"provider": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"referencesOrder": {
"$ref": "http://schema.org/Order",
"description": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice."
},
"scheduledPaymentDate": {
"description": "The date the invoice is scheduled to be paid.",
"format": "date",
"type": "string"
},
"totalPaymentDue": {
"anyOf": [
{
"$ref": "http://schema.org/MonetaryAmount"
},
{
"$ref": "http://schema.org/PriceSpecification"
}
],
"description": "The total amount due."
}
},
"title": "Invoice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Store.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Store",
"$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 retail good store.",
"format": "http://schema.org/Store",
"title": "Store",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Course.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Course",
"$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:LearningResource",
"description": "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one."
}
],
"description": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
"properties": {
"courseCode": {
"description": "The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001).",
"type": "string"
},
"coursePrerequisites": {
"description": "Requirements for taking the Course. May be completion of another [[Course]] or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]].",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:AlignmentObject"
},
{
"$ref": "schema:Course"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:AlignmentObject"
},
{
"$ref": "schema:Course"
}
]
},
"type": "array"
}
]
},
"educationalCredentialAwarded": {
"description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:EducationalOccupationalCredential"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:EducationalOccupationalCredential"
}
]
},
"type": "array"
}
]
},
"hasCourseInstance": {
"description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.",
"oneOf": [
{
"$ref": "schema:CourseInstance"
},
{
"items": {
"$ref": "schema:CourseInstance"
},
"type": "array"
}
]
},
"numberOfCredits": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "schema:StructuredValue"
}
],
"description": "The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram."
},
"occupationalCredentialAwarded": {
"description": "A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:EducationalOccupationalCredential"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:EducationalOccupationalCredential"
}
]
},
"type": "array"
}
]
}
},
"title": "Course",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/PlaceOfWorship.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PlaceOfWorship",
"$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": "Place of worship, such as a church, synagogue, or mosque.",
"format": "http://schema.org/PlaceOfWorship",
"title": "PlaceOfWorship",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/FoodEstablishment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FoodEstablishment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A food-related business.",
"format": "http://schema.org/FoodEstablishment",
"properties": {
"acceptsReservations": {
"description": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No.",
"format": "uri",
"type": "string"
},
"hasMenu": {
"description": "Either the actual menu as a structured representation, as text, or a URL of the menu.",
"items": {
"oneOf": [
{
"$ref": "Menu.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"menu": {
"anyOf": [
{
"$ref": "Menu.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Either the actual menu as a structured representation, as text, or a URL of the menu."
},
"servesCuisine": {
"description": "The cuisine of the restaurant.",
"format": "http://schema.org/Text"
},
"starRating": {
"description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).",
"items": {
"$ref": "Rating.schema.json"
},
"type": "array"
}
},
"title": "FoodEstablishment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/TaxiReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TaxiReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Reservation",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A reservation for a taxi.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.",
"properties": {
"partySize": {
"description": "Number of people the reservation should accommodate.",
"oneOf": [
{
"anyOf": [
{
"type": "integer"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
]
},
{
"items": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
]
},
"type": "array"
}
]
},
"pickupLocation": {
"description": "Where a taxi will pick up a passenger or a rental car can be picked up.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"pickupTime": {
"description": "When a taxi will pickup a passenger or a rental car can be picked up.",
"oneOf": [
{
"format": "date-time",
"type": "string"
},
{
"items": {
"format": "date-time",
"type": "string"
},
"type": "array"
}
]
}
},
"title": "TaxiReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | 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": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
},
{
"$ref": "CreativeWorkSeries.schema.json",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."
}
],
"description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.",
"format": "http://schema.org/TVSeries",
"properties": {
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"actors": {
"description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"containsSeason": {
"description": "A season that is part of the media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"countryOfOrigin": {
"$ref": "Country.schema.json",
"description": "The country of the principal offices of the production company or individual responsible for the movie or program."
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"episode": {
"description": "An episode of a tv, radio or game media within a series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"episodes": {
"description": "An episode of a TV/radio series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"musicBy": {
"anyOf": [
{
"$ref": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"numberOfEpisodes": {
"description": "The number of episodes in this season or series.",
"type": "integer"
},
"numberOfSeasons": {
"description": "The number of seasons in this series.",
"type": "integer"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"season": {
"description": "A season in a media series.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
},
"seasons": {
"description": "A season in a media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"title": "TVSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Conversation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Conversation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.",
"format": "http://schema.org/Conversation",
"title": "Conversation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Audience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Audience",
"$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": "Intended audience for an item, i.e. the group for whom the item was created.",
"properties": {
"audienceType": {
"description": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).",
"type": "string"
},
"geographicArea": {
"$ref": "schema:AdministrativeArea",
"description": "The geographic area associated with the audience."
}
},
"title": "Audience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Occupation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Occupation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A profession, may involve prolonged training and/or a formal qualification.",
"format": "http://schema.org/Occupation",
"properties": {
"estimatedSalary": {
"description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.",
"items": {
"oneOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "MonetaryAmountDistribution.schema.json"
}
]
},
"type": "array"
},
"experienceRequirements": {
"description": "Description of skills and experience needed for the position or Occupation.",
"format": "http://schema.org/Text"
},
"occupationLocation": {
"$ref": "AdministrativeArea.schema.json",
"description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions."
},
"responsibilities": {
"description": "Responsibilities associated with this role or Occupation.",
"format": "http://schema.org/Text"
},
"skills": {
"description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.",
"format": "http://schema.org/Text"
}
},
"title": "Occupation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/WinAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:WinAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AchieveAction",
"description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process."
}
],
"description": "The act of achieving victory in a competitive activity.",
"properties": {
"loser": {
"description": "A sub property of participant. The loser of the action.",
"oneOf": [
{
"$ref": "schema:Person"
},
{
"items": {
"$ref": "schema:Person"
},
"type": "array"
}
]
}
},
"title": "WinAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/HealthClub.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HealthClub",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HealthAndBeautyBusiness.schema.json",
"description": "Health and beauty."
},
{
"$ref": "SportsActivityLocation.schema.json",
"description": "A sports location, such as a playing field."
}
],
"description": "A health club.",
"format": "http://schema.org/HealthClub",
"title": "HealthClub",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.