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/TennisComplex.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TennisComplex", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A tennis complex.", "format": "http://schema.org/TennisComplex", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TennisComplex" } }, "required": [ "@type" ], "title": "TennisComplex", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GovernmentOffice.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentOffice", "$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 government office\u2014for example, an IRS or DMV office.", "format": "http://schema.org/GovernmentOffice", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GovernmentOffice" } }, "required": [ "@type" ], "title": "GovernmentOffice", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HowToSupply.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSupply", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowToItem.schema.json", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A supply consumed when performing the instructions for how to achieve a result.", "format": "http://schema.org/HowToSupply", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToSupply" }, "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." } }, "required": [ "@type" ], "title": "HowToSupply", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HowToTool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowToItem.schema.json", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A tool used (but not consumed) when performing instructions for how to achieve a result.", "format": "http://schema.org/HowToTool", "title": "HowToTool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Audiobook.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Audiobook", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AudioObject", "description": "An audio file." }, { "$ref": "schema:Book", "description": "A book." } ], "description": "An audiobook.", "properties": { "duration": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).", "type": "string" }, "readBy": { "description": "A person who reads (performs) the audiobook.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] } }, "title": "Audiobook", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ExercisePlan.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ExercisePlan", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "schema:PhysicalActivity", "description": "Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan." } ], "description": "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.", "properties": { "activityDuration": { "anyOf": [ { "$comment": "https://schema.org/Duration", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "Length of time to engage in the activity." }, "activityFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "How often one should engage in the activity." }, "additionalVariable": { "description": "Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "exerciseType": { "description": "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "intensity": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement." }, "repetitions": { "description": "Number of times one should repeat the activity.", "minimum": 1, "type": "integer" }, "restPeriods": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "How often one should break from the activity." }, "workload": { "anyOf": [ { "$comment": "https://schema.org/Energy", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ], "description": "Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure." } }, "title": "ExercisePlan", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FoodService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A food service, like breakfast, lunch, or dinner.", "format": "http://schema.org/FoodService", "title": "FoodService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/VideoGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGallery", "$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: Video gallery page.", "format": "http://schema.org/VideoGallery", "title": "VideoGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AskAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AskAction", "$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 posing a question / favor to someone.\n\nRelated actions:\n\n\nReplyAction: Appears generally as a response to AskAction.\n\n", "format": "http://schema.org/AskAction", "properties": { "question": { "description": "A sub property of object. A question.", "oneOf": [ { "$ref": "http://schema.org/Question" }, { "items": { "$ref": "http://schema.org/Question" }, "type": "array" } ] } }, "title": "AskAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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.", "format": "http://schema.org/Park", "title": "Park", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Course.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Course", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", "format": "http://schema.org/Course", "properties": { "courseCode": { "description": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).", "type": "string" }, "coursePrerequisites": { "description": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/AlignmentObject" }, { "$ref": "http://schema.org/Course" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/AlignmentObject" }, { "$ref": "http://schema.org/Course" } ] }, "type": "array" } ] }, "educationalCredentialAwarded": { "description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "hasCourseInstance": { "description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", "oneOf": [ { "$ref": "http://schema.org/CourseInstance" }, { "items": { "$ref": "http://schema.org/CourseInstance" }, "type": "array" } ] } }, "title": "Course", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalIndication.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalIndication", "$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": "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc.", "title": "MedicalIndication", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/SoftwareSourceCode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SoftwareSourceCode", "$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": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "format": "http://schema.org/SoftwareSourceCode", "properties": { "codeRepository": { "description": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", "items": { "format": "uri", "type": "string" }, "type": "array" }, "codeSampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "format": "http://schema.org/Text" }, "programmingLanguage": { "description": "The computer programming language.", "items": { "$ref": "ComputerLanguage.schema.json" }, "type": "array" }, "runtime": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "format": "http://schema.org/Text" }, "runtimePlatform": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "format": "http://schema.org/Text" }, "sampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "format": "http://schema.org/Text" }, "targetProduct": { "description": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" } }, "title": "SoftwareSourceCode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WorkersUnion.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WorkersUnion", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", "format": "http://schema.org/WorkersUnion", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WorkersUnion" } }, "required": [ "@type" ], "title": "WorkersUnion", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserPlays.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPlays", "$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/UserPlays", "title": "UserPlays", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AggregateOffer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Offer.schema.json", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "format": "http://schema.org/AggregateOffer", "properties": { "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" } }, "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BoatReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BoatReservation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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 boat travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].", "title": "BoatReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/HowTo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowTo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Instructions that explain how to achieve a result by performing a sequence of steps.", "format": "http://schema.org/HowTo", "properties": { "estimatedCost": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "type": "string" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "step": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "items": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "HowToSection.schema.json" }, { "$ref": "HowToStep.schema.json" }, { "type": "string" } ] }, "type": "array" }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "items": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" }, { "type": "string" } ] }, "type": "array" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "anyOf": [ { "$ref": "HowToSupply.schema.json" }, { "type": "string" } ] }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "anyOf": [ { "$ref": "HowToTool.schema.json" }, { "type": "string" } ] }, "type": "array" }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "yield": { "anyOf": [ { "$ref": "QuantitativeValue.schema.json" }, { "type": "string" } ], "description": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." } }, "title": "HowTo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ContactPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: Contact page.", "title": "ContactPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BookmarkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BookmarkAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:OrganizeAction", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "An agent bookmarks/flags/labels/tags/marks an object.", "title": "BookmarkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/UserInteraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:UserInteraction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].", "title": "UserInteraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TVSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "TVSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": { "oneOf": [ { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ], "description": "The electronic systems used to play video games." }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.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": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGameSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EndorsementRating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorsementRating", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Rating", "description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." } ], "description": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", "title": "EndorsementRating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AssignAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AssignAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of allocating an action/event/task to some destination (someone or something).", "format": "http://schema.org/AssignAction", "title": "AssignAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Permit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Permit", "$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 permit issued by an organization, e.g. a parking pass.", "format": "http://schema.org/Permit", "properties": { "issuedBy": { "$ref": "Organization.schema.json", "description": "The organization issuing the ticket or permit." }, "issuedThrough": { "$ref": "Service.schema.json", "description": "The service through with the permit was granted." }, "permitAudience": { "$ref": "Audience.schema.json", "description": "The target audience for this permit." }, "validFor": { "$ref": "Duration.schema.json", "description": "The duration of validity of a permit or similar thing." }, "validFrom": { "description": "The date when the item becomes valid.", "format": "http://schema.org/Date" }, "validIn": { "$ref": "AdministrativeArea.schema.json", "description": "The geographic area where a permit or similar thing is valid." }, "validUntil": { "description": "The date when the item is no longer valid.", "format": "http://schema.org/Date" } }, "title": "Permit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FMRadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FMRadioChannel", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:RadioChannel", "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A radio channel that uses FM.", "title": "FMRadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ParkingFacility.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParkingFacility", "$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 parking lot or other parking facility.", "format": "http://schema.org/ParkingFacility", "title": "ParkingFacility", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MobilePhoneStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MobilePhoneStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A store that sells mobile phones and related accessories.", "format": "http://schema.org/MobilePhoneStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MobilePhoneStore" } }, "required": [ "@type" ], "title": "MobilePhoneStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DisagreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DisagreeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.", "title": "DisagreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TradeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TradeAction", "$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 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.", "format": "http://schema.org/TradeAction", "properties": { "price": { "description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n\nUse the priceCurrency property (with 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\") instead of including ambiguous symbols such as '$' in the value.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\nNote that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n\n", "format": "http://schema.org/Number" }, "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\".", "format": "http://schema.org/Text" }, "priceSpecification": { "description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", "items": { "$ref": "PriceSpecification.schema.json" }, "type": "array" } }, "title": "TradeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/OrderItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderItem", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.", "format": "http://schema.org/OrderItem", "properties": { "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderItemNumber": { "description": "The identifier of the order item.", "type": "string" }, "orderItemStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order item." }, "orderQuantity": { "description": "The number of the item ordered. If the property is not set, assume the quantity is one.", "type": "number" }, "orderedItem": { "description": "The item ordered.", "items": { "oneOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" } }, "title": "OrderItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalStudy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalStudy", "$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": "A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID.", "properties": { "healthCondition": { "$ref": "schema:MedicalCondition", "description": "Specifying the health condition(s) of a patient, medical study, or other target audience." }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "status": { "anyOf": [ { "type": "string" }, { "$ref": "schema:EventStatusType" }, { "$ref": "schema:MedicalStudyStatus" } ], "description": "The status of the study (enumerated)." }, "studyLocation": { "$ref": "schema:AdministrativeArea", "description": "The location in which the study is taking/took place." }, "studySubject": { "description": "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study.", "oneOf": [ { "$ref": "schema:MedicalEntity" }, { "items": { "$ref": "schema:MedicalEntity" }, "type": "array" } ] } }, "title": "MedicalStudy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "BankAccount.schema.json", "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": "InvestmentOrDeposit.schema.json", "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.", "format": "http://schema.org/DepositAccount", "title": "DepositAccount", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Bridge.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Bridge", "$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 bridge.", "format": "http://schema.org/Bridge", "title": "Bridge", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OrganizeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrganizeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 manipulating/administering/supervising/controlling one or more objects.", "format": "http://schema.org/OrganizeAction", "title": "OrganizeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/TipAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TipAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", "format": "http://schema.org/TipAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "TipAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BookmarkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookmarkAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/OrganizeAction", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "An agent bookmarks/flags/labels/tags/marks an object.", "format": "http://schema.org/BookmarkAction", "title": "BookmarkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Mountain.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Mountain", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Landform.schema.json", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "A mountain, like Mount Whitney or Mount Everest.", "format": "http://schema.org/Mountain", "title": "Mountain", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/GiveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GiveAction", "$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 transferring ownership of an object to a destination. Reciprocal of TakeAction.\n\nRelated actions:\n\n\nTakeAction: Reciprocal of GiveAction.\nSendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).\n\n", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "GiveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Comment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Comment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.", "format": "http://schema.org/Comment", "properties": { "downvoteCount": { "description": "The number of downvotes this question, answer or comment has received from the community.", "type": "integer" }, "parentItem": { "$ref": "http://schema.org/Question", "description": "The parent of a question, answer or item in general." }, "upvoteCount": { "description": "The number of upvotes this question, answer or comment has received from the community.", "type": "integer" } }, "title": "Comment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/PublicationVolume.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationVolume", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\n\nSee also blog post.", "format": "http://schema.org/PublicationVolume", "properties": { "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "items": { "type": "string" }, "type": "array" }, "volumeNumber": { "description": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", "items": { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, "type": "array" } }, "title": "PublicationVolume", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MenuSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuSection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", "format": "http://schema.org/MenuSection", "properties": { "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "oneOf": [ { "$ref": "MenuItem.schema.json" }, { "items": { "$ref": "MenuItem.schema.json" }, "type": "array" } ] }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "oneOf": [ { "$ref": "MenuSection.schema.json" }, { "items": { "$ref": "MenuSection.schema.json" }, "type": "array" } ] } }, "title": "MenuSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
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": "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 physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n\nSendAction: The reciprocal of ReceiveAction.\nTakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).\n\n", "format": "http://schema.org/ReceiveAction", "properties": { "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "items": { "$ref": "DeliveryMethod.schema.json" }, "type": "array" }, "sender": { "description": "A sub property of participant. The participant who is at the sending end of the action.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" } ] }, "type": "array" } }, "title": "ReceiveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Float.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Float", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Number", "description": "Data type: Number.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" } ], "description": "Data type: Floating number.", "format": "http://schema.org/Float", "title": "Float", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "An ocean (for example, the Pacific).", "format": "http://schema.org/OceanBodyOfWater", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OceanBodyOfWater" } }, "required": [ "@type" ], "title": "OceanBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "ConsumeAction.schema.json", "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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BeautySalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BeautySalon", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "Beauty salon.", "title": "BeautySalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WebPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A web page. 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.", "properties": { "breadcrumb": { "description": "A set of links that can help a user understand and navigate a website hierarchy.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/BreadcrumbList" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/BreadcrumbList" } ] }, "type": "array" } ] }, "lastReviewed": { "description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", "format": "date", "type": "string" }, "mainContentOfPage": { "$ref": "http://schema.org/WebPageElement", "description": "Indicates if this web page element is the main subject of the page." }, "primaryImageOfPage": { "$ref": "http://schema.org/ImageObject", "description": "Indicates the main image on the page." }, "relatedLink": { "description": "A link related to this web page, for example to other related web pages.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "reviewedBy": { "description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", "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" } ] }, "significantLink": { "description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "significantLinks": { "description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "format": "uri", "type": "string" }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/SpeakableSpecification" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/SpeakableSpecification" } ] }, "type": "array" } ] }, "specialty": { "description": "One of the domain specialities to which this web page's content applies.", "oneOf": [ { "$ref": "http://schema.org/Specialty" }, { "items": { "$ref": "http://schema.org/Specialty" }, "type": "array" } ] } }, "title": "WebPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MenuSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuSection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", "format": "http://schema.org/MenuSection", "properties": { "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "oneOf": [ { "$ref": "http://schema.org/MenuItem" }, { "items": { "$ref": "http://schema.org/MenuItem" }, "type": "array" } ] }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "oneOf": [ { "$ref": "http://schema.org/MenuSection" }, { "items": { "$ref": "http://schema.org/MenuSection" }, "type": "array" } ] } }, "title": "MenuSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/WatchAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:WatchAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming dynamic/moving visual content.", "title": "WatchAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RealEstateAgent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RealEstateAgent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A real-estate agent.", "format": "http://schema.org/RealEstateAgent", "title": "RealEstateAgent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/FastFoodRestaurant.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FastFoodRestaurant", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "A fast-food restaurant.", "format": "http://schema.org/FastFoodRestaurant", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "FastFoodRestaurant" } }, "required": [ "@type" ], "title": "FastFoodRestaurant", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TravelAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TravelAgency", "$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": "A travel agency.", "title": "TravelAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/HairSalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HairSalon", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HealthAndBeautyBusiness.schema.json", "description": "Health and beauty." } ], "description": "A hair salon.", "format": "http://schema.org/HairSalon", "title": "HairSalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Place.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Place", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "Entities that have a somewhat fixed, physical extension.", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n", "oneOf": [ { "$ref": "schema:PropertyValue" }, { "items": { "$ref": "schema:PropertyValue" }, "type": "array" } ] }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "schema:PostalAddress" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "schema:AggregateRating", "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.", "oneOf": [ { "$ref": "schema:LocationFeatureSpecification" }, { "items": { "$ref": "schema:LocationFeatureSpecification" }, "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.\n ", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "containedIn": { "$ref": "schema:Place", "description": "The basic containment relation between a place and one that contains it." }, "containedInPlace": { "$ref": "schema:Place", "description": "The basic containment relation between a place and one that contains it." }, "containsPlace": { "$ref": "schema:Place", "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.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "events": { "description": "Upcoming or past events associated with this place or organization.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "faxNumber": { "description": "The fax number.", "type": "string" }, "geo": { "anyOf": [ { "$ref": "schema:GeoCoordinates" }, { "$ref": "schema:GeoShape" } ], "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM))", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "type": "array" } ] }, "geoEquals": { "description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://en.wikipedia.org/wiki/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)", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM) )", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "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](https://en.wikipedia.org/wiki/DE-9IM).", "oneOf": [ { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, { "items": { "anyOf": [ { "$ref": "schema:GeospatialGeometry" }, { "$ref": "schema:Place" } ] }, "type": "array" } ] }, "globalLocationNumber": { "description": "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasDriveThroughService": { "description": "Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.", "type": "boolean" }, "hasMap": { "description": "A URL to a map of the place.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Map" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:Map" } ] }, "type": "array" } ] }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "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](https://en.wikipedia.org/wiki/World_Geodetic_System))." }, "logo": { "description": "An associated logo.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:ImageObject" } ] }, "type": "array" } ] }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." }, "map": { "description": "A URL to a map of the place.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "maps": { "description": "A URL to a map of the place.", "oneOf": [ { "format": "uri", "type": "string" }, { "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": "schema:OpeningHoursSpecification", "description": "The opening hours of a certain place." }, "photo": { "description": "A photograph of this place.", "oneOf": [ { "anyOf": [ { "$ref": "schema:ImageObject" }, { "$ref": "schema:Photograph" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ImageObject" }, { "$ref": "schema:Photograph" } ] }, "type": "array" } ] }, "photos": { "description": "Photographs of this place.", "oneOf": [ { "anyOf": [ { "$ref": "schema:ImageObject" }, { "$ref": "schema:Photograph" } ] }, { "items": { "anyOf": [ { "$ref": "schema:ImageObject" }, { "$ref": "schema:Photograph" } ] }, "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", "type": "boolean" }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "schema:Review" }, { "items": { "$ref": "schema:Review" }, "type": "array" } ] }, "reviews": { "description": "Review of the item.", "oneOf": [ { "$ref": "schema:Review" }, { "items": { "$ref": "schema:Review" }, "type": "array" } ] }, "slogan": { "description": "A slogan or motto associated with the item.", "oneOf": [ { "type": "string" }, { "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.", "type": "boolean" }, "specialOpeningHoursSpecification": { "$ref": "schema:OpeningHoursSpecification", "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]].\n " }, "telephone": { "description": "The telephone number.", "type": "string" }, "tourBookingPage": { "description": "A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] } }, "title": "Place", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ReplaceAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReplaceAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UpdateAction.schema.json", "description": "The act of managing by changing/editing the state of the object." } ], "description": "The act of editing a recipient by replacing an old object with a new object.", "format": "http://schema.org/ReplaceAction", "properties": { "replacee": { "description": "A sub property of object. The object that is being replaced.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] }, "replacer": { "description": "A sub property of object. The object that replaces.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] } }, "title": "ReplaceAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Duration.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Duration", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Quantity.schema.json", "description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." } ], "description": "Quantity: Duration (use ISO 8601 duration format).", "format": "http://schema.org/Duration", "title": "Duration", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PaintAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaintAction", "$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 producing a painting, typically with paint and canvas as instruments.", "format": "http://schema.org/PaintAction", "title": "PaintAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Season.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Season", "$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 season e.g. tv, radio, video game etc.", "format": "http://schema.org/Season", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Season" } }, "required": [ "@type" ], "title": "Season", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ComedyEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ComedyEvent", "$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": "Event type: Comedy event.", "format": "http://schema.org/ComedyEvent", "title": "ComedyEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WarrantyPromise.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WarrantyPromise", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/StructuredValue", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.", "properties": { "durationOfWarranty": { "$ref": "http://schema.org/QuantitativeValue", "description": "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days." }, "warrantyScope": { "$ref": "http://schema.org/WarrantyScope", "description": "The scope of the warranty promise." } }, "title": "WarrantyPromise", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserCheckins.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserCheckins", "$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/UserCheckins", "title": "UserCheckins", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AMRadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AMRadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "RadioChannel.schema.json", "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A radio channel that uses AM.", "format": "http://schema.org/AMRadioChannel", "title": "AMRadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RecyclingCenter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RecyclingCenter", "$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 recycling center.", "format": "http://schema.org/RecyclingCenter", "title": "RecyclingCenter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AboutPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AboutPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: About page.", "title": "AboutPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WebPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebPage", "$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 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.", "format": "http://schema.org/WebPage", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WebPage" }, "breadcrumb": { "description": "A set of links that can help a user understand and navigate a website hierarchy.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "BreadcrumbList.schema.json" } ] }, "type": "array" }, "lastReviewed": { "description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.", "format": "date", "type": "string" }, "mainContentOfPage": { "$ref": "WebPageElement.schema.json", "description": "Indicates if this web page element is the main subject of the page." }, "primaryImageOfPage": { "$ref": "ImageObject.schema.json", "description": "Indicates the main image on the page." }, "relatedLink": { "description": "A link related to this web page, for example to other related web pages.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "reviewedBy": { "description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "significantLink": { "description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "significantLinks": { "description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.", "format": "uri", "type": "string" }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "SpeakableSpecification.schema.json" } ] }, "type": "array" }, "specialty": { "description": "One of the domain specialities to which this web page's content applies.", "items": { "$ref": "Specialty.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "WebPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DrawAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DrawAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreateAction", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.", "title": "DrawAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ControlAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ControlAction", "$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": "An agent controls a device or application.", "title": "ControlAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Seat.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Seat", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a seat, such as a reserved seat in an event reservation.", "format": "http://schema.org/Seat", "properties": { "seatNumber": { "description": "The location of the reserved seat (e.g., 27).", "type": "string" }, "seatRow": { "description": "The row location of the reserved seat (e.g., B).", "type": "string" }, "seatSection": { "description": "The section location of the reserved seat (e.g. Orchestra).", "type": "string" }, "seatingType": { "anyOf": [ { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ], "description": "The type/class of the seat." } }, "title": "Seat", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Answer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Answer", "$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": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.", "properties": { "answerExplanation": { "description": "A step-by-step or full explanation about Answer. Can outline how this Answer was achieved or contain more broad clarification or statement about it. ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Comment" }, { "$ref": "schema:WebContent" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Comment" }, { "$ref": "schema:WebContent" } ] }, "type": "array" } ] } }, "title": "Answer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/QAPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QAPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPage.schema.json", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", "format": "http://schema.org/QAPage", "title": "QAPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TakeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TakeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n\nGiveAction: The reciprocal of TakeAction.\nReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.\n\n", "format": "http://schema.org/TakeAction", "title": "TakeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AutoBodyShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoBodyShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "Auto body shop.", "format": "http://schema.org/AutoBodyShop", "title": "AutoBodyShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ReadAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReadAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ConsumeAction.schema.json", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming written content.", "format": "http://schema.org/ReadAction", "title": "ReadAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AMRadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AMRadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/RadioChannel", "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A radio channel that uses AM.", "format": "http://schema.org/AMRadioChannel", "title": "AMRadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/FindAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FindAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n", "title": "FindAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SearchResultsPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SearchResultsPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: Search results page.", "format": "http://schema.org/SearchResultsPage", "title": "SearchResultsPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AccountingService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AccountingService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "Accountancy business.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", "format": "http://schema.org/AccountingService", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AccountingService" } }, "required": [ "@type" ], "title": "AccountingService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "http://schema.org/ListItem", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A direction indicating a single action to do in the instructions for how to achieve a result.", "properties": { "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, "type": "array" } ] }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, "type": "array" } ] }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ] }, "type": "array" } ] }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, "type": "array" } ] }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, "type": "array" } ] }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" } }, "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Ticket.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Ticket", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a ticket to an event, a flight, a bus ride, etc.", "properties": { "dateIssued": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date the ticket was issued." }, "issuedBy": { "$ref": "schema:Organization", "description": "The organization issuing the ticket or permit." }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\\n\\nUse standard formats: [ISO 4217 currency format](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" }, "ticketNumber": { "description": "The unique identifier for the ticket.", "type": "string" }, "ticketToken": { "description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "ticketedSeat": { "$ref": "schema:Seat", "description": "The seat associated with the ticket." }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "schema:PriceSpecification" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." }, "underName": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Ticket", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PetStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PetStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A pet store.", "title": "PetStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Plumber.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Plumber", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/PeopleAudience", "description": "A set of characteristics belonging to people, e.g. who compose an item's target audience." } ], "description": "A set of characteristics describing parents, who can be interested in viewing some content.", "properties": { "childMaxAge": { "description": "Maximal age of the child.", "type": "number" }, "childMinAge": { "description": "Minimal age of the child.", "type": "number" } }, "title": "ParentAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Florist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Florist", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A florist.", "format": "http://schema.org/Florist", "title": "Florist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/EndorsementRating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorsementRating", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Rating.schema.json", "description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." } ], "description": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.", "format": "http://schema.org/EndorsementRating", "title": "EndorsementRating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AmpStory.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AmpStory", "$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 creative work with a visual storytelling format intended to be viewed online, particularly on mobile devices.", "title": "AmpStory", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of 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": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "title": "InviteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A direction indicating a single action to do in the instructions for how to achieve a result.", "format": "http://schema.org/HowToDirection", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToDirection" }, "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" } ] }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" } ] }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" } ] }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "HowToSupply.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToSupply.schema.json" } ] }, "type": "array" } ] }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "HowToTool.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToTool.schema.json" } ] }, "type": "array" } ] }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" } }, "required": [ "@type" ], "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TransferAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TransferAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "format": "http://schema.org/TransferAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TransferAction" }, "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "TransferAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/VisualArtsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VisualArtsEvent", "$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: Visual arts event.", "format": "http://schema.org/VisualArtsEvent", "title": "VisualArtsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/DonateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DonateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", "format": "http://schema.org/DonateAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "DonateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HinduTemple.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HinduTemple", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Quantity.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Quantity", "$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": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.", "title": "Quantity", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RadioClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short radio program or a segment/part of a radio program.", "format": "http://schema.org/RadioClip", "title": "RadioClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/OutletStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OutletStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An outlet store.", "format": "http://schema.org/OutletStore", "title": "OutletStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ComedyClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ComedyClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/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/Bridge.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Bridge", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bridge.", "title": "Bridge", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "bookingTime": { "description": "The date and time the reservation was booked.", "format": "date-time", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "modifiedTime": { "description": "The date and time the reservation was modified.", "format": "date-time", "type": "string" }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "programMembershipUsed": { "description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", "oneOf": [ { "$ref": "ProgramMembership.schema.json" }, { "items": { "$ref": "ProgramMembership.schema.json" }, "type": "array" } ] }, "provider": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "reservationFor": { "$ref": "Thing.schema.json", "description": "The thing -- flight, event, restaurant,etc. being reserved." }, "reservationId": { "description": "A unique identifier for the reservation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "reservationStatus": { "$ref": "ReservationStatusType.schema.json", "description": "The current status of the reservation." }, "reservedTicket": { "description": "A ticket associated with the reservation.", "oneOf": [ { "$ref": "Ticket.schema.json" }, { "items": { "$ref": "Ticket.schema.json" }, "type": "array" } ] }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Reservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/EventVenue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EventVenue", "$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": "An event venue.", "format": "http://schema.org/EventVenue", "title": "EventVenue", "type": "object" }
Apache-2.0
en