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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HomeGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HomeGoodsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A home goods store.", "format": "http://schema.org/HomeGoodsStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HomeGoodsStore" } }, "required": [ "@type" ], "title": "HomeGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InteractAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InteractAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." } ], "description": "The act of interacting with another person or organization.", "title": "InteractAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ClothingStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ClothingStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A clothing store.", "title": "ClothingStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ResumeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ResumeAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ControlAction", "description": "An agent controls a device or application." } ], "description": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).", "title": "ResumeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SuspendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SuspendAction", "$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 momentarily pausing a device or application (e.g. pause music playback or pause a timer).", "title": "SuspendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/MediaObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", "properties": { "associatedArticle": { "description": "A NewsArticle associated with the Media Object.", "oneOf": [ { "$ref": "http://schema.org/NewsArticle" }, { "items": { "$ref": "http://schema.org/NewsArticle" }, "type": "array" } ] }, "bitrate": { "description": "The bitrate of the media object.", "type": "string" }, "contentSize": { "description": "File size in (mega/kilo) bytes.", "type": "string" }, "contentUrl": { "description": "Actual bytes of the media object, for example the image file or video file.", "format": "uri", "type": "string" }, "duration": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "type": "string" }, "embedUrl": { "description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", "format": "uri", "type": "string" }, "encodesCreativeWork": { "$ref": "http://schema.org/CreativeWork", "description": "The CreativeWork encoded by this media object." }, "encodingFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "height": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The height of the item." }, "playerType": { "description": "Player type required\u2014for example, Flash or Silverlight.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "productionCompany": { "$ref": "http://schema.org/Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "regionsAllowed": { "$ref": "http://schema.org/Place", "description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." }, "requiresSubscription": { "anyOf": [ { "type": "boolean" }, { "$ref": "http://schema.org/MediaSubscription" } ], "description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "uploadDate": { "description": "Date when this media object was uploaded to this site.", "format": "date", "type": "string" }, "width": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The width of the item." } }, "title": "MediaObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
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": "http://schema.org/Thing", "description": "The most generic type of item." } ], "description": "A person (alive, dead, undead, or fictional).", "properties": { "additionalName": { "description": "An additional name for a Person, can be used for a middle name.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "Physical address of the item." }, "affiliation": { "description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "oneOf": [ { "$ref": "http://schema.org/Organization" }, { "items": { "$ref": "http://schema.org/Organization" }, "type": "array" } ] }, "alumniOf": { "description": "An organization that the person is an alumni of.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/EducationalOrganization" }, { "$ref": "http://schema.org/Organization" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/EducationalOrganization" }, { "$ref": "http://schema.org/Organization" } ] }, "type": "array" } ] }, "award": { "description": "An award won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "awards": { "description": "Awards won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "birthDate": { "description": "Date of birth.", "format": "date", "type": "string" }, "birthPlace": { "$ref": "http://schema.org/Place", "description": "The place where the person was born." }, "brand": { "anyOf": [ { "$ref": "http://schema.org/Brand" }, { "$ref": "http://schema.org/Organization" } ], "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.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "colleague": { "description": "A colleague of the person.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "colleagues": { "description": "A colleague of the person.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "contactPoint": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "items": { "$ref": "http://schema.org/ContactPoint" }, "type": "array" } ] }, "contactPoints": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "items": { "$ref": "http://schema.org/ContactPoint" }, "type": "array" } ] }, "deathDate": { "description": "Date of death.", "format": "date", "type": "string" }, "deathPlace": { "$ref": "http://schema.org/Place", "description": "The place where the person died." }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "familyName": { "description": "Family name. In the U.S., the last name of 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.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "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" } ] }, "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.", "oneOf": [ { "type": "string" }, { "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": "http://schema.org/Occupation", "description": "The Person's occupation. For past professions, use Role for expressing dates." }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "oneOf": [ { "$ref": "http://schema.org/OfferCatalog" }, { "items": { "$ref": "http://schema.org/OfferCatalog" }, "type": "array" } ] }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "height": { "anyOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The height of the item." }, "homeLocation": { "description": "A contact location for a person's residence.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Place" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Place" } ] }, "type": "array" } ] }, "honorificPrefix": { "description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "honorificSuffix": { "description": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "interactionStatistic": { "$ref": "http://schema.org/InteractionCounter", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "knows": { "$ref": "http://schema.org/Person", "description": "The most generic bi-directional social/work relation." }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "oneOf": [ { "$ref": "http://schema.org/Offer" }, { "items": { "$ref": "http://schema.org/Offer" }, "type": "array" } ] }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/ProgramMembership" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/ProgramMembership" } ] }, "type": "array" } ] }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "nationality": { "description": "Nationality of the person.", "oneOf": [ { "$ref": "http://schema.org/Country" }, { "items": { "$ref": "http://schema.org/Country" }, "type": "array" } ] }, "netWorth": { "anyOf": [ { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The total financial value of the person as calculated by subtracting assets from liabilities." }, "owns": { "description": "Products owned by the organization or person.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/OwnershipInfo" }, { "$ref": "http://schema.org/Product" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/OwnershipInfo" }, { "$ref": "http://schema.org/Product" } ] }, "type": "array" } ] }, "parent": { "description": "A parent of this person.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "parents": { "description": "A parents of the person.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "performerIn": { "description": "Event that this person is a performer or participant in.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "publishingPrinciples": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/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." }, "relatedTo": { "$ref": "http://schema.org/Person", "description": "The most generic familial relation." }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "oneOf": [ { "$ref": "http://schema.org/Demand" }, { "items": { "$ref": "http://schema.org/Demand" }, "type": "array" } ] }, "sibling": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "siblings": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "spouse": { "$ref": "http://schema.org/Person", "description": "The person's spouse." }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" }, "weight": { "$ref": "http://schema.org/QuantitativeValue", "description": "The weight of the product or person." }, "workLocation": { "description": "A contact location for a person's place of work.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Place" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Place" } ] }, "type": "array" } ] }, "worksFor": { "description": "Organizations that the person works for.", "oneOf": [ { "$ref": "http://schema.org/Organization" }, { "items": { "$ref": "http://schema.org/Organization" }, "type": "array" } ] } }, "title": "Person", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GovernmentPermit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GovernmentPermit", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Permit", "description": "A permit issued by an organization, e.g. a parking pass." } ], "description": "A permit issued by a government agency.", "title": "GovernmentPermit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Reservoir.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Reservoir", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", "format": "http://schema.org/Reservoir", "title": "Reservoir", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Plumber.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Plumber", "$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 plumbing service.", "format": "http://schema.org/Plumber", "title": "Plumber", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RVPark.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RVPark", "$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 place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", "format": "http://schema.org/RVPark", "title": "RVPark", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Dentist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Dentist", "$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." }, { "$ref": "MedicalOrganization.schema.json", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A dentist.", "format": "http://schema.org/Dentist", "title": "Dentist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TaxiStand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiStand", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A taxi stand.", "format": "http://schema.org/TaxiStand", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TaxiStand" } }, "required": [ "@type" ], "title": "TaxiStand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AutoRental.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoRental", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A car rental business.", "title": "AutoRental", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ImageGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ImageGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaGallery.schema.json", "description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia." } ], "description": "Web page type: Image gallery page.", "format": "http://schema.org/ImageGallery", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ImageGallery" } }, "required": [ "@type" ], "title": "ImageGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Florist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Florist", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A florist.", "title": "Florist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ArchiveComponent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ArchiveComponent", "$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": "", "properties": { "[object Object]": { "description": "", "oneOf": [ { "$ref": "schema:ArchiveOrganization" }, { "items": { "$ref": "schema:ArchiveOrganization" }, "type": "array" } ] } }, "title": "ArchiveComponent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/EventStatusType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EventStatusType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.", "format": "http://schema.org/EventStatusType", "oneOf": [ { "const": "EventCancelled", "description": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)." }, { "const": "EventMovedOnline", "description": "Indicates that the event was changed to allow online participation. See <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> for specifics of whether it is now fully or partially online." }, { "const": "EventPostponed", "description": "The event has been postponed and no new date has been set. The event's previousStartDate should be set." }, { "const": "EventRescheduled", "description": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated)." }, { "const": "EventScheduled", "description": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default." } ], "title": "EventStatusType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "items": { "type": "string" }, "type": "array" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "items": { "type": "string" }, "type": "array" } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Park.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Park", "$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 park.", "title": "Park", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AboutPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AboutPage", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: About page.", "title": "AboutPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WinAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WinAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AchieveAction.schema.json", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of achieving victory in a competitive activity.", "format": "http://schema.org/WinAction", "properties": { "loser": { "description": "A sub property of participant. The loser of the action.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] } }, "title": "WinAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/QuoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:QuoteAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", "title": "QuoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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).", "type": "string" }, "availableFrom": { "description": "When the item is available for pickup from the store, locker, etc.", "format": "date-time", "type": "string" }, "availableThrough": { "description": "After this date, the item will no longer be available for pickup.", "format": "date-time", "type": "string" }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." } }, "title": "DeliveryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PostOffice.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PostOffice", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "GovernmentOffice.schema.json", "description": "A government office\u2014for example, an IRS or DMV office." } ], "description": "A post office.", "format": "http://schema.org/PostOffice", "title": "PostOffice", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/InviteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InviteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CommunicateAction", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of asking someone to attend an event. Reciprocal of RsvpAction.", "format": "http://schema.org/InviteAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] } }, "title": "InviteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SearchAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SearchAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of searching for an object.\n\nRelated actions:\n\n\nFindAction: SearchAction generally leads to a FindAction, but not necessarily.\n\n", "format": "http://schema.org/SearchAction", "properties": { "query": { "description": "A sub property of instrument. The query used on this action.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "SearchAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/CourseInstance.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CourseInstance", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.", "properties": { "courseMode": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )." }, "instructor": { "description": "A person assigned to instruct or provide instructional assistance for the CourseInstance.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "CourseInstance", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ServiceChannel" }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" } ] }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "Service.schema.json", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "Place.schema.json", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "ContactPoint.schema.json", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "PostalAddress.schema.json", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "ContactPoint.schema.json", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "required": [ "@type" ], "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/IndividualProduct.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/IndividualProduct", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Product.schema.json", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A single, identifiable product instance (e.g. a laptop with a particular serial number).", "format": "http://schema.org/IndividualProduct", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "IndividualProduct" }, "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" } }, "required": [ "@type" ], "title": "IndividualProduct", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Thing.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Thing", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The most generic type of item.", "format": "http://schema.org/Thing", "properties": { "additionalType": { "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "alternateName": { "description": "An alias for the item.", "items": { "type": "string" }, "type": "array" }, "description": { "description": "A description of the item.", "items": { "type": "string" }, "type": "array" }, "disambiguatingDescription": { "description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.", "items": { "type": "string" }, "type": "array" }, "identifier": { "anyOf": [ { "$ref": "PropertyValue.schema.json" }, { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details." }, "image": { "description": "An image of the item. This can be a URL or a fully described ImageObject.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "mainEntityOfPage": { "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.", "items": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "name": { "description": "The name of the item.", "type": "string" }, "potentialAction": { "description": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", "items": { "$ref": "Action.schema.json" }, "type": "array" }, "sameAs": { "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "subjectOf": { "description": "A CreativeWork or Event about this Thing.", "items": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "Event.schema.json" } ] }, "type": "array" }, "url": { "description": "URL of the item.", "format": "uri", "type": "string" } }, "title": "Thing", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoanOrCredit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialProduct.schema.json", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money under agreed terms and charges.", "format": "http://schema.org/LoanOrCredit", "properties": { "amount": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The amount of money." }, "currency": { "description": "The currency in which the monetary amount is expressed.\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" }, "loanTerm": { "$ref": "QuantitativeValue.schema.json", "description": "The duration of the loan or credit agreement." }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Muscle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Muscle", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AnatomicalStructure", "description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures." } ], "description": "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.", "properties": { "antagonist": { "$ref": "schema:Muscle", "description": "The muscle whose action counteracts the specified muscle." }, "bloodSupply": { "$ref": "schema:Vessel", "description": "The blood vessel that carries blood from the heart to the muscle." }, "insertion": { "$ref": "schema:AnatomicalStructure", "description": "The place of attachment of a muscle, or what the muscle moves." }, "muscleAction": { "description": "The movement the muscle generates.", "type": "string" }, "nerve": { "$ref": "schema:Nerve", "description": "The underlying innervation associated with the muscle." } }, "title": "Muscle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/TechArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TechArticle", "$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 technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", "format": "http://schema.org/TechArticle", "properties": { "dependencies": { "description": "Prerequisites needed to fulfill steps in article.", "type": "string" }, "proficiencyLevel": { "description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", "type": "string" } }, "title": "TechArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/InsertAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InsertAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AddAction.schema.json", "description": "The act of editing by adding an object to a collection." } ], "description": "The act of adding at a specific location in an ordered collection.", "format": "http://schema.org/InsertAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "InsertAction" }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "InsertAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalGuideline.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalGuideline", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalEntity", "description": "The most generic type of entity related to health and the practice of medicine." } ], "description": "Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity.", "properties": { "evidenceLevel": { "$ref": "schema:MedicalEvidenceLevel", "description": "Strength of evidence of the data used to formulate the guideline (enumerated)." }, "evidenceOrigin": { "description": "Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc.", "type": "string" }, "guidelineDate": { "description": "Date on which this guideline's recommendation was made.", "format": "date", "type": "string" }, "guidelineSubject": { "$ref": "schema:MedicalEntity", "description": "The medical conditions, treatments, etc. that are the subject of the guideline." } }, "title": "MedicalGuideline", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CorrectionComment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CorrectionComment", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Comment", "description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks." } ], "description": "A [[comment]] that corrects [[CreativeWork]].", "title": "CorrectionComment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ChildCare.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildCare", "$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 Childcare center.", "format": "http://schema.org/ChildCare", "title": "ChildCare", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/BorrowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BorrowAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TransferAction.schema.json", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n\nLendAction: Reciprocal of BorrowAction.\n\n", "format": "http://schema.org/BorrowAction", "properties": { "lender": { "description": "A sub property of participant. The person that lends the object being borrowed.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" } }, "title": "BorrowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Country.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Country", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AdministrativeArea.schema.json", "description": "A geographical region, typically under the jurisdiction of a particular government." } ], "description": "A country.", "format": "http://schema.org/Country", "title": "Country", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AggregateRating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AggregateRating", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Rating", "description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." } ], "description": "The average rating based on multiple ratings or reviews.", "properties": { "itemReviewed": { "$ref": "schema:Thing", "description": "The item that is being reviewed/rated." }, "ratingCount": { "description": "The count of total number of ratings.", "type": "integer" }, "reviewCount": { "description": "The count of total number of reviews.", "type": "integer" } }, "title": "AggregateRating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Brewery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Brewery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "Brewery.", "format": "http://schema.org/Brewery", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Brewery" } }, "required": [ "@type" ], "title": "Brewery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PlanAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlanAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", "format": "http://schema.org/PlanAction", "properties": { "scheduledTime": { "description": "The time the object is scheduled to.", "format": "http://schema.org/DateTime" } }, "title": "PlanAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GasStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GasStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "A gas station.", "format": "http://schema.org/GasStation", "title": "GasStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/WriteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WriteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of authoring written creative content.", "format": "http://schema.org/WriteAction", "properties": { "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "language": { "description": "A sub property of instrument. The language used on this action.", "items": { "$ref": "Language.schema.json" }, "type": "array" } }, "title": "WriteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HousePainter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HousePainter", "$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 house painting service.", "format": "http://schema.org/HousePainter", "title": "HousePainter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Room.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Room", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Room", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Room" } }, "required": [ "@type" ], "title": "Room", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Periodical.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Periodical", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.\n\nSee also blog post.", "format": "http://schema.org/Periodical", "title": "Periodical", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/DeliveryMethod.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeliveryMethod", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#DeliveryModeDirectDownload\nhttp://purl.org/goodrelations/v1#DeliveryModeFreight\nhttp://purl.org/goodrelations/v1#DeliveryModeMail\nhttp://purl.org/goodrelations/v1#DeliveryModeOwnFleet\nhttp://purl.org/goodrelations/v1#DeliveryModePickUp\nhttp://purl.org/goodrelations/v1#DHL\nhttp://purl.org/goodrelations/v1#FederalExpress\nhttp://purl.org/goodrelations/v1#UPS\n\n", "oneOf": [ { "const": "OnSitePickup", "description": "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office." } ], "title": "DeliveryMethod", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Place.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Place", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "Entities that have a somewhat fixed, physical extension.", "format": "http://schema.org/Place", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "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" }, "branchCode": { "description": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.", "items": { "type": "string" }, "type": "array" }, "containedIn": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and one that contains it." }, "containedInPlace": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and one that contains it." }, "containsPlace": { "$ref": "Place.schema.json", "description": "The basic containment relation between a place and another that it contains." }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "geo": { "anyOf": [ { "$ref": "GeoShape.schema.json" }, { "$ref": "GeoCoordinates.schema.json" } ], "description": "The geo coordinates of the place." }, "geoContains": { "description": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCoveredBy": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCovers": { "description": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoCrosses": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoDisjoint": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoEquals": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoIntersects": { "description": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoOverlaps": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoTouches": { "description": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "geoWithin": { "description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasMap": { "description": "A URL to a map of the place.", "items": { "oneOf": [ { "$ref": "Map.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "items": { "type": "boolean" }, "type": "array" }, "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" }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "logo": { "description": "An associated logo.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "map": { "description": "A URL to a map of the place.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maps": { "description": "A URL to a map of the place.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maximumAttendeeCapacity": { "description": "The total number of individuals that may attend an event or venue.", "type": "integer" }, "openingHoursSpecification": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The opening hours of a certain place." }, "photo": { "description": "A photograph of this place.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "photos": { "description": "Photographs of this place.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "publicAccess": { "description": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value", "items": { "type": "boolean" }, "type": "array" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" }, "smokingAllowed": { "description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", "items": { "type": "boolean" }, "type": "array" }, "specialOpeningHoursSpecification": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "Place", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DepositAccount.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DepositAccount", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BankAccount", "description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest." }, { "$ref": "http://schema.org/InvestmentOrDeposit", "description": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return." } ], "description": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.", "title": "DepositAccount", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
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.", "format": "http://schema.org/OrderStatus", "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": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ReceiveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReceiveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TransferAction", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n\nSendAction: The reciprocal of ReceiveAction.\nTakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).\n\n", "properties": { "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "oneOf": [ { "$ref": "http://schema.org/DeliveryMethod" }, { "items": { "$ref": "http://schema.org/DeliveryMethod" }, "type": "array" } ] }, "sender": { "description": "A sub property of participant. The participant who is at the sending end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "ReceiveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Reservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Reservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.", "format": "http://schema.org/Reservation", "properties": { "bookingAgent": { "description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "bookingTime": { "description": "The date and time the reservation was booked.", "format": "date-time", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "modifiedTime": { "description": "The date and time the reservation was modified.", "format": "date-time", "type": "string" }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "programMembershipUsed": { "description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", "items": { "$ref": "ProgramMembership.schema.json" }, "type": "array" }, "provider": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "reservationFor": { "$ref": "Thing.schema.json", "description": "The thing -- flight, event, restaurant,etc. being reserved." }, "reservationId": { "description": "A unique identifier for the reservation.", "items": { "type": "string" }, "type": "array" }, "reservationStatus": { "$ref": "ReservationStatusType.schema.json", "description": "The current status of the reservation." }, "reservedTicket": { "description": "A ticket associated with the reservation.", "items": { "$ref": "Ticket.schema.json" }, "type": "array" }, "totalPrice": { "anyOf": [ { "$ref": "PriceSpecification.schema.json" }, { "type": "number" }, { "type": "string" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Reservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/MonetaryAmount.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MonetaryAmount", "$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 monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between \u00a31,000 and \u00a31,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.", "format": "http://schema.org/MonetaryAmount", "properties": { "currency": { "description": "The currency in which the monetary amount is expressed.\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" }, "maxValue": { "description": "The upper value of some characteristic or property.", "type": "number" }, "minValue": { "description": "The lower value of some characteristic or property.", "type": "number" }, "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." }, "value": { "anyOf": [ { "type": "boolean" }, { "type": "number" }, { "type": "string" }, { "$ref": "StructuredValue.schema.json" } ], "description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" } }, "title": "MonetaryAmount", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Class.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Class", "$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 class, also often called a 'Type'; equivalent to rdfs:Class.", "properties": { "supersededBy": { "description": "Relates a term (i.e. a property, class or enumeration) to one that supersedes it.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Class" }, { "$ref": "schema:Enumeration" }, { "$ref": "schema:Property" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Class" }, { "$ref": "schema:Enumeration" }, { "$ref": "schema:Property" } ] }, "type": "array" } ] } }, "title": "Class", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ItemPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ItemPage", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "A page devoted to a single item, such as a particular product or hotel.", "title": "ItemPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Winery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Winery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "A winery.", "format": "http://schema.org/Winery", "title": "Winery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/ParentAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParentAudience", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PeopleAudience.schema.json", "description": "A set of characteristics belonging to people, e.g. who compose an item's target audience." } ], "description": "A set of characteristics describing parents, who can be interested in viewing some content.", "format": "http://schema.org/ParentAudience", "properties": { "childMaxAge": { "description": "Maximal age of the child.", "type": "number" }, "childMinAge": { "description": "Minimal age of the child.", "type": "number" } }, "title": "ParentAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MusicRelease.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicRelease", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MusicPlaylist", "description": "A collection of music tracks in playlist form." } ], "description": "A MusicRelease is a specific release of a music album.", "properties": { "catalogNumber": { "description": "The catalog number for the release.", "type": "string" }, "creditedTo": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga." }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "musicReleaseFormat": { "description": "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).", "oneOf": [ { "$ref": "http://schema.org/MusicReleaseFormatType" }, { "items": { "$ref": "http://schema.org/MusicReleaseFormatType" }, "type": "array" } ] }, "recordLabel": { "$ref": "http://schema.org/Organization", "description": "The label that issued the release." }, "releaseOf": { "$ref": "http://schema.org/MusicAlbum", "description": "The album this is a release of." } }, "title": "MusicRelease", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Dentist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Dentist", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." }, { "$ref": "http://schema.org/MedicalOrganization", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A dentist.", "format": "http://schema.org/Dentist", "title": "Dentist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ComedyClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ComedyClub", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "A comedy club.", "title": "ComedyClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Order", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "oneOf": [ { "$ref": "schema:Offer" }, { "items": { "$ref": "schema:Offer" }, "type": "array" } ] }, "billingAddress": { "$ref": "schema:PostalAddress", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. \"BTC\"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "schema:ParcelDelivery", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "schema:OrderStatus", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "schema:OrderItem" }, { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, { "items": { "anyOf": [ { "$ref": "schema:OrderItem" }, { "$ref": "schema:Product" }, { "$ref": "schema:Service" } ] }, "type": "array" } ] }, "partOfInvoice": { "$ref": "schema:Invoice", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "schema:PaymentMethod", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ScholarlyArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ScholarlyArticle", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." } ], "description": "A scholarly article.", "title": "ScholarlyArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HobbyShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HobbyShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A store that sells materials useful or necessary for various hobbies.", "format": "http://schema.org/HobbyShop", "title": "HobbyShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/UseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of applying an object to its intended purpose.", "format": "http://schema.org/UseAction", "title": "UseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Intangible.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Intangible", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Thing", "description": "The most generic type of item." } ], "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", "format": "http://schema.org/Intangible", "title": "Intangible", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TaxiReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for a taxi.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", "format": "http://schema.org/TaxiReservation", "properties": { "partySize": { "description": "Number of people the reservation should accommodate.", "oneOf": [ { "anyOf": [ { "type": "integer" }, { "$ref": "http://schema.org/QuantitativeValue" } ] }, { "items": { "anyOf": [ { "type": "integer" }, { "$ref": "http://schema.org/QuantitativeValue" } ] }, "type": "array" } ] }, "pickupLocation": { "description": "Where a taxi will pick up a passenger or a rental car can be picked up.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "pickupTime": { "description": "When a taxi will pickup a passenger or a rental car can be picked up.", "oneOf": [ { "format": "date-time", "type": "string" }, { "items": { "format": "date-time", "type": "string" }, "type": "array" } ] } }, "title": "TaxiReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AssessAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AssessAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of forming one's opinion, reaction or sentiment.", "format": "http://schema.org/AssessAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AssessAction" } }, "required": [ "@type" ], "title": "AssessAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RsvpAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/InformAction", "description": "The act of notifying someone of information pertinent to them, with no expectation of a response." } ], "description": "The act of notifying an event organizer as to whether you expect to attend the event.", "format": "http://schema.org/RsvpAction", "properties": { "additionalNumberOfGuests": { "description": "If responding yes, the number of guests who will attend in addition to the invitee.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "comment": { "description": "Comments, typically from users.", "oneOf": [ { "$ref": "http://schema.org/Comment" }, { "items": { "$ref": "http://schema.org/Comment" }, "type": "array" } ] }, "rsvpResponse": { "$ref": "http://schema.org/RsvpResponseType", "description": "The response (yes, no, maybe) to the RSVP." } }, "title": "RsvpAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/InteractAction", "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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/WatchAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WatchAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ConsumeAction.schema.json", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming dynamic/moving visual content.", "format": "http://schema.org/WatchAction", "title": "WatchAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ClaimReview.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ClaimReview", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Review.schema.json", "description": "A review of an item - for example, of a restaurant, movie, or store." } ], "description": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).", "format": "http://schema.org/ClaimReview", "properties": { "claimReviewed": { "description": "A short summary of the specific claims reviewed in a ClaimReview.", "format": "http://schema.org/Text" } }, "title": "ClaimReview", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PrependAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PrependAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InsertAction.schema.json", "description": "The act of adding at a specific location in an ordered collection." } ], "description": "The act of inserting at the beginning if an ordered collection.", "format": "http://schema.org/PrependAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PrependAction" } }, "required": [ "@type" ], "title": "PrependAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ComputerLanguage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ComputerLanguage", "$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": "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type.", "title": "ComputerLanguage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Dataset.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Dataset", "$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 body of structured information describing some topic(s) of interest.", "properties": { "catalog": { "description": "A data catalog which contains this dataset.", "oneOf": [ { "$ref": "schema:DataCatalog" }, { "items": { "$ref": "schema:DataCatalog" }, "type": "array" } ] }, "datasetTimeInterval": { "description": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).", "format": "date-time", "type": "string" }, "distribution": { "description": "A downloadable form of this dataset, at a specific location, in a specific format.", "oneOf": [ { "$ref": "schema:DataDownload" }, { "items": { "$ref": "schema:DataDownload" }, "type": "array" } ] }, "includedDataCatalog": { "description": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').", "oneOf": [ { "$ref": "schema:DataCatalog" }, { "items": { "$ref": "schema:DataCatalog" }, "type": "array" } ] }, "includedInDataCatalog": { "description": "A data catalog which contains this dataset.", "oneOf": [ { "$ref": "schema:DataCatalog" }, { "items": { "$ref": "schema:DataCatalog" }, "type": "array" } ] }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" }, "measurementTechnique": { "description": "A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),\ncorresponding to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]]). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.\n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".\n\nIf the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".\n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]].\n ", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "variableMeasured": { "anyOf": [ { "type": "string" }, { "$ref": "schema:PropertyValue" } ], "description": "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue." } }, "title": "Dataset", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EmploymentAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmploymentAgency", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "An employment agency.", "title": "EmploymentAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ChildrensEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildrensEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Children's event.", "title": "ChildrensEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AutomotiveBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AutomotiveBusiness", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "Car repair, sales, or parts.", "title": "AutomotiveBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/LendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LendAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TransferAction.schema.json", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\n\nRelated actions:\n\n\nBorrowAction: Reciprocal of LendAction.\n\n", "format": "http://schema.org/LendAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LendAction" }, "borrower": { "description": "A sub property of participant. The person that borrows the object being lent.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "LendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BefriendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BefriendAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.\n\n", "format": "http://schema.org/BefriendAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BefriendAction" } }, "required": [ "@type" ], "title": "BefriendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/OceanBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OceanBodyOfWater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BodyOfWater", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "An ocean (for example, the Pacific).", "format": "http://schema.org/OceanBodyOfWater", "title": "OceanBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "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/UserPlusOnes", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "UserPlusOnes" } }, "required": [ "@type" ], "title": "UserPlusOnes", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Game.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Game", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", "properties": { "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Place" }, { "$ref": "schema:PostalAddress" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Place" }, { "$ref": "schema:PostalAddress" } ] }, "type": "array" } ] }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "quest": { "$ref": "schema:Thing", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." } }, "title": "Game", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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/Game.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Game", "$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": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", "format": "http://schema.org/Game", "properties": { "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Place" }, { "$ref": "http://schema.org/PostalAddress" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/Place" }, { "$ref": "http://schema.org/PostalAddress" } ] }, "type": "array" } ] }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "oneOf": [ { "$ref": "http://schema.org/QuantitativeValue" }, { "items": { "$ref": "http://schema.org/QuantitativeValue" }, "type": "array" } ] }, "quest": { "$ref": "http://schema.org/Thing", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." } }, "title": "Game", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Book.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Book", "$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 book.", "format": "http://schema.org/Book", "properties": { "bookEdition": { "description": "The edition of the book.", "type": "string" }, "bookFormat": { "$ref": "BookFormatType.schema.json", "description": "The format of the book." }, "illustrator": { "$ref": "Person.schema.json", "description": "The illustrator of the book." }, "isbn": { "description": "The ISBN of the book.", "type": "string" }, "numberOfPages": { "description": "The number of pages in the book.", "type": "integer" } }, "title": "Book", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Notary.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Notary", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LegalService.schema.json", "description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A notary.", "format": "http://schema.org/Notary", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Notary" } }, "required": [ "@type" ], "title": "Notary", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/VideoGameSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A video game series.", "format": "http://schema.org/VideoGameSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "cheatCode": { "description": "Cheat codes to the game.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "items": { "anyOf": [ { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "gamePlatform": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The electronic systems used to play video games." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "items": { "$ref": "QuantitativeValue.schema.json" }, "type": "array" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "quest": { "$ref": "Thing.schema.json", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "$ref": "CreativeWorkSeason.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGameSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/GardenStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GardenStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A garden store.", "format": "http://schema.org/GardenStore", "title": "GardenStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HinduTemple.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HinduTemple", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A Hindu temple.", "title": "HinduTemple", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GovernmentPermit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentPermit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Permit.schema.json", "description": "A permit issued by an organization, e.g. a parking pass." } ], "description": "A permit issued by a government agency.", "format": "http://schema.org/GovernmentPermit", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GovernmentPermit" } }, "required": [ "@type" ], "title": "GovernmentPermit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/MediaObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).", "format": "http://schema.org/MediaObject", "properties": { "associatedArticle": { "description": "A NewsArticle associated with the Media Object.", "items": { "$ref": "NewsArticle.schema.json" }, "type": "array" }, "bitrate": { "description": "The bitrate of the media object.", "type": "string" }, "contentSize": { "description": "File size in (mega/kilo) bytes.", "type": "string" }, "contentUrl": { "description": "Actual bytes of the media object, for example the image file or video file.", "format": "uri", "type": "string" }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "embedUrl": { "description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.", "format": "uri", "type": "string" }, "encodesCreativeWork": { "$ref": "CreativeWork.schema.json", "description": "The CreativeWork encoded by this media object." }, "encodingFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "playerType": { "description": "Player type required\u2014for example, Flash or Silverlight.", "items": { "type": "string" }, "type": "array" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "regionsAllowed": { "$ref": "Place.schema.json", "description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format." }, "requiresSubscription": { "anyOf": [ { "type": "boolean" }, { "$ref": "MediaSubscription.schema.json" } ], "description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "uploadDate": { "description": "Date when this media object was uploaded to this site.", "format": "date", "type": "string" }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "title": "MediaObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] }, "option": { "description": "A sub property of object. The options subject to this action.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] } }, "title": "ChooseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ComputerLanguage" } }, "required": [ "@type" ], "title": "ComputerLanguage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/GovernmentService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentService", "$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 service provided by a government organization, e.g. food stamps, veterans benefits, etc.", "properties": { "serviceOperator": { "$ref": "http://schema.org/Organization", "description": "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor." } }, "title": "GovernmentService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
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.", "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.", "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.", "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/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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Plumber.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Plumber", "$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 plumbing service.", "title": "Plumber", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BusinessFunction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessFunction", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ConstructionInstallation\nhttp://purl.org/goodrelations/v1#Dispose\nhttp://purl.org/goodrelations/v1#LeaseOut\nhttp://purl.org/goodrelations/v1#Maintain\nhttp://purl.org/goodrelations/v1#ProvideService\nhttp://purl.org/goodrelations/v1#Repair\nhttp://purl.org/goodrelations/v1#Sell\nhttp://purl.org/goodrelations/v1#Buy\n\n", "format": "http://schema.org/BusinessFunction", "title": "BusinessFunction", "type": "object" }
Apache-2.0
en