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
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserInteraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserInteraction", "$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": "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/UserInteraction", "title": "UserInteraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HardwareStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HardwareStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A hardware store.", "format": "http://schema.org/HardwareStore", "title": "HardwareStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "title": "UserPlays", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HomeGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HomeGoodsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A home goods store.", "format": "http://schema.org/HomeGoodsStore", "title": "HomeGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TVEpisode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVEpisode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Episode", "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season." } ], "description": "A TV episode which can be part of a series or season.", "format": "http://schema.org/TVEpisode", "properties": { "countryOfOrigin": { "$ref": "http://schema.org/Country", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "http://schema.org/TVSeries", "description": "The TV series to which this episode or season belongs." } }, "title": "TVEpisode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
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": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A permit issued by an organization, e.g. a parking pass.", "properties": { "issuedBy": { "$ref": "http://schema.org/Organization", "description": "The organization issuing the ticket or permit." }, "issuedThrough": { "$ref": "http://schema.org/Service", "description": "The service through with the permit was granted." }, "permitAudience": { "$ref": "http://schema.org/Audience", "description": "The target audience for this permit." }, "validFor": { "$comment": "https://schema.org/Duration", "description": "The duration of validity of a permit or similar thing.", "type": "string" }, "validFrom": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date when the item becomes valid." }, "validIn": { "$ref": "http://schema.org/AdministrativeArea", "description": "The geographic area where a permit or similar thing is valid." }, "validUntil": { "description": "The date when the item is no longer valid.", "format": "date", "type": "string" } }, "title": "Permit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Blog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Blog", "$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 [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloqually referred to by the same term.", "properties": { "blogPost": { "description": "A posting that is part of this blog.", "oneOf": [ { "$ref": "schema:BlogPosting" }, { "items": { "$ref": "schema:BlogPosting" }, "type": "array" } ] }, "blogPosts": { "description": "Indicates a post that is part of a [[Blog]]. Note that historically, what we term a \"Blog\" was once known as a \"weblog\", and that what we term a \"BlogPosting\" is now often colloquially referred to as a \"blog\".", "oneOf": [ { "$ref": "schema:BlogPosting" }, { "items": { "$ref": "schema:BlogPosting" }, "type": "array" } ] }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" } }, "title": "Blog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SoftwareSourceCode" }, "codeRepository": { "description": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "codeSampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programmingLanguage": { "description": "The computer programming language.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "ComputerLanguage.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "ComputerLanguage.schema.json" } ] }, "type": "array" } ] }, "runtime": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "type": "string" }, "runtimePlatform": { "description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "sampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "type": "string" }, "targetProduct": { "description": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.", "oneOf": [ { "$ref": "SoftwareApplication.schema.json" }, { "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "SoftwareSourceCode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HyperToc.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HyperToc", "$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 HyperToc represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. Items in the table of contents are indicated using the [[tocEntry]] property, and typed [[HyperTocEntry]]. For cases where the same larger work is split into multiple files, [[associatedMedia]] can be used on individual [[HyperTocEntry]] items.", "properties": { "associatedMedia": { "$ref": "schema:MediaObject", "description": "A media object that encodes this CreativeWork. This property is a synonym for encoding." }, "tocEntry": { "description": "Indicates a [[HyperTocEntry]] in a [[HyperToc]].", "oneOf": [ { "$ref": "schema:HyperTocEntry" }, { "items": { "$ref": "schema:HyperTocEntry" }, "type": "array" } ] } }, "title": "HyperToc", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WPFooter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPFooter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "The footer section of the page.", "format": "http://schema.org/WPFooter", "title": "WPFooter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Room.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Room", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Accommodation", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "title": "Room", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/EntryPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EntryPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entry point, within some Web-based protocol.", "format": "http://schema.org/EntryPoint", "properties": { "actionApplication": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "actionPlatform": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication." }, "application": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "contentType": { "description": "The supported content type(s) for an EntryPoint response.", "type": "string" }, "encodingType": { "description": "The supported encoding type(s) for an EntryPoint request.", "type": "string" }, "httpMethod": { "description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", "items": { "type": "string" }, "type": "array" }, "urlTemplate": { "description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "items": { "type": "string" }, "type": "array" } }, "title": "EntryPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Occupation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A profession, may involve prolonged training and/or a formal qualification.", "properties": { "educationRequirements": { "anyOf": [ { "type": "string" }, { "$ref": "schema:EducationalOccupationalCredential" } ], "description": "Educational background needed for the position or Occupation." }, "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "oneOf": [ { "anyOf": [ { "type": "number" }, { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:MonetaryAmountDistribution" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:MonetaryAmountDistribution" } ] }, "type": "array" } ] }, "experienceRequirements": { "anyOf": [ { "type": "string" }, { "$ref": "schema:OccupationalExperienceRequirements" } ], "description": "Description of skills and experience needed for the position or Occupation." }, "occupationLocation": { "$ref": "schema:AdministrativeArea", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "occupationalCategory": { "description": "A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://www.ilo.org/public/english/bureau/stat/isco/isco08/) or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\\n\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:CategoryCode" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:CategoryCode" } ] }, "type": "array" } ] }, "qualifications": { "description": "Specific qualifications required for this role or Occupation.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:EducationalOccupationalCredential" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:EducationalOccupationalCredential" } ] }, "type": "array" } ] }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, "type": "array" } ] } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Article.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Article", "$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": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post.", "format": "http://schema.org/Article", "properties": { "articleBody": { "description": "The actual body of the article.", "type": "string" }, "articleSection": { "description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "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" } ] }, "wordCount": { "description": "The number of words in the text of the Article.", "type": "integer" } }, "title": "Article", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Event.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Event", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "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.", "properties": { "about": { "$ref": "schema:Thing", "description": "The subject matter of the content." }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "aggregateRating": { "$ref": "schema:AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "attendee": { "description": "A person or organization attending the event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "attendees": { "description": "A person attending the event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "audience": { "$ref": "schema:Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "composer": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event." }, "contributor": { "description": "A secondary contributor to the CreativeWork or Event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "director": { "$ref": "schema:Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "doorTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The time admission will commence." }, "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" }, "endDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." }, "eventAttendanceMode": { "$ref": "schema:EventAttendanceModeEnumeration", "description": "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix." }, "eventSchedule": { "description": "Associates an [[Event]] with a [[Schedule]]. There are circumstances where it is preferable to share a schedule for a series of\n repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly\n gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An [[Event]] that\n is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated\n [[Schedule]], this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months\n or seasons.", "oneOf": [ { "$ref": "schema:Schedule" }, { "items": { "$ref": "schema:Schedule" }, "type": "array" } ] }, "eventStatus": { "description": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.", "oneOf": [ { "$ref": "schema:EventStatusType" }, { "items": { "$ref": "schema:EventStatusType" }, "type": "array" } ] }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Place" }, { "$ref": "schema:PostalAddress" }, { "$ref": "schema:VirtualLocation" } ], "description": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place." }, "maximumAttendeeCapacity": { "description": "The total number of individuals that may attend an event or venue.", "type": "integer" }, "maximumPhysicalAttendeeCapacity": { "description": "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). ", "type": "integer" }, "maximumVirtualAttendeeCapacity": { "description": "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ", "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.\n ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, "type": "array" } ] }, "organizer": { "description": "An organizer of an Event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "performer": { "description": "A performer at the event\u2014for example, a presenter, musician, musical group or actor.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "performers": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The main performer or performers of the event\u2014for example, a presenter, musician, or actor." }, "previousStartDate": { "description": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.", "oneOf": [ { "format": "date", "type": "string" }, { "items": { "format": "date", "type": "string" }, "type": "array" } ] }, "recordedIn": { "$ref": "schema:CreativeWork", "description": "The CreativeWork that captured all or part of this Event." }, "remainingAttendeeCapacity": { "description": "The number of attendee places for an event that remain unallocated.", "type": "integer" }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "schema:Review" }, { "items": { "$ref": "schema:Review" }, "type": "array" } ] }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "startDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." }, "subEvent": { "description": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "subEvents": { "description": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "superEvent": { "description": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", "oneOf": [ { "$ref": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] }, "translator": { "description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "typicalAgeRange": { "description": "The typical expected age range, e.g. '7-9', '11-'.", "type": "string" }, "workFeatured": { "description": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] }, "workPerformed": { "description": "A work performed in some event, for example a play performed in a TheaterEvent.", "oneOf": [ { "$ref": "schema:CreativeWork" }, { "items": { "$ref": "schema:CreativeWork" }, "type": "array" } ] } }, "title": "Event", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/APIReference.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/APIReference", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TechArticle", "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." } ], "description": "Reference documentation for application programming interfaces (APIs).", "format": "http://schema.org/APIReference", "properties": { "assembly": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "type": "string" }, "assemblyVersion": { "description": "Associated product/technology version. e.g., .NET Framework 4.5.", "type": "string" }, "executableLibraryName": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programmingModel": { "description": "Indicates whether API is managed or unmanaged.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "targetPlatform": { "description": "Type of app development: phone, Metro style, desktop, XBox, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "APIReference", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DataType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The basic data types such as Integers, Strings, etc.", "title": "DataType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/GeoCircle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCircle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "GeoShape.schema.json", "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points." } ], "description": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", "format": "http://schema.org/GeoCircle", "properties": { "geoMidpoint": { "description": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", "items": { "$ref": "GeoCoordinates.schema.json" }, "type": "array" }, "geoRadius": { "description": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", "items": { "oneOf": [ { "type": "number" }, { "type": "string" }, { "format": "https://schema.org/Distance", "type": "string" } ] }, "type": "array" } }, "title": "GeoCircle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HomeGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HomeGoodsStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A home goods store.", "title": "HomeGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DataFeedItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DataFeedItem", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A single item within a larger data feed.", "properties": { "dateCreated": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date on which the CreativeWork was created or the item was added to a DataFeed." }, "dateDeleted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The datetime the item was removed from the DataFeed." }, "dateModified": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." }, "item": { "description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] } }, "title": "DataFeedItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TelevisionStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TelevisionStation", "$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 television station.", "title": "TelevisionStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/LegalService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LegalService", "$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 LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", "format": "http://schema.org/LegalService", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LegalService" } }, "required": [ "@type" ], "title": "LegalService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BoardingPolicyType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BoardingPolicyType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A type of boarding policy used by an airline.", "oneOf": [ { "const": "GroupBoardingPolicy", "description": "The airline boards by groups based on check-in time, priority, etc." }, { "const": "ZoneBoardingPolicy", "description": "The airline boards by zones of the plane." } ], "title": "BoardingPolicyType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AutomatedTeller.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutomatedTeller", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "ATM/cash machine.", "format": "http://schema.org/AutomatedTeller", "title": "AutomatedTeller", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RadioSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeason.schema.json", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to radio broadcast and associated online delivery.", "format": "http://schema.org/RadioSeason", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RadioSeason" } }, "required": [ "@type" ], "title": "RadioSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Embassy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Embassy", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/GovernmentBuilding", "description": "A government building." } ], "description": "An embassy.", "title": "Embassy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BusReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Reservation.schema.json", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for bus travel. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", "format": "http://schema.org/BusReservation", "title": "BusReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Physician.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Physician", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MedicalOrganization", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A doctor's office.", "title": "Physician", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/EmploymentAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmploymentAgency", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "An employment agency.", "format": "http://schema.org/EmploymentAgency", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "EmploymentAgency" } }, "required": [ "@type" ], "title": "EmploymentAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DeliveryMethod.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeliveryMethod", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#DeliveryModeDirectDownload\nhttp://purl.org/goodrelations/v1#DeliveryModeFreight\nhttp://purl.org/goodrelations/v1#DeliveryModeMail\nhttp://purl.org/goodrelations/v1#DeliveryModeOwnFleet\nhttp://purl.org/goodrelations/v1#DeliveryModePickUp\nhttp://purl.org/goodrelations/v1#DHL\nhttp://purl.org/goodrelations/v1#FederalExpress\nhttp://purl.org/goodrelations/v1#UPS\n\n", "oneOf": [ { "const": "OnSitePickup", "description": "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office." } ], "title": "DeliveryMethod", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GovernmentService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GovernmentService", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.", "properties": { "jurisdiction": { "description": "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:AdministrativeArea" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:AdministrativeArea" } ] }, "type": "array" } ] }, "serviceOperator": { "$ref": "schema:Organization", "description": "The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor." } }, "title": "GovernmentService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Motel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Motel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LodgingBusiness", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A motel.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "title": "Motel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FilmAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FilmAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of capturing sound and moving images on film, video, or digitally.", "format": "http://schema.org/FilmAction", "title": "FilmAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MenuItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuItem", "$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 food or drink item listed in a menu or menu section.", "format": "http://schema.org/MenuItem", "properties": { "menuAddOn": { "description": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.", "items": { "oneOf": [ { "$ref": "MenuSection.schema.json" }, { "$ref": "MenuItem.schema.json" } ] }, "type": "array" }, "nutrition": { "$ref": "NutritionInformation.schema.json", "description": "Nutrition information about the recipe or menu item." }, "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": { "oneOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "items": { "$ref": "RestrictedDiet.schema.json" }, "type": "array" } }, "title": "MenuItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/SportsOrganization.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportsOrganization", "$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": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.", "format": "http://schema.org/SportsOrganization", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SportsOrganization" } }, "required": [ "@type" ], "title": "SportsOrganization", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/HowToStep.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToStep", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." }, { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", "format": "http://schema.org/HowToStep", "title": "HowToStep", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MusicStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A music store.", "format": "http://schema.org/MusicStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MusicStore" } }, "required": [ "@type" ], "title": "MusicStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HardwareStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HardwareStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A hardware store.", "title": "HardwareStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MotorcycleDealer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MotorcycleDealer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "A motorcycle dealer.", "format": "http://schema.org/MotorcycleDealer", "title": "MotorcycleDealer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/PawnShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PawnShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A shop that will buy, or lend money against the security of, personal possessions.", "format": "http://schema.org/PawnShop", "title": "PawnShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Dataset.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Dataset", "$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 body of structured information describing some topic(s) of interest.", "format": "http://schema.org/Dataset", "properties": { "catalog": { "description": "A data catalog which contains this dataset.", "items": { "$ref": "DataCatalog.schema.json" }, "type": "array" }, "datasetTimeInterval": { "description": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).", "format": "http://schema.org/DateTime" }, "distribution": { "description": "A downloadable form of this dataset, at a specific location, in a specific format.", "items": { "$ref": "DataDownload.schema.json" }, "type": "array" }, "includedDataCatalog": { "description": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').", "items": { "$ref": "DataCatalog.schema.json" }, "type": "array" }, "includedInDataCatalog": { "description": "A data catalog which contains this dataset.", "items": { "$ref": "DataCatalog.schema.json" }, "type": "array" }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "format": "http://schema.org/Text" } }, "title": "Dataset", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ClothingStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ClothingStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A clothing store.", "format": "http://schema.org/ClothingStore", "title": "ClothingStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Quantity.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Quantity", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "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
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/TVSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "CreativeWorkSeason.schema.json", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeason", "properties": { "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "title": "TVSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Book.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Book", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A book.", "format": "http://schema.org/Book", "properties": { "bookEdition": { "description": "The edition of the book.", "format": "http://schema.org/Text" }, "bookFormat": { "$ref": "BookFormatType.schema.json", "description": "The format of the book." }, "illustrator": { "$ref": "Person.schema.json", "description": "The illustrator of the book." }, "isbn": { "description": "The ISBN of the book.", "format": "http://schema.org/Text" }, "numberOfPages": { "description": "The number of pages in the book.", "type": "integer" } }, "title": "Book", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/NewsArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NewsArticle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of schema.org News markup is also available.", "properties": { "dateline": { "description": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", "type": "string" }, "printColumn": { "description": "The number of the column in which the NewsArticle appears in the print edition.", "type": "string" }, "printEdition": { "description": "The edition of the print product in which the NewsArticle appears.", "type": "string" }, "printPage": { "description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", "type": "string" }, "printSection": { "description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", "type": "string" } }, "title": "NewsArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BlogPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BlogPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SocialMediaPosting", "description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc." } ], "description": "A blog post.", "format": "http://schema.org/BlogPosting", "title": "BlogPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Resort.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Resort", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LodgingBusiness", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "title": "Resort", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EmergencyService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EmergencyService", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "An emergency service, such as a fire station or ER.", "title": "EmergencyService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Vehicle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Vehicle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Product.schema.json", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", "format": "http://schema.org/Vehicle", "properties": { "cargoVolume": { "$ref": "QuantitativeValue.schema.json", "description": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\n\nNote: You can use minValue and maxValue to indicate ranges." }, "dateVehicleFirstRegistered": { "description": "The date of the first registration of the vehicle with the respective public authorities.", "format": "date", "type": "string" }, "driveWheelConfiguration": { "anyOf": [ { "type": "string" }, { "$ref": "DriveWheelConfigurationValue.schema.json" } ], "description": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain." }, "fuelConsumption": { "$ref": "QuantitativeValue.schema.json", "description": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\n\n\nNote 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel consumption to another value.\n\n" }, "fuelEfficiency": { "$ref": "QuantitativeValue.schema.json", "description": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\n\n\nNote 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel economy to another value.\n\n" }, "fuelType": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ], "description": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle." }, "knownVehicleDamages": { "description": "A textual description of known damages, both repaired and unrepaired.", "items": { "type": "string" }, "type": "array" }, "mileageFromOdometer": { "$ref": "QuantitativeValue.schema.json", "description": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles" }, "numberOfAirbags": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The number or type of airbags in the vehicle." }, "numberOfAxles": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of axles.\n\nTypical unit code(s): C62" }, "numberOfDoors": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of doors.\n\nTypical unit code(s): C62" }, "numberOfForwardGears": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The total number of forward gears available for the transmission system of the vehicle.\n\nTypical unit code(s): C62" }, "numberOfPreviousOwners": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of owners of the vehicle, including the current one.\n\nTypical unit code(s): C62" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "date", "type": "string" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "date", "type": "string" }, "steeringPosition": { "$ref": "SteeringPositionValue.schema.json", "description": "The position of the steering wheel or similar device (mostly for cars)." }, "vehicleConfiguration": { "description": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", "items": { "type": "string" }, "type": "array" }, "vehicleEngine": { "description": "Information about the engine or engines of the vehicle.", "items": { "$ref": "EngineSpecification.schema.json" }, "type": "array" }, "vehicleIdentificationNumber": { "description": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.", "type": "string" }, "vehicleInteriorColor": { "description": "The color or color combination of the interior of the vehicle.", "type": "string" }, "vehicleInteriorType": { "description": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.", "type": "string" }, "vehicleModelDate": { "description": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", "format": "date", "type": "string" }, "vehicleSeatingCapacity": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\n\nTypical unit code(s): C62 for persons." }, "vehicleTransmission": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ], "description": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)." } }, "title": "Vehicle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ContactPointOption.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ContactPointOption", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Enumerated options related to a ContactPoint.", "oneOf": [ { "const": "HearingImpairedSupported", "description": "Uses devices to support users with hearing impairments." }, { "const": "TollFree", "description": "The associated telephone number is toll free." } ], "title": "ContactPointOption", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Report.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Report", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Article.schema.json", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A Report generated by governmental or non-governmental organization.", "format": "http://schema.org/Report", "properties": { "reportNumber": { "description": "The number or other unique designator assigned to a Report by the publishing organization.", "format": "http://schema.org/Text" } }, "title": "Report", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/RadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BroadcastChannel", "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", "title": "RadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Hostel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Hostel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LodgingBusiness", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A hostel - cheap accommodation, often in shared dormitories.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "title": "Hostel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Series.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Series", "$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 Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries.", "format": "http://schema.org/Series", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Series" } }, "required": [ "@type" ], "title": "Series", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/SaleEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SaleEvent", "$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: Sales event.", "format": "http://schema.org/SaleEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SaleEvent" } }, "required": [ "@type" ], "title": "SaleEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ShoeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShoeStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A shoe store.", "format": "http://schema.org/ShoeStore", "title": "ShoeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AutomotiveBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutomotiveBusiness", "$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": "Car repair, sales, or parts.", "format": "http://schema.org/AutomotiveBusiness", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AutomotiveBusiness" } }, "required": [ "@type" ], "title": "AutomotiveBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BankOrCreditUnion.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BankOrCreditUnion", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "Bank or credit union.", "format": "http://schema.org/BankOrCreditUnion", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BankOrCreditUnion" } }, "required": [ "@type" ], "title": "BankOrCreditUnion", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Brand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Brand", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.", "properties": { "aggregateRating": { "$ref": "schema:AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "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" } ] }, "review": { "description": "A 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" } ] } }, "title": "Brand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ShoeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ShoeStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A shoe store.", "title": "ShoeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HairSalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HairSalon", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "A hair salon.", "title": "HairSalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/ApartmentComplex.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ApartmentComplex", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Residence.schema.json", "description": "The place where a person lives." } ], "description": "Residence type: Apartment complex.", "format": "http://schema.org/ApartmentComplex", "properties": { "petsAllowed": { "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", "items": { "oneOf": [ { "type": "string" }, { "type": "boolean" } ] }, "type": "array" } }, "title": "ApartmentComplex", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/RsvpResponseType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:RsvpResponseType", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", "oneOf": [ { "const": "RsvpResponseMaybe", "description": "The invitee may or may not attend." }, { "const": "RsvpResponseNo", "description": "The invitee will not attend." }, { "const": "RsvpResponseYes", "description": "The invitee will attend." } ], "title": "RsvpResponseType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/BedDetails.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedDetails", "$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 entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also BedType (under development).", "format": "http://schema.org/BedDetails", "properties": { "numberOfBeds": { "description": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", "type": "number" }, "typeOfBed": { "anyOf": [ { "type": "string" }, { "$ref": "BedType.schema.json" } ], "description": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." } }, "title": "BedDetails", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" }, { "type": "number" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "items": { "type": "string" }, "type": "array" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "items": { "type": "string" }, "type": "array" } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/SportsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:SportsEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Sports event.", "properties": { "awayTeam": { "anyOf": [ { "$ref": "schema:Person" }, { "$ref": "schema:SportsTeam" } ], "description": "The away team in a sports event." }, "competitor": { "description": "A competitor in a sports event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Person" }, { "$ref": "schema:SportsTeam" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Person" }, { "$ref": "schema:SportsTeam" } ] }, "type": "array" } ] }, "homeTeam": { "anyOf": [ { "$ref": "schema:Person" }, { "$ref": "schema:SportsTeam" } ], "description": "The home team in a sports event." }, "sport": { "description": "A type of sport (e.g. Baseball).", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] } }, "title": "SportsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SportsOrganization.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportsOrganization", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Organization", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.", "title": "SportsOrganization", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/UserComments.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserComments", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserComments", "properties": { "commentText": { "description": "The text of the UserComment.", "type": "string" }, "commentTime": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The time at which the UserComment was made." }, "creator": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "discusses": { "$ref": "http://schema.org/CreativeWork", "description": "Specifies the CreativeWork associated with the UserComment." }, "replyToUrl": { "description": "The URL at which a reply may be posted to the specified UserComment.", "format": "uri", "type": "string" } }, "title": "UserComments", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DrinkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DrinkAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of swallowing liquids.", "format": "http://schema.org/DrinkAction", "title": "DrinkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WPFooter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPFooter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "The footer section of the page.", "format": "http://schema.org/WPFooter", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WPFooter" } }, "required": [ "@type" ], "title": "WPFooter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TVClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVClip", "$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 TV program or a segment/part of a TV program.", "format": "http://schema.org/TVClip", "properties": { "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "title": "TVClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AutoWash.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AutoWash", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A car wash business.", "title": "AutoWash", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/Offer", "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.", "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.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, "type": "array" } ] } }, "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/GeoCoordinates.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCoordinates", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic coordinates of a place or event.", "format": "http://schema.org/GeoCoordinates", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "Country.schema.json" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "title": "GeoCoordinates", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Project.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Project", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Organization", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from [[Organization]], [[subOrganization]]/[[parentOrganization]] to indicate project sub-structures. \n ", "title": "Project", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TechArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TechArticle", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." } ], "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", "properties": { "dependencies": { "description": "Prerequisites needed to fulfill steps in article.", "type": "string" }, "proficiencyLevel": { "description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", "type": "string" } }, "title": "TechArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CreateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CreateAction", "$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 deliberately creating/producing/generating/building a result out of the agent.", "format": "http://schema.org/CreateAction", "title": "CreateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GovernmentBuilding.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentBuilding", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A government building.", "format": "http://schema.org/GovernmentBuilding", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GovernmentBuilding" } }, "required": [ "@type" ], "title": "GovernmentBuilding", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Ticket.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Ticket", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a ticket to an event, a flight, a bus ride, etc.", "format": "http://schema.org/Ticket", "properties": { "dateIssued": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date the ticket was issued." }, "issuedBy": { "$ref": "http://schema.org/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 e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "ticketNumber": { "description": "The unique identifier for the ticket.", "type": "string" }, "ticketToken": { "description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "ticketedSeat": { "$ref": "http://schema.org/Seat", "description": "The seat associated with the ticket." }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Ticket", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MeetingRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MeetingRoom", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Room.schema.json", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/MeetingRoom", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MeetingRoom" } }, "required": [ "@type" ], "title": "MeetingRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SellAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SellAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", "format": "http://schema.org/SellAction", "properties": { "buyer": { "description": "A sub property of participant. The participant/person/organization that bought the object.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "warrantyPromise": { "$ref": "http://schema.org/WarrantyPromise", "description": "The warranty promise(s) included in the offer." } }, "title": "SellAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TVEpisode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVEpisode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Episode.schema.json", "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season." } ], "description": "A TV episode which can be part of a series or season.", "format": "http://schema.org/TVEpisode", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TVEpisode" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "required": [ "@type" ], "title": "TVEpisode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Movie.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Movie", "$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 movie.", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "countryOfOrigin": { "$ref": "http://schema.org/Country", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "http://schema.org/Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/VitalSign.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:VitalSign", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalSign", "description": "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination." } ], "description": "Vital signs are measures of various physiological functions in order to assess the most basic body functions.", "title": "VitalSign", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ProductGroup.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ProductGroup", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Product", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A ProductGroup represents a group of [[Product]]s that vary only in certain well-described ways, such as by [[size]], [[color]], [[material]] etc.\n\nWhile a ProductGroup itself is not directly offered for sale, the various varying products that it represents can be. The ProductGroup serves as a prototype or template, standing in for all of the products who have an [[isVariantOf]] relationship to it. As such, properties (including additional types) can be applied to the ProductGroup to represent characteristics shared by each of the (possibly very many) variants. Properties that reference a ProductGroup are not included in this mechanism; neither are the following specific properties [[variesBy]], [[hasVariant]], [[url]]. ", "properties": { "hasVariant": { "description": "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).", "oneOf": [ { "$ref": "schema:Product" }, { "items": { "$ref": "schema:Product" }, "type": "array" } ] }, "productGroupID": { "description": "Indicates a textual identifier for a ProductGroup.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "variesBy": { "description": "Indicates the property or properties by which the variants in a [[ProductGroup]] vary, e.g. their size, color etc. Schema.org properties can be referenced by their short name e.g. \"color\"; terms defined elsewhere can be referenced with their URIs.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, "type": "array" } ] } }, "title": "ProductGroup", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Distance.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Distance", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Quantity.schema.json", "description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." } ], "description": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.", "format": "http://schema.org/Distance", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Distance" } }, "required": [ "@type" ], "title": "Distance", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Clip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Clip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A short TV or radio program or a segment/part of a program.", "format": "http://schema.org/Clip", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "clipNumber": { "description": "Position of the clip within an ordered group of clips.", "type": "integer" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfEpisode": { "$ref": "Episode.schema.json", "description": "The episode to which this clip belongs." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." } }, "title": "Clip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SportingGoodsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportingGoodsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A sporting goods store.", "title": "SportingGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AutoPartsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoPartsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." }, { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An auto parts store.", "format": "http://schema.org/AutoPartsStore", "title": "AutoPartsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserDownloads.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserDownloads", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UserInteraction.schema.json", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserDownloads", "title": "UserDownloads", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/FilmAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FilmAction", "$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 capturing sound and moving images on film, video, or digitally.", "title": "FilmAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/RoofingContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RoofingContractor", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HomeAndConstructionBusiness", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A roofing contractor.", "title": "RoofingContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BedAndBreakfast.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedAndBreakfast", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "Bed and breakfast.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/BedAndBreakfast", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BedAndBreakfast" } }, "required": [ "@type" ], "title": "BedAndBreakfast", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Library.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Library", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 library.", "format": "http://schema.org/Library", "title": "Library", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MusicStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A music store.", "title": "MusicStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/RadioSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioSeries", "$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": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.", "format": "http://schema.org/RadioSeries", "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" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "$ref": "CreativeWorkSeason.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "RadioSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InsertAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InsertAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AddAction", "description": "The act of editing by adding an object to a collection." } ], "description": "The act of adding at a specific location in an ordered collection.", "properties": { "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] } }, "title": "InsertAction", "type": "object" }
Apache-2.0
en