repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/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": "http://schema.org/CreativeWorkSeries", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A series of books. Included books can be indicated with the hasPart property.", "title": "BookSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BroadcastService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BroadcastService", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A delivery service through which content is provided via broadcast over the air or online.", "properties": { "area": { "$ref": "schema:Place", "description": "The area within which users can expect to reach the broadcast service." }, "broadcastAffiliateOf": { "$ref": "schema:Organization", "description": "The media network(s) whose content is broadcast on this station." }, "broadcastDisplayName": { "description": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "schema:BroadcastFrequencySpecification" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastTimezone": { "description": "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts", "type": "string" }, "broadcaster": { "$ref": "schema:Organization", "description": "The organization owning or operating the broadcast service." }, "callSign": { "description": "A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "hasBroadcastChannel": { "description": "A broadcast channel of a broadcast service.", "oneOf": [ { "$ref": "schema:BroadcastChannel" }, { "items": { "$ref": "schema:BroadcastChannel" }, "type": "array" } ] }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." }, "parentService": { "description": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "oneOf": [ { "$ref": "schema:BroadcastService" }, { "items": { "$ref": "schema:BroadcastService" }, "type": "array" } ] }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Church.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Church", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A church.", "title": "Church", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Person.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Person", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "A person (alive, dead, undead, or fictional).", "format": "http://schema.org/Person", "properties": { "additionalName": { "description": "An additional name for a Person, can be used for a middle name.", "items": { "type": "string" }, "type": "array" }, "address": { "anyOf": [ { "$ref": "PostalAddress.schema.json" }, { "type": "string" } ], "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": [ { "$ref": "Person.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "colleagues": { "description": "A colleague of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "contactPoint": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "contactPoints": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "deathDate": { "description": "Date of death.", "format": "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": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology." }, "relatedTo": { "$ref": "Person.schema.json", "description": "The most generic familial relation." }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "items": { "$ref": "Demand.schema.json" }, "type": "array" }, "sibling": { "description": "A sibling of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "siblings": { "description": "A sibling of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "items": { "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" } }, "title": "Person", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A dataset in downloadable form.", "format": "http://schema.org/DataDownload", "title": "DataDownload", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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", "title": "GroceryStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PlayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlayAction", "$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 playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n", "format": "http://schema.org/PlayAction", "properties": { "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" } }, "title": "PlayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MotorcycleRepair.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MotorcycleRepair", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A motorcycle repair shop.", "format": "http://schema.org/MotorcycleRepair", "title": "MotorcycleRepair", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Courthouse.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Courthouse", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:GovernmentBuilding", "description": "A government building." } ], "description": "A courthouse.", "title": "Courthouse", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CreativeWork.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CreativeWork", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", "properties": { "[object Object]": { "description": "", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:QuantitativeValue" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QuantitativeValue" } ] }, "type": "array" } ] }, "about": { "$ref": "schema:Thing", "description": "The subject matter of the content." }, "abstract": { "description": "An abstract is a short description that summarizes a [[CreativeWork]].", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessMode": { "description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.\n ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessModeSufficient": { "description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.\n ", "oneOf": [ { "$ref": "schema:ItemList" }, { "items": { "$ref": "schema:ItemList" }, "type": "array" } ] }, "accessibilityAPI": { "description": "Indicates that the resource is compatible with the referenced accessibility API ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityControl": { "description": "Identifies input methods that are sufficient to fully control the described resource ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityFeature": { "description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityHazard": { "description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilitySummary": { "description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", "type": "string" }, "accountablePerson": { "$ref": "schema:Person", "description": "Specifies the Person that is legally accountable for the CreativeWork." }, "acquireLicensePage": { "description": "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, "type": "array" } ] }, "aggregateRating": { "$ref": "schema:AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "alternativeHeadline": { "description": "A secondary title of the CreativeWork.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "archivedAt": { "description": "Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:WebPage" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:WebPage" } ] }, "type": "array" } ] }, "assesses": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The item being described is intended to assess the competency or learning outcome defined by the referenced term." }, "associatedMedia": { "$ref": "schema:MediaObject", "description": "A media object that encodes this CreativeWork. This property is a synonym for encoding." }, "audience": { "$ref": "schema:Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "audio": { "description": "An embedded audio object.", "oneOf": [ { "anyOf": [ { "$ref": "schema:AudioObject" }, { "$ref": "schema:Clip" }, { "$ref": "schema:MusicRecording" } ] }, { "items": { "anyOf": [ { "$ref": "schema:AudioObject" }, { "$ref": "schema:Clip" }, { "$ref": "schema:MusicRecording" } ] }, "type": "array" } ] }, "author": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." }, "award": { "description": "An award won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "awards": { "description": "Awards won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "character": { "description": "Fictional person connected with a creative work.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "citation": { "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, "type": "array" } ] }, "comment": { "description": "Comments, typically from users.", "oneOf": [ { "$ref": "schema:Comment" }, { "items": { "$ref": "schema:Comment" }, "type": "array" } ] }, "commentCount": { "description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", "type": "integer" }, "conditionsOfAccess": { "description": "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \". ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "contentLocation": { "$ref": "schema:Place", "description": "The location depicted or described in the content. For example, the location in a photograph or painting." }, "contentRating": { "description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:Rating" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Rating" } ] }, "type": "array" } ] }, "contentReferenceTime": { "description": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.", "format": "date-time", "type": "string" }, "contributor": { "description": "A secondary contributor to the CreativeWork or Event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "copyrightHolder": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The party holding the legal copyright to the CreativeWork." }, "copyrightNotice": { "description": "Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "copyrightYear": { "description": "The year during which the claimed copyright for the CreativeWork was first asserted.", "type": "number" }, "correction": { "description": "Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:CorrectionComment" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:CorrectionComment" } ] }, "type": "array" } ] }, "countryOfOrigin": { "$ref": "schema:Country", "description": "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here." }, "creativeWorkStatus": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle." }, "creator": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "creditText": { "description": "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "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." }, "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." }, "datePublished": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date of first broadcast/publication." }, "discussionUrl": { "description": "A link to the page containing the comments of the CreativeWork.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "editEIDR": { "description": "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" whose [[titleEIDR]] is \"10.5240/7EC7-228A-510A-053E-CBB8-J\", has several edits e.g. \"10.5240/1F2A-E1C5-680A-14C6-E76B-I\" and \"10.5240/8A35-3BEE-6497-5D12-9E4F-3\".\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "editor": { "$ref": "schema:Person", "description": "Specifies the Person who edited the CreativeWork." }, "educationalAlignment": { "description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.", "oneOf": [ { "$ref": "schema:AlignmentObject" }, { "items": { "$ref": "schema:AlignmentObject" }, "type": "array" } ] }, "educationalLevel": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators." }, "educationalUse": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'." }, "encoding": { "description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", "oneOf": [ { "$ref": "schema:MediaObject" }, { "items": { "$ref": "schema:MediaObject" }, "type": "array" } ] }, "encodingFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." }, "encodings": { "description": "A media object that encodes this CreativeWork.", "oneOf": [ { "$ref": "schema:MediaObject" }, { "items": { "$ref": "schema:MediaObject" }, "type": "array" } ] }, "exampleOfWork": { "description": "A creative work that this work is an example/instance/realization/derivation of.", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] }, "expires": { "description": "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.", "format": "date", "type": "string" }, "fileFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry." }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "genre": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "hasPart": { "description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] }, "headline": { "description": "Headline of the article.", "type": "string" }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." }, "interactionStatistic": { "$ref": "schema:InteractionCounter", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "interactivityType": { "description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.", "type": "string" }, "interpretedAsClaim": { "description": "Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]].", "oneOf": [ { "$ref": "schema:Claim" }, { "items": { "$ref": "schema:Claim" }, "type": "array" } ] }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isBasedOn": { "description": "A resource from which this work is derived or from which it is a modification or adaption.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" }, { "$ref": "schema:Product" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" }, { "$ref": "schema:Product" } ] }, "type": "array" } ] }, "isBasedOnUrl": { "description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" }, { "$ref": "schema:Product" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" }, { "$ref": "schema:Product" } ] }, "type": "array" } ] }, "isFamilyFriendly": { "description": "Indicates whether this content is family friendly.", "type": "boolean" }, "isPartOf": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ], "description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of." }, "keywords": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas." }, "learningResourceType": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'." }, "license": { "description": "A license document that applies to this content, typically indicated by URL.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, "type": "array" } ] }, "locationCreated": { "$ref": "schema:Place", "description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork." }, "mainEntity": { "description": "Indicates the primary entity described in some page or other CreativeWork.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "maintainer": { "description": "A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.\n ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Product" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Product" } ] }, "type": "array" } ] }, "mentions": { "description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, "type": "array" } ] }, "pattern": { "description": "A pattern that something has, for example 'polka dot', 'striped', 'Canadian flag'. Values are typically expressed as text, although links to controlled value schemes are also supported.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, "type": "array" } ] }, "position": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The position of an item in a series or sequence of items." }, "producer": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)." }, "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." }, "publication": { "description": "A publication event associated with the item.", "oneOf": [ { "$ref": "schema:PublicationEvent" }, { "items": { "$ref": "schema:PublicationEvent" }, "type": "array" } ] }, "publisher": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The publisher of the creative work." }, "publisherImprint": { "$ref": "schema:Organization", "description": "The publishing division which published the comic." }, "publishingPrinciples": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ], "description": "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n" }, "recordedAt": { "$ref": "schema:Event", "description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event." }, "releasedEvent": { "$ref": "schema:PublicationEvent", "description": "The place and time the release was issued, expressed as a PublicationEvent." }, "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" } ] }, "schemaVersion": { "description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to\n indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "sdDatePublished": { "description": "Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]", "oneOf": [ { "format": "date", "type": "string" }, { "items": { "format": "date", "type": "string" }, "type": "array" } ] }, "sdLicense": { "description": "A license document that applies to this structured data, typically indicated by URL.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, "type": "array" } ] }, "sdPublisher": { "description": "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The\n[[sdPublisher]] property helps make such practices more explicit.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "size": { "description": "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. ", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:SizeSpecification" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:QuantitativeValue" }, { "$ref": "schema:SizeSpecification" } ] }, "type": "array" } ] }, "sourceOrganization": { "$ref": "schema:Organization", "description": "The Organization on whose behalf the creator was working." }, "spatial": { "$ref": "schema:Place", "description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate." }, "spatialCoverage": { "$ref": "schema:Place", "description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York." }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "teaches": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term." }, "temporal": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "string" } ], "description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate." }, "temporalCoverage": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated." }, "text": { "description": "The textual content of this CreativeWork.", "type": "string" }, "thumbnailUrl": { "description": "A thumbnail image relevant to the Thing.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "timeRequired": { "$comment": "https://schema.org/Duration", "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", "type": "string" }, "translationOfWork": { "$ref": "schema:CreativeWork", "description": "The work that this work has been translated from. e.g. \u7269\u79cd\u8d77\u6e90 is a translationOf \u201cOn the Origin of Species\u201d" }, "translator": { "description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "typicalAgeRange": { "description": "The typical expected age range, e.g. '7-9', '11-'.", "type": "string" }, "usageInfo": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ], "description": "The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses." }, "version": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The version of the CreativeWork embodied by a specified resource." }, "video": { "description": "An embedded video object.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Clip" }, { "$ref": "schema:VideoObject" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Clip" }, { "$ref": "schema:VideoObject" } ] }, "type": "array" } ] }, "workExample": { "description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] }, "workTranslation": { "description": "A work that is a translation of the content of this work. e.g. \u897f\u904a\u8a18 has an English workTranslation \u201cJourney to the West\u201d,a German workTranslation \u201cMonkeys Pilgerfahrt\u201d and a Vietnamese translation T\u00e2y du k\u00fd b\u00ecnh kh\u1ea3o.", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] } }, "title": "CreativeWork", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Attorney.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Attorney", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LegalService.schema.json", "description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "Professional service: Attorney. \n\nThis type is deprecated - LegalService is more inclusive and less ambiguous.", "format": "http://schema.org/Attorney", "title": "Attorney", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MovingCompany.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovingCompany", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HomeAndConstructionBusiness", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A moving company.", "title": "MovingCompany", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "AutomotiveBusiness.schema.json", "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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AccountingService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AccountingService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "Accountancy business.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", "format": "http://schema.org/AccountingService", "title": "AccountingService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FlightReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FlightReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Reservation.schema.json", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for air travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", "format": "http://schema.org/FlightReservation", "properties": { "boardingGroup": { "description": "The airline-specific indicator of boarding order / preference.", "format": "http://schema.org/Text" }, "passengerPriorityStatus": { "$ref": "QualitativeValue.schema.json", "description": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)." }, "passengerSequenceNumber": { "description": "The passenger's sequence number as assigned by the airline.", "format": "http://schema.org/Text" }, "securityScreening": { "description": "The type of security screening the passenger is subject to.", "format": "http://schema.org/Text" } }, "title": "FlightReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Series.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Series", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]].", "title": "Series", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Library.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Library", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A library.", "format": "http://schema.org/Library", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Library" } }, "required": [ "@type" ], "title": "Library", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BikeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BikeStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A bike store.", "format": "http://schema.org/BikeStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BikeStore" } }, "required": [ "@type" ], "title": "BikeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DeliveryEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeliveryEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "An event involving the delivery of an item.", "format": "http://schema.org/DeliveryEvent", "properties": { "accessCode": { "description": "Password, PIN, or access code needed for delivery (e.g. from a locker).", "format": "http://schema.org/Text" }, "availableFrom": { "description": "When the item is available for pickup from the store, locker, etc.", "format": "http://schema.org/DateTime" }, "availableThrough": { "description": "After this date, the item will no longer be available for pickup.", "format": "http://schema.org/DateTime" }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." } }, "title": "DeliveryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PhotographAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PhotographAction", "$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 capturing still images of objects using a camera.", "format": "http://schema.org/PhotographAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PhotographAction" } }, "required": [ "@type" ], "title": "PhotographAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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", "title": "RiverBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PawnShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PawnShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A shop that will buy, or lend money against the security of, personal possessions.", "format": "http://schema.org/PawnShop", "title": "PawnShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ElementarySchool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ElementarySchool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EducationalOrganization.schema.json", "description": "An educational organization." } ], "description": "An elementary school.", "format": "http://schema.org/ElementarySchool", "title": "ElementarySchool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MarryAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MarryAction", "$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 marrying a person.", "format": "http://schema.org/MarryAction", "title": "MarryAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TelevisionStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TelevisionStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A television station.", "format": "http://schema.org/TelevisionStation", "title": "TelevisionStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/PerformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PerformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlayAction.schema.json", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in performance arts.", "format": "http://schema.org/PerformAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PerformAction" }, "entertainmentBusiness": { "description": "A sub property of location. The entertainment business where the action occurred.", "oneOf": [ { "$ref": "EntertainmentBusiness.schema.json" }, { "items": { "$ref": "EntertainmentBusiness.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "PerformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/ChooseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChooseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AssessAction.schema.json", "description": "The act of forming one's opinion, reaction or sentiment." } ], "description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.", "format": "http://schema.org/ChooseAction", "properties": { "actionOption": { "description": "A sub property of object. The options subject to this action.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "option": { "description": "A sub property of object. The options subject to this action.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "ChooseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/LeaveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LeaveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "An agent leaves an event / group with participants/friends at a location.\n\nRelated actions:\n\n\nJoinAction: The antonym of LeaveAction.\nUnRegisterAction: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.\n\n", "format": "http://schema.org/LeaveAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LeaveAction" }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "LeaveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PetStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PetStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A pet store.", "format": "http://schema.org/PetStore", "title": "PetStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MediaSubscription.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaSubscription", "$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 subscription which allows a user to access media including audio, video, books, etc.", "format": "http://schema.org/MediaSubscription", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MediaSubscription" }, "authenticator": { "$ref": "Organization.schema.json", "description": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media." }, "expectsAcceptanceOf": { "description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", "items": { "$ref": "Offer.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "MediaSubscription", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/MusicPlaylist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicPlaylist", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A collection of music tracks in playlist form.", "format": "http://schema.org/MusicPlaylist", "properties": { "numTracks": { "description": "The number of tracks in this album or playlist.", "type": "integer" }, "track": { "description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "items": { "anyOf": [ { "$ref": "ItemList.schema.json" }, { "$ref": "MusicRecording.schema.json" } ] }, "type": "array" }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "items": { "$ref": "MusicRecording.schema.json" }, "type": "array" } }, "title": "MusicPlaylist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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", "title": "AdultEntertainment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DeactivateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeactivateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ControlAction", "description": "An agent controls a device or application." } ], "description": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", "format": "http://schema.org/DeactivateAction", "title": "DeactivateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/StructuredValue", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Country" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "NewsArticle" }, "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" } }, "required": [ "@type" ], "title": "NewsArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TaxiStand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TaxiStand", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A taxi stand.", "title": "TaxiStand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/DiscoverAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DiscoverAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FindAction.schema.json", "description": "The act of finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n" } ], "description": "The act of discovering/finding an object.", "format": "http://schema.org/DiscoverAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DiscoverAction" } }, "required": [ "@type" ], "title": "DiscoverAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/DeactivateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeactivateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ControlAction.schema.json", "description": "An agent controls a device or application." } ], "description": "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).", "format": "http://schema.org/DeactivateAction", "title": "DeactivateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MusicGroup.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicGroup", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PerformingGroup.schema.json", "description": "A performance group, such as a band, an orchestra, or a circus." } ], "description": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.", "format": "http://schema.org/MusicGroup", "properties": { "album": { "description": "A music album.", "items": { "$ref": "MusicAlbum.schema.json" }, "type": "array" }, "albums": { "description": "A collection of music albums.", "items": { "$ref": "MusicAlbum.schema.json" }, "type": "array" }, "genre": { "description": "Genre of the creative work, broadcast channel or group.", "format": "uri", "type": "string" }, "musicGroupMember": { "description": "A member of a music group\u2014for example, John, Paul, George, or Ringo.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "track": { "description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "items": { "oneOf": [ { "$ref": "MusicRecording.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "items": { "$ref": "MusicRecording.schema.json" }, "type": "array" } }, "title": "MusicGroup", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Language.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Language", "$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": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.", "format": "http://schema.org/Language", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Language" } }, "required": [ "@type" ], "title": "Language", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/CreativeWorkSeries", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A series of movies. Included movies can be indicated with the hasPart property.", "format": "http://schema.org/MovieSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "http://schema.org/Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "MovieSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/InformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of notifying someone of information pertinent to them, with no expectation of a response.", "format": "http://schema.org/InformAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" } }, "title": "InformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/Store", "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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BroadcastChannel", "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/RadioChannel", "title": "RadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Accommodation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Accommodation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Accommodation", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "items": { "$ref": "LocationFeatureSpecification.schema.json" }, "type": "array" }, "floorSize": { "$ref": "QuantitativeValue.schema.json", "description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard" }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "permittedUsage": { "description": "Indications regarding the permitted usage of the accommodation.", "items": { "type": "string" }, "type": "array" }, "petsAllowed": { "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", "items": { "oneOf": [ { "type": "string" }, { "type": "boolean" } ] }, "type": "array" } }, "title": "Accommodation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/IceCreamShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/IceCreamShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "An ice cream shop.", "format": "http://schema.org/IceCreamShop", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "IceCreamShop" } }, "required": [ "@type" ], "title": "IceCreamShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/NGO.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NGO", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "Organization: Non-governmental Organization.", "format": "http://schema.org/NGO", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "NGO" } }, "required": [ "@type" ], "title": "NGO", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WPFooter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPFooter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "The footer section of the page.", "title": "WPFooter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BowlingAlley.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BowlingAlley", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A bowling alley.", "title": "BowlingAlley", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PublicationIssue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationIssue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\n\nSee also blog post.", "format": "http://schema.org/PublicationIssue", "properties": { "issueNumber": { "description": "Identifies the issue of publication; for example, \"iii\" or \"2\".", "items": { "type": "integer" }, "type": "array" }, "pageEnd": { "description": "The page on which the work ends; for example \"138\" or \"xvi\".", "type": "integer" }, "pageStart": { "description": "The page on which the work starts; for example \"135\" or \"xiii\".", "type": "integer" }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "format": "http://schema.org/Text" } }, "title": "PublicationIssue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LakeBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LakeBodyOfWater", "$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 lake (for example, Lake Pontrachain).", "format": "http://schema.org/LakeBodyOfWater", "title": "LakeBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CreditCard.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CreditCard", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LoanOrCredit", "description": "A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges." }, { "$ref": "schema:PaymentCard", "description": "A payment method using a credit, debit, store or other card to associate the payment with an account." } ], "description": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#AmericanExpress\\n* http://purl.org/goodrelations/v1#DinersClub\\n* http://purl.org/goodrelations/v1#Discover\\n* http://purl.org/goodrelations/v1#JCB\\n* http://purl.org/goodrelations/v1#MasterCard\\n* http://purl.org/goodrelations/v1#VISA\n ", "title": "CreditCard", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Landform.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Landform", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", "title": "Landform", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HealthClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HealthClub", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HealthAndBeautyBusiness", "description": "Health and beauty." }, { "$ref": "schema:SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A health club.", "title": "HealthClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Synagogue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Synagogue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A synagogue.", "format": "http://schema.org/Synagogue", "title": "Synagogue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OwnershipInfo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OwnershipInfo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A structured value providing information about when a certain organization or person owned a certain product.", "format": "http://schema.org/OwnershipInfo", "properties": { "acquiredFrom": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The organization or person from which the product was acquired." }, "ownedFrom": { "description": "The date and time of obtaining the product.", "format": "http://schema.org/DateTime" }, "ownedThrough": { "description": "The date and time of giving up ownership on the product.", "format": "http://schema.org/DateTime" }, "typeOfGood": { "anyOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ], "description": "The product that this structured value is referring to." } }, "title": "OwnershipInfo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/IndividualProduct.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/IndividualProduct", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Product", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A single, identifiable product instance (e.g. a laptop with a particular serial number).", "format": "http://schema.org/IndividualProduct", "properties": { "serialNumber": { "description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", "type": "string" } }, "title": "IndividualProduct", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TravelAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TravelAgency", "$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 travel agency.", "format": "http://schema.org/TravelAgency", "title": "TravelAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/SeaBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SeaBodyOfWater", "$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 sea (for example, the Caspian sea).", "format": "http://schema.org/SeaBodyOfWater", "title": "SeaBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/APIReference.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/APIReference", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TechArticle.schema.json", "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." } ], "description": "Reference documentation for application programming interfaces (APIs).", "format": "http://schema.org/APIReference", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "APIReference" }, "assembly": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "type": "string" }, "assemblyVersion": { "description": "Associated product/technology version. e.g., .NET Framework 4.5.", "type": "string" }, "executableLibraryName": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "items": { "type": "string" }, "type": "array" }, "programmingModel": { "description": "Indicates whether API is managed or unmanaged.", "items": { "type": "string" }, "type": "array" }, "targetPlatform": { "description": "Type of app development: phone, Metro style, desktop, XBox, etc.", "items": { "type": "string" }, "type": "array" } }, "required": [ "@type" ], "title": "APIReference", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "format": "http://schema.org/GeoShape", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GeoShape" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "Country.schema.json" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "items": { "type": "string" }, "type": "array" }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "items": { "type": "string" }, "type": "array" }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "items": { "type": "string" }, "type": "array" }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "items": { "type": "string" }, "type": "array" }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "required": [ "@type" ], "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/VisualArtsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:VisualArtsEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Visual arts event.", "title": "VisualArtsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AchieveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AchieveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.", "format": "http://schema.org/AchieveAction", "title": "AchieveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Comment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Comment", "$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 comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.", "format": "http://schema.org/Comment", "properties": { "downvoteCount": { "description": "The number of downvotes this question, answer or comment has received from the community.", "type": "integer" }, "parentItem": { "$ref": "Question.schema.json", "description": "The parent of a question, answer or item in general." }, "upvoteCount": { "description": "The number of upvotes this question, answer or comment has received from the community.", "type": "integer" } }, "title": "Comment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/UserPlays.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:UserPlays", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].", "title": "UserPlays", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CategoryCode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CategoryCode", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:DefinedTerm", "description": "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term." } ], "description": "A Category Code.", "properties": { "codeValue": { "description": "A short textual code that uniquely identifies the value.", "type": "string" }, "inCodeSet": { "description": "A [[CategoryCodeSet]] that contains this category code.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CategoryCodeSet" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CategoryCodeSet" } ] }, "type": "array" } ] } }, "title": "CategoryCode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/DonateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DonateAction", "$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 providing goods, services, or money without compensation, often for philanthropic reasons.", "format": "http://schema.org/DonateAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DonateAction" }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "DonateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PublicationVolume.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PublicationVolume", "$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 part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).", "properties": { "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "volumeNumber": { "description": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", "oneOf": [ { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, "type": "array" } ] } }, "title": "PublicationVolume", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AdministrativeArea.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AdministrativeArea", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A geographical region, typically under the jurisdiction of a particular government.", "title": "AdministrativeArea", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Seat.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Seat", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a seat, such as a reserved seat in an event reservation.", "properties": { "seatNumber": { "description": "The location of the reserved seat (e.g., 27).", "type": "string" }, "seatRow": { "description": "The row location of the reserved seat (e.g., B).", "type": "string" }, "seatSection": { "description": "The section location of the reserved seat (e.g. Orchestra).", "type": "string" }, "seatingType": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QualitativeValue" } ], "description": "The type/class of the seat." } }, "title": "Seat", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TaxiStand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiStand", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A taxi stand.", "format": "http://schema.org/TaxiStand", "title": "TaxiStand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/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": { "commentText": { "description": "The text of the UserComment.", "format": "http://schema.org/Text" }, "commentTime": { "description": "The time at which the UserComment was made.", "format": "http://schema.org/Date" }, "creator": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "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" } }, "title": "UserComments", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "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": "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": { "bookingAgent": { "description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", "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" } ] }, "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": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "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": "http://schema.org/ProgramMembership" }, { "items": { "$ref": "http://schema.org/ProgramMembership" }, "type": "array" } ] }, "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." }, "reservationFor": { "$ref": "http://schema.org/Thing", "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": "http://schema.org/ReservationStatusType", "description": "The current status of the reservation." }, "reservedTicket": { "description": "A ticket associated with the reservation.", "oneOf": [ { "$ref": "http://schema.org/Ticket" }, { "items": { "$ref": "http://schema.org/Ticket" }, "type": "array" } ] }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "http://schema.org/PriceSpecification" } ], "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": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Reservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FastFoodRestaurant.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FastFoodRestaurant", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:FoodEstablishment", "description": "A food-related business." } ], "description": "A fast-food restaurant.", "title": "FastFoodRestaurant", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MovieClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovieClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short segment/part of a movie.", "format": "http://schema.org/MovieClip", "title": "MovieClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TheaterGroup.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TheaterGroup", "$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 theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.", "title": "TheaterGroup", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/OrderStatus.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderStatus", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated status values for Order.", "oneOf": [ { "const": "OrderCancelled", "description": "OrderStatus representing cancellation of an order." }, { "const": "OrderDelivered", "description": "OrderStatus representing successful delivery of an order." }, { "const": "OrderInTransit", "description": "OrderStatus representing that an order is in transit." }, { "const": "OrderPaymentDue", "description": "OrderStatus representing that payment is due on an order." }, { "const": "OrderPickupAvailable", "description": "OrderStatus representing availability of an order for pickup." }, { "const": "OrderProblem", "description": "OrderStatus representing that there is a problem with the order." }, { "const": "OrderProcessing", "description": "OrderStatus representing that an order is being processed." }, { "const": "OrderReturned", "description": "OrderStatus representing that an order has been returned." } ], "title": "OrderStatus", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "items": { "oneOf": [ { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/UserPlusOnes.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPlusOnes", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "title": "UserPlusOnes", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ShoeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShoeStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A shoe store.", "title": "ShoeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Electrician.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Electrician", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "An electrician.", "format": "http://schema.org/Electrician", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Electrician" } }, "required": [ "@type" ], "title": "Electrician", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AggregateOffer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Offer.schema.json", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "format": "http://schema.org/AggregateOffer", "properties": { "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" } }, "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HealthClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HealthClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." }, { "$ref": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A health club.", "format": "http://schema.org/HealthClub", "title": "HealthClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/Flight.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Flight", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Trip.schema.json", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "An airline flight.", "format": "http://schema.org/Flight", "properties": { "aircraft": { "$ref": "Vehicle.schema.json", "description": "The kind of aircraft (e.g., \"Boeing 747\")." }, "arrivalAirport": { "$ref": "Airport.schema.json", "description": "The airport where the flight terminates." }, "arrivalGate": { "description": "Identifier of the flight's arrival gate.", "format": "http://schema.org/Text" }, "arrivalTerminal": { "description": "Identifier of the flight's arrival terminal.", "format": "http://schema.org/Text" }, "boardingPolicy": { "$ref": "BoardingPolicyType.schema.json", "description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)." }, "carrier": { "$ref": "Organization.schema.json", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "departureAirport": { "$ref": "Airport.schema.json", "description": "The airport where the flight originates." }, "departureGate": { "description": "Identifier of the flight's departure gate.", "format": "http://schema.org/Text" }, "departureTerminal": { "description": "Identifier of the flight's departure terminal.", "format": "http://schema.org/Text" }, "estimatedFlightDuration": { "description": "The estimated time the flight will take.", "format": "https://schema.org/Duration", "type": "string" }, "flightDistance": { "description": "The distance of the flight.", "format": "https://schema.org/Distance", "type": "string" }, "flightNumber": { "description": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "format": "http://schema.org/Text" }, "mealService": { "description": "Description of the meals that will be provided or available for purchase.", "format": "http://schema.org/Text" }, "seller": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "webCheckinTime": { "description": "The time when a passenger can check into the flight online.", "format": "http://schema.org/DateTime" } }, "title": "Flight", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
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": [ { "$ref": "AlignmentObject.schema.json" }, { "$ref": "Course.schema.json" }, { "type": "string" } ] }, "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": [ { "type": "string" }, { "format": "uri", "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/Brewery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Brewery", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:FoodEstablishment", "description": "A food-related business." } ], "description": "Brewery.", "title": "Brewery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AudioObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AudioObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "An audio file.", "format": "http://schema.org/AudioObject", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AudioObject" }, "caption": { "anyOf": [ { "type": "string" }, { "$ref": "MediaObject.schema.json" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" } }, "required": [ "@type" ], "title": "AudioObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Apartment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Apartment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).", "format": "http://schema.org/Apartment", "properties": { "numberOfRooms": { "$ref": "QuantitativeValue.schema.json", "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "occupancy": { "$ref": "QuantitativeValue.schema.json", "description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person" } }, "title": "Apartment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/HowTo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowTo", "$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": "Instructions that explain how to achieve a result by performing a sequence of steps.", "format": "http://schema.org/HowTo", "properties": { "estimatedCost": { "$ref": "MonetaryAmount.schema.json", "description": "The estimated cost of the supply or supplies consumed when performing instructions." }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "step": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "items": { "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "HowToSection.schema.json" }, { "$ref": "HowToStep.schema.json" } ] }, "type": "array" }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "items": { "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "$ref": "HowToSupply.schema.json" }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "$ref": "HowToTool.schema.json" }, "type": "array" }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "yield": { "$ref": "QuantitativeValue.schema.json", "description": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." } }, "title": "HowTo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/EndorseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "An agent approves/certifies/likes/supports/sanction an object.", "format": "http://schema.org/EndorseAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "EndorseAction" }, "endorsee": { "description": "A sub property of participant. The person/organization being supported.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "EndorseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Question.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Question", "$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 specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.", "format": "http://schema.org/Question", "properties": { "acceptedAnswer": { "anyOf": [ { "$ref": "ItemList.schema.json" }, { "$ref": "Answer.schema.json" } ], "description": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author." }, "answerCount": { "description": "The number of answers this question has received.", "type": "integer" }, "downvoteCount": { "description": "The number of downvotes this question, answer or comment has received from the community.", "type": "integer" }, "suggestedAnswer": { "description": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.", "items": { "anyOf": [ { "$ref": "ItemList.schema.json" }, { "$ref": "Answer.schema.json" } ] }, "type": "array" }, "upvoteCount": { "description": "The number of upvotes this question, answer or comment has received from the community.", "type": "integer" } }, "title": "Question", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Demand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Demand", "$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 demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.", "format": "http://schema.org/Demand", "properties": { "acceptedPaymentMethod": { "anyOf": [ { "$ref": "LoanOrCredit.schema.json" }, { "$ref": "PaymentMethod.schema.json" } ], "description": "The payment method(s) accepted by seller for this offer." }, "advanceBookingRequirement": { "$ref": "QuantitativeValue.schema.json", "description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service." }, "areaServed": { "anyOf": [ { "type": "string" }, { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where a service or offered item is provided." }, "availability": { "$ref": "ItemAvailability.schema.json", "description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." }, "availabilityEnds": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The end of the availability of the product or service included in the offer." }, "availabilityStarts": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The beginning of the availability of the product or service included in the offer." }, "availableAtOrFrom": { "$ref": "Place.schema.json", "description": "The place(s) from which the offer can be obtained (e.g. store locations)." }, "availableDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "The delivery method(s) available for this offer." }, "businessFunction": { "$ref": "BusinessFunction.schema.json", "description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell." }, "deliveryLeadTime": { "$ref": "QuantitativeValue.schema.json", "description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup." }, "eligibleCustomerType": { "$ref": "BusinessEntityType.schema.json", "description": "The type(s) of customers for which the given offer is valid." }, "eligibleDuration": { "$ref": "QuantitativeValue.schema.json", "description": "The duration for which the given offer is valid." }, "eligibleQuantity": { "$ref": "QuantitativeValue.schema.json", "description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity." }, "eligibleRegion": { "anyOf": [ { "type": "string" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also ineligibleRegion." }, "eligibleTransactionVolume": { "$ref": "PriceSpecification.schema.json", "description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount." }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin13": { "description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", "type": "string" }, "gtin8": { "description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", "type": "string" }, "includesObject": { "description": "This links to a node or nodes indicating the exact quantity of the products included in the offer.", "oneOf": [ { "$ref": "TypeAndQuantityNode.schema.json" }, { "items": { "$ref": "TypeAndQuantityNode.schema.json" }, "type": "array" } ] }, "inventoryLevel": { "$ref": "QuantitativeValue.schema.json", "description": "The current approximate inventory level for the item or items." }, "itemCondition": { "description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "oneOf": [ { "$ref": "OfferItemCondition.schema.json" }, { "items": { "$ref": "OfferItemCondition.schema.json" }, "type": "array" } ] }, "itemOffered": { "anyOf": [ { "$ref": "AggregateOffer.schema.json" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Event.schema.json" }, { "$ref": "MenuItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" }, { "$ref": "Trip.schema.json" } ], "description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "type": "string" }, "priceSpecification": { "description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", "oneOf": [ { "$ref": "PriceSpecification.schema.json" }, { "items": { "$ref": "PriceSpecification.schema.json" }, "type": "array" } ] }, "seller": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "serialNumber": { "description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", "type": "string" }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "type": "string" }, "validFrom": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date when the item becomes valid." }, "validThrough": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." }, "warranty": { "$ref": "WarrantyPromise.schema.json", "description": "The warranty promise(s) included in the offer." } }, "title": "Demand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ListenAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ListenAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ConsumeAction.schema.json", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming audio content.", "format": "http://schema.org/ListenAction", "title": "ListenAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MobileApplication.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MobileApplication", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SoftwareApplication", "description": "A software application." } ], "description": "A software application designed specifically to work well on a mobile device such as a telephone.", "format": "http://schema.org/MobileApplication", "properties": { "carrierRequirements": { "description": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", "type": "string" } }, "title": "MobileApplication", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Taxi.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Taxi", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A taxi.", "title": "Taxi", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/PerformanceRole.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PerformanceRole", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Role.schema.json", "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." } ], "description": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.", "format": "http://schema.org/PerformanceRole", "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
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Role.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Role", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also blog post.", "format": "http://schema.org/Role", "properties": { "endDate": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The end date and time of the item (in ISO 8601 date format)." }, "namedPosition": { "description": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "roleName": { "description": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "startDate": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The start date and time of the item (in ISO 8601 date format)." } }, "title": "Role", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LibrarySystem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LibrarySystem", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Organization", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "A [[LibrarySystem]] is a collaborative system amongst several libraries.", "title": "LibrarySystem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MenuSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuSection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", "properties": { "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "oneOf": [ { "$ref": "http://schema.org/MenuItem" }, { "items": { "$ref": "http://schema.org/MenuItem" }, "type": "array" } ] }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "oneOf": [ { "$ref": "http://schema.org/MenuSection" }, { "items": { "$ref": "http://schema.org/MenuSection" }, "type": "array" } ] } }, "title": "MenuSection", "type": "object" }
Apache-2.0
en