repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HowToTip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "format": "http://schema.org/HowToTip", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToTip" } }, "required": [ "@type" ], "title": "HowToTip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Beach.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Beach", "$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": "Beach.", "format": "http://schema.org/Beach", "title": "Beach", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MotorcycleDealer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MotorcycleDealer", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A motorcycle dealer.", "title": "MotorcycleDealer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/FireStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FireStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "http://schema.org/EmergencyService", "description": "An emergency service, such as a fire station or ER." } ], "description": "A fire station. With firemen.", "title": "FireStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TaxiService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.", "format": "http://schema.org/TaxiService", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TaxiService" } }, "required": [ "@type" ], "title": "TaxiService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/RealEstateListing.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:RealEstateListing", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "A [[RealEstateListing]] is a listing that describes one or more real-estate [[Offer]]s (whose [[businessFunction]] is typically to lease out, or to sell).\n The [[RealEstateListing]] type itself represents the overall listing, as manifested in some [[WebPage]].\n ", "properties": { "datePosted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Publication date of an online listing." }, "leaseLength": { "description": "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property.", "oneOf": [ { "anyOf": [ { "$comment": "https://schema.org/Duration", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ] }, { "items": { "anyOf": [ { "$comment": "https://schema.org/Duration", "type": "string" }, { "$ref": "schema:QuantitativeValue" } ] }, "type": "array" } ] } }, "title": "RealEstateListing", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BreadcrumbList.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BreadcrumbList", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$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 BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\n\nThe position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.", "format": "http://schema.org/BreadcrumbList", "title": "BreadcrumbList", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AdultEntertainment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AdultEntertainment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "An adult entertainment establishment.", "format": "http://schema.org/AdultEntertainment", "title": "AdultEntertainment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/PublicationIssue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationIssue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\n\nSee also blog post.", "format": "http://schema.org/PublicationIssue", "properties": { "issueNumber": { "description": "Identifies the issue of publication; for example, \"iii\" or \"2\".", "items": { "anyOf": [ { "type": "integer" }, { "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\".", "items": { "type": "string" }, "type": "array" } }, "title": "PublicationIssue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/CookAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CookAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing/preparing food.", "format": "http://schema.org/CookAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CookAction" }, "foodEstablishment": { "description": "A sub property of location. The specific food establishment where the action occurred.", "oneOf": [ { "anyOf": [ { "$ref": "FoodEstablishment.schema.json" }, { "$ref": "Place.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "FoodEstablishment.schema.json" }, { "$ref": "Place.schema.json" } ] }, "type": "array" } ] }, "foodEvent": { "description": "A sub property of location. The specific food event where the action occurred.", "oneOf": [ { "$ref": "FoodEvent.schema.json" }, { "items": { "$ref": "FoodEvent.schema.json" }, "type": "array" } ] }, "recipe": { "description": "A sub property of instrument. The recipe/instructions used to perform the action.", "oneOf": [ { "$ref": "Recipe.schema.json" }, { "items": { "$ref": "Recipe.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "CookAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ] }, "type": "array" } ] }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "http://schema.org/Service", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "http://schema.org/Place", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "http://schema.org/ContactPoint", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "http://schema.org/PostalAddress", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "http://schema.org/ContactPoint", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/TipAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TipAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", "format": "http://schema.org/TipAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "title": "TipAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BusinessFunction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessFunction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ConstructionInstallation\nhttp://purl.org/goodrelations/v1#Dispose\nhttp://purl.org/goodrelations/v1#LeaseOut\nhttp://purl.org/goodrelations/v1#Maintain\nhttp://purl.org/goodrelations/v1#ProvideService\nhttp://purl.org/goodrelations/v1#Repair\nhttp://purl.org/goodrelations/v1#Sell\nhttp://purl.org/goodrelations/v1#Buy\n\n", "format": "http://schema.org/BusinessFunction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BusinessFunction" } }, "required": [ "@type" ], "title": "BusinessFunction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/LocalBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LocalBusiness", "$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." }, { "$ref": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "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.", "format": "http://schema.org/LocalBusiness", "properties": { "branchOf": { "$ref": "http://schema.org/Organization", "description": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch." }, "currenciesAccepted": { "description": "The currency accepted.\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" }, "openingHours": { "description": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n\nDays are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.\nTimes are specified using 24:00 time. For example, 3pm is specified as 15:00. \nHere is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>.\nIf a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>.\n\n", "type": "string" }, "paymentAccepted": { "description": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "priceRange": { "description": "The price range of the business, for example $$$.", "type": "string" } }, "title": "LocalBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GeoCircle" }, "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": { "anyOf": [ { "type": "number" }, { "format": "https://schema.org/Distance", "type": "string" }, { "type": "string" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "GeoCircle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Festival.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Festival", "$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: Festival.", "format": "http://schema.org/Festival", "title": "Festival", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/LodgingBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingBusiness", "$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 lodging business, such as a motel, hotel, or inn.", "format": "http://schema.org/LodgingBusiness", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "items": { "$ref": "LocationFeatureSpecification.schema.json" }, "type": "array" }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "$ref": "Language.schema.json" }, "type": "array" }, "checkinTime": { "description": "The earliest someone may check into a lodging establishment.", "format": "http://schema.org/DateTime" }, "checkoutTime": { "description": "The latest someone may check out of a lodging establishment.", "format": "http://schema.org/DateTime" }, "numberOfRooms": { "$ref": "QuantitativeValue.schema.json", "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "petsAllowed": { "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.", "format": "http://schema.org/Boolean" }, "starRating": { "description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", "items": { "$ref": "Rating.schema.json" }, "type": "array" } }, "title": "LodgingBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "oneOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "items": { "type": "string" }, "type": "array" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "items": { "type": "string" }, "type": "array" } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ChildCare.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildCare", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A Childcare center.", "format": "http://schema.org/ChildCare", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ChildCare" } }, "required": [ "@type" ], "title": "ChildCare", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/HowTo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowTo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Instructions that explain how to achieve a result by performing a sequence of steps.", "properties": { "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/MonetaryAmount" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." }, "performTime": { "$comment": "https://schema.org/Duration", "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "type": "string" }, "prepTime": { "$comment": "https://schema.org/Duration", "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "type": "string" }, "step": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/HowToSection" }, { "$ref": "http://schema.org/HowToStep" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/HowToSection" }, { "$ref": "http://schema.org/HowToStep" } ] }, "type": "array" } ] }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, "type": "array" } ] }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, "type": "array" } ] }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, "type": "array" } ] }, "totalTime": { "$comment": "https://schema.org/Duration", "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "type": "string" }, "yield": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." } }, "title": "HowTo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MobileApplication.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MobileApplication", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:SoftwareApplication", "description": "A software application." } ], "description": "A software application designed specifically to work well on a mobile device such as a telephone.", "properties": { "carrierRequirements": { "description": "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).", "type": "string" } }, "title": "MobileApplication", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PayAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent pays a price to a participant.", "format": "http://schema.org/PayAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "PayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Vehicle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Vehicle", "$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 vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", "properties": { "accelerationTime": { "$ref": "schema:QuantitativeValue", "description": "The time needed to accelerate the vehicle from a given start velocity to a given target velocity.\\n\\nTypical unit code(s): SEC for seconds\\n\\n* Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use \"SEC\" for seconds and indicate the velocities in the [[name]] of the [[QuantitativeValue]], or use [[valueReference]] with a [[QuantitativeValue]] of 0..60 mph or 0..100 km/h to specify the reference speeds." }, "bodyType": { "description": "Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ] }, "type": "array" } ] }, "callSign": { "description": "A [callsign](https://en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "cargoVolume": { "$ref": "schema:QuantitativeValue", "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": "schema:DriveWheelConfigurationValue" } ], "description": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain." }, "emissionsCO2": { "description": "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\".", "type": "number" }, "fuelCapacity": { "$ref": "schema:QuantitativeValue", "description": "The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.\\n\\nTypical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles)." }, "fuelConsumption": { "$ref": "schema:QuantitativeValue", "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* Note 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.\\n* Note 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.\\n* Note 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." }, "fuelEfficiency": { "$ref": "schema:QuantitativeValue", "description": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\\n\\n* Note 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.\\n* Note 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.\\n* Note 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." }, "fuelType": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ], "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.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "meetsEmissionStandard": { "description": "Indicates that the vehicle meets the respective emission standard.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ] }, "type": "array" } ] }, "mileageFromOdometer": { "$ref": "schema:QuantitativeValue", "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" }, "modelDate": { "description": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", "format": "date", "type": "string" }, "numberOfAirbags": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The number or type of airbags in the vehicle." }, "numberOfAxles": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The number of axles.\\n\\nTypical unit code(s): C62" }, "numberOfDoors": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The number of doors.\\n\\nTypical unit code(s): C62" }, "numberOfForwardGears": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "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": "schema:QuantitativeValue" } ], "description": "The number of owners of the vehicle, including the current one.\\n\\nTypical unit code(s): C62" }, "payload": { "$ref": "schema:QuantitativeValue", "description": "The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: Many databases specify the permitted TOTAL weight instead, which is the sum of [[weight]] and [[payload]]\\n* Note 2: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 3: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 4: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." }, "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" }, "seatingCapacity": { "anyOf": [ { "type": "number" }, { "$ref": "schema:QuantitativeValue" } ], "description": "The number of persons that can be seated (e.g. in a 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 " }, "speed": { "$ref": "schema:QuantitativeValue", "description": "The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by [[maxValue]] should be the maximum speed achievable under regular conditions.\\n\\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot\\n\\n*Note 1: Use [[minValue]] and [[maxValue]] to indicate the range. Typically, the minimal value is zero.\\n* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the [[valueReference]] property." }, "steeringPosition": { "$ref": "schema:SteeringPositionValue", "description": "The position of the steering wheel or similar device (mostly for cars)." }, "tongueWeight": { "$ref": "schema:QuantitativeValue", "description": "The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." }, "trailerWeight": { "$ref": "schema:QuantitativeValue", "description": "The permitted weight of a trailer attached to the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." }, "vehicleConfiguration": { "description": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "vehicleEngine": { "description": "Information about the engine or engines of the vehicle.", "oneOf": [ { "$ref": "schema:EngineSpecification" }, { "items": { "$ref": "schema:EngineSpecification" }, "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": "schema:QuantitativeValue" } ], "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." }, "vehicleSpecialUsage": { "description": "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:CarUsageType" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:CarUsageType" } ] }, "type": "array" } ] }, "vehicleTransmission": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:QualitativeValue" } ], "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)." }, "weightTotal": { "$ref": "schema:QuantitativeValue", "description": "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges." }, "wheelbase": { "$ref": "schema:QuantitativeValue", "description": "The distance between the centers of the front and rear wheels.\\n\\nTypical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet" } }, "title": "Vehicle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OutletStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OutletStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An outlet store.", "format": "http://schema.org/OutletStore", "title": "OutletStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/WinAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WinAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AchieveAction.schema.json", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of achieving victory in a competitive activity.", "format": "http://schema.org/WinAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WinAction" }, "loser": { "description": "A sub property of participant. The loser of the action.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "WinAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Order", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "format": "http://schema.org/Order", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "oneOf": [ { "$ref": "Offer.schema.json" }, { "items": { "$ref": "Offer.schema.json" }, "type": "array" } ] }, "billingAddress": { "$ref": "PostalAddress.schema.json", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\n\nUse standard formats: ISO 4217 currency format 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" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" } ] }, "partOfInvoice": { "$ref": "Invoice.schema.json", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "PaymentMethod.schema.json", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "BroadcastChannel.schema.json", "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/RadioChannel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RadioChannel" } }, "required": [ "@type" ], "title": "RadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AuthorizeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AuthorizeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AllocateAction", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of granting permission to an object.", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "AuthorizeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Hospital.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Hospital", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "http://schema.org/EmergencyService", "description": "An emergency service, such as a fire station or ER." }, { "$ref": "http://schema.org/MedicalOrganization", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A hospital.", "format": "http://schema.org/Hospital", "title": "Hospital", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Canal.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Canal", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A canal, like the Panama Canal.", "format": "http://schema.org/Canal", "title": "Canal", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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", "title": "BedAndBreakfast", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/LiveBlogPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiveBlogPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BlogPosting.schema.json", "description": "A blog post." } ], "description": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", "format": "http://schema.org/LiveBlogPosting", "properties": { "coverageEndTime": { "description": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", "format": "date-time", "type": "string" }, "coverageStartTime": { "description": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", "format": "date-time", "type": "string" }, "liveBlogUpdate": { "description": "An update to the LiveBlog.", "items": { "$ref": "BlogPosting.schema.json" }, "type": "array" } }, "title": "LiveBlogPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A direction indicating a single action to do in the instructions for how to achieve a result.", "format": "http://schema.org/HowToDirection", "properties": { "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "oneOf": [ { "$ref": "HowToSupply.schema.json" }, { "type": "string" } ] }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "oneOf": [ { "$ref": "HowToTool.schema.json" }, { "type": "string" } ] }, "type": "array" }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" } }, "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BookStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A bookstore.", "format": "http://schema.org/BookStore", "title": "BookStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LegalService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LegalService", "$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 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).", "title": "LegalService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SubwayStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SubwayStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A subway station.", "format": "http://schema.org/SubwayStation", "title": "SubwayStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EducationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EducationEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Education event.", "title": "EducationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BuddhistTemple.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BuddhistTemple", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlaceOfWorship.schema.json", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A Buddhist temple.", "format": "http://schema.org/BuddhistTemple", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BuddhistTemple" } }, "required": [ "@type" ], "title": "BuddhistTemple", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Casino.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Casino", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "A casino.", "title": "Casino", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AnimalShelter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AnimalShelter", "$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": "Animal shelter.", "title": "AnimalShelter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SubscribeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SubscribeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/InteractAction", "description": "The act of interacting with another person or organization." } ], "description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\nRegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\n\n", "title": "SubscribeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/BroadcastChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastChannel", "$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 unique instance of a BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/BroadcastChannel", "properties": { "broadcastChannelId": { "description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "$ref": "BroadcastFrequencySpecification.schema.json" }, { "type": "string" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastServiceTier": { "description": "The type of service required to have access to the channel (e.g. Standard or Premium).", "type": "string" }, "genre": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "inBroadcastLineup": { "$ref": "CableOrSatelliteService.schema.json", "description": "The CableOrSatelliteService offering the channel." }, "providesBroadcastService": { "$ref": "BroadcastService.schema.json", "description": "The BroadcastService offered on this channel." } }, "title": "BroadcastChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TakeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TakeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TransferAction.schema.json", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n\nGiveAction: The reciprocal of TakeAction.\nReceiveAction: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.\n\n", "format": "http://schema.org/TakeAction", "title": "TakeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Mountain.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Mountain", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Landform", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "A mountain, like Mount Whitney or Mount Everest.", "title": "Mountain", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/LoseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AchieveAction.schema.json", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of being defeated in a competitive activity.", "format": "http://schema.org/LoseAction", "properties": { "winner": { "description": "A sub property of participant. The winner of the action.", "items": { "$ref": "Person.schema.json" }, "type": "array" } }, "title": "LoseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/EatAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EatAction", "$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 solid objects.", "format": "http://schema.org/EatAction", "title": "EatAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/CreativeWork.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CreativeWork", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.", "format": "http://schema.org/CreativeWork", "properties": { "about": { "$ref": "Thing.schema.json", "description": "The subject matter of the content." }, "accessMode": { "description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessModeSufficient": { "description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.", "oneOf": [ { "$ref": "ItemList.schema.json" }, { "items": { "$ref": "ItemList.schema.json" }, "type": "array" } ] }, "accessibilityAPI": { "description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityControl": { "description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityFeature": { "description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilityHazard": { "description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "accessibilitySummary": { "description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"", "type": "string" }, "accountablePerson": { "$ref": "Person.schema.json", "description": "Specifies the Person that is legally accountable for the CreativeWork." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "alternativeHeadline": { "description": "A secondary title of the CreativeWork.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "associatedMedia": { "$ref": "MediaObject.schema.json", "description": "A media object that encodes this CreativeWork. This property is a synonym for encoding." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "audio": { "description": "An embedded audio object.", "oneOf": [ { "anyOf": [ { "$ref": "AudioObject.schema.json" }, { "$ref": "Clip.schema.json" }, { "$ref": "MusicRecording.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "AudioObject.schema.json" }, { "$ref": "Clip.schema.json" }, { "$ref": "MusicRecording.schema.json" } ] }, "type": "array" } ] }, "author": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." }, "award": { "description": "An award won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "awards": { "description": "Awards won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "character": { "description": "Fictional person connected with a creative work.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "citation": { "description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" } ] }, "type": "array" } ] }, "comment": { "description": "Comments, typically from users.", "oneOf": [ { "$ref": "Comment.schema.json" }, { "items": { "$ref": "Comment.schema.json" }, "type": "array" } ] }, "commentCount": { "description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.", "type": "integer" }, "contentLocation": { "$ref": "Place.schema.json", "description": "The location depicted or described in the content. For example, the location in a photograph or painting." }, "contentRating": { "description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Rating.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Rating.schema.json" } ] }, "type": "array" } ] }, "contributor": { "description": "A secondary contributor to the CreativeWork or Event.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "copyrightHolder": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The party holding the legal copyright to the CreativeWork." }, "copyrightYear": { "description": "The year during which the claimed copyright for the CreativeWork was first asserted.", "type": "number" }, "creator": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "dateCreated": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date on which the CreativeWork was created or the item was added to a DataFeed." }, "dateModified": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." }, "datePublished": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date of first broadcast/publication." }, "discussionUrl": { "description": "A link to the page containing the comments of the CreativeWork.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "editor": { "$ref": "Person.schema.json", "description": "Specifies the Person who edited the CreativeWork." }, "educationalAlignment": { "description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.", "oneOf": [ { "$ref": "AlignmentObject.schema.json" }, { "items": { "$ref": "AlignmentObject.schema.json" }, "type": "array" } ] }, "educationalUse": { "description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.", "type": "string" }, "encoding": { "description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.", "oneOf": [ { "$ref": "MediaObject.schema.json" }, { "items": { "$ref": "MediaObject.schema.json" }, "type": "array" } ] }, "encodingFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." }, "encodings": { "description": "A media object that encodes this CreativeWork.", "oneOf": [ { "$ref": "MediaObject.schema.json" }, { "items": { "$ref": "MediaObject.schema.json" }, "type": "array" } ] }, "exampleOfWork": { "description": "A creative work that this work is an example/instance/realization/derivation of.", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] }, "expires": { "description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.", "format": "date", "type": "string" }, "fileFormat": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry." }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "genre": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "hasPart": { "description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] }, "headline": { "description": "Headline of the article.", "type": "string" }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "interactionStatistic": { "$ref": "InteractionCounter.schema.json", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "interactivityType": { "description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.", "type": "string" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isBasedOn": { "description": "A resource from which this work is derived or from which it is a modification or adaption.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Product.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" } ] }, "isBasedOnUrl": { "description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Product.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" } ] }, "isFamilyFriendly": { "description": "Indicates whether this content is family friendly.", "type": "boolean" }, "isPartOf": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ], "description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of." }, "keywords": { "description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.", "type": "string" }, "learningResourceType": { "description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.", "type": "string" }, "license": { "description": "A license document that applies to this content, typically indicated by URL.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ] }, "type": "array" } ] }, "locationCreated": { "$ref": "Place.schema.json", "description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork." }, "mainEntity": { "description": "Indicates the primary entity described in some page or other CreativeWork.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Product.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Product.schema.json" } ] }, "type": "array" } ] }, "mentions": { "description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "oneOf": [ { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" } ] }, "position": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The position of an item in a series or sequence of items." }, "producer": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)." }, "provider": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "publication": { "description": "A publication event associated with the item.", "oneOf": [ { "$ref": "PublicationEvent.schema.json" }, { "items": { "$ref": "PublicationEvent.schema.json" }, "type": "array" } ] }, "publisher": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The publisher of the creative work." }, "publishingPrinciples": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ], "description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology." }, "recordedAt": { "$ref": "Event.schema.json", "description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event." }, "releasedEvent": { "$ref": "PublicationEvent.schema.json", "description": "The place and time the release was issued, expressed as a PublicationEvent." }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "Review.schema.json" }, { "items": { "$ref": "Review.schema.json" }, "type": "array" } ] }, "reviews": { "description": "Review of the item.", "oneOf": [ { "$ref": "Review.schema.json" }, { "items": { "$ref": "Review.schema.json" }, "type": "array" } ] }, "schemaVersion": { "description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "sourceOrganization": { "$ref": "Organization.schema.json", "description": "The Organization on whose behalf the creator was working." }, "spatial": { "$ref": "Place.schema.json", "description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate." }, "spatialCoverage": { "$ref": "Place.schema.json", "description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York." }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "temporal": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "string" } ], "description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate." }, "temporalCoverage": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated." }, "text": { "description": "The textual content of this CreativeWork.", "type": "string" }, "thumbnailUrl": { "description": "A thumbnail image relevant to the Thing.", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "timeRequired": { "description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.", "format": "https://schema.org/Duration", "type": "string" }, "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": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "typicalAgeRange": { "description": "The typical expected age range, e.g. '7-9', '11-'.", "type": "string" }, "version": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The version of the CreativeWork embodied by a specified resource." }, "video": { "description": "An embedded video object.", "oneOf": [ { "anyOf": [ { "$ref": "Clip.schema.json" }, { "$ref": "VideoObject.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Clip.schema.json" }, { "$ref": "VideoObject.schema.json" } ] }, "type": "array" } ] }, "workExample": { "description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] } }, "title": "CreativeWork", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/HowTo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowTo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Instructions that explain how to achieve a result by performing a sequence of steps.", "format": "http://schema.org/HowTo", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowTo" }, "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "step": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "HowToSection.schema.json" }, { "$ref": "HowToStep.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "HowToSection.schema.json" }, { "$ref": "HowToStep.schema.json" } ] }, "type": "array" } ] }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" } ] }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "HowToSupply.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToSupply.schema.json" } ] }, "type": "array" } ] }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "HowToTool.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToTool.schema.json" } ] }, "type": "array" } ] }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "yield": { "anyOf": [ { "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." } }, "required": [ "@type" ], "title": "HowTo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ReserveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ReserveAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PlanAction", "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date." } ], "description": "Reserving a concrete object.\\n\\nRelated actions:\\n\\n* [[ScheduleAction]]: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.", "title": "ReserveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/JobPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JobPosting", "$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 listing that describes a job opening in a certain organization.", "format": "http://schema.org/JobPosting", "properties": { "baseSalary": { "anyOf": [ { "$ref": "PriceSpecification.schema.json" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "benefits": { "description": "Description of benefits associated with the job.", "format": "http://schema.org/Text" }, "datePosted": { "description": "Publication date of an online listing.", "format": "http://schema.org/DateTime" }, "employmentType": { "description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", "format": "http://schema.org/Text" }, "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "oneOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "format": "http://schema.org/Text" }, "hiringOrganization": { "$ref": "Organization.schema.json", "description": "Organization offering the job position." }, "incentiveCompensation": { "description": "Description of bonus and commission compensation aspects of the job.", "format": "http://schema.org/Text" }, "incentives": { "description": "Description of bonus and commission compensation aspects of the job.", "format": "http://schema.org/Text" }, "industry": { "description": "The industry associated with the job position.", "format": "http://schema.org/Text" }, "jobBenefits": { "description": "Description of benefits associated with the job.", "format": "http://schema.org/Text" }, "jobLocation": { "description": "A (typically single) geographic location associated with the job position.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "relevantOccupation": { "$ref": "Occupation.schema.json", "description": "The Occupation for the JobPosting." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "format": "http://schema.org/Text" }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "format": "http://schema.org/Text" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "format": "http://schema.org/Text" }, "specialCommitments": { "description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", "format": "http://schema.org/Text" }, "title": { "description": "The title of the job.", "format": "http://schema.org/Text" }, "validThrough": { "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.", "format": "http://schema.org/Date" }, "workHours": { "description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", "format": "http://schema.org/Text" } }, "title": "JobPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Action.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Action", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Thing", "description": "The most generic type of item." } ], "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.", "properties": { "actionStatus": { "description": "Indicates the current disposition of the Action.", "oneOf": [ { "$ref": "http://schema.org/ActionStatusType" }, { "items": { "$ref": "http://schema.org/ActionStatusType" }, "type": "array" } ] }, "agent": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "error": { "description": "For failed actions, more information on the cause of the failure.", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] }, "instrument": { "$ref": "http://schema.org/Thing", "description": "The object that helped the agent perform the action. e.g. John wrote a book with a pen." }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Place" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "object": { "$ref": "http://schema.org/Thing", "description": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book." }, "participant": { "description": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "result": { "$ref": "http://schema.org/Thing", "description": "The result produced in the action. e.g. John wrote a book." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "target": { "description": "Indicates a target EntryPoint for an Action.", "oneOf": [ { "$ref": "http://schema.org/EntryPoint" }, { "items": { "$ref": "http://schema.org/EntryPoint" }, "type": "array" } ] } }, "title": "Action", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HowTo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowTo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Instructions that explain how to achieve a result by performing a sequence of steps.", "properties": { "estimatedCost": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/MonetaryAmount" } ], "description": "The estimated cost of the supply or supplies consumed when performing instructions." }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "step": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/HowToSection" }, { "$ref": "http://schema.org/HowToStep" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/HowToSection" }, { "$ref": "http://schema.org/HowToStep" } ] }, "type": "array" } ] }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, "type": "array" } ] }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToSupply" } ] }, "type": "array" } ] }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/HowToTool" } ] }, "type": "array" } ] }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "yield": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." } }, "title": "HowTo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BusStop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusStop", "$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 bus stop.", "format": "http://schema.org/BusStop", "title": "BusStop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WearAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WearAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UseAction.schema.json", "description": "The act of applying an object to its intended purpose." } ], "description": "The act of dressing oneself in clothing.", "format": "http://schema.org/WearAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WearAction" } }, "required": [ "@type" ], "title": "WearAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Map.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Map", "$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 map.", "format": "http://schema.org/Map", "properties": { "mapType": { "description": "Indicates the kind of Map, from the MapCategoryType Enumeration.", "items": { "$ref": "MapCategoryType.schema.json" }, "type": "array" } }, "title": "Map", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
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": { "anyOf": [ { "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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ShoeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShoeStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A shoe store.", "format": "http://schema.org/ShoeStore", "title": "ShoeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/EmployeeRole.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmployeeRole", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizationRole.schema.json", "description": "A subclass of Role used to describe roles within organizations." } ], "description": "A subclass of OrganizationRole used to describe employee relationships.", "format": "http://schema.org/EmployeeRole", "properties": { "baseSalary": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "type": "number" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "type": "string" } }, "title": "EmployeeRole", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Code.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Code", "$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": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "title": "Code", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Trip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Trip", "$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 trip or journey. An itinerary of visits to one or more places.", "format": "http://schema.org/Trip", "properties": { "arrivalTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The expected arrival time." }, "departureTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The expected departure time." }, "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" }, "provider": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." } }, "title": "Trip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/UpdateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UpdateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of managing by changing/editing the state of the object.", "properties": { "collection": { "description": "A sub property of object. The collection target of the action.", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] }, "targetCollection": { "description": "A sub property of object. The collection target of the action.", "oneOf": [ { "$ref": "http://schema.org/Thing" }, { "items": { "$ref": "http://schema.org/Thing" }, "type": "array" } ] } }, "title": "UpdateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AudioObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AudioObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MediaObject", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "An audio file.", "format": "http://schema.org/AudioObject", "properties": { "caption": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" } }, "title": "AudioObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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.", "format": "http://schema.org/DataType", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DataType" } }, "required": [ "@type" ], "title": "DataType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LearningResource.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LearningResource", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.", "properties": { "assesses": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The item being described is intended to assess the competency or learning outcome defined by the referenced term." }, "competencyRequired": { "description": "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" } ] }, "type": "array" } ] }, "educationalAlignment": { "description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.", "oneOf": [ { "$ref": "schema:AlignmentObject" }, { "items": { "$ref": "schema:AlignmentObject" }, "type": "array" } ] }, "educationalLevel": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators." }, "educationalUse": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'." }, "learningResourceType": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'." }, "teaches": { "anyOf": [ { "type": "string" }, { "$ref": "schema:DefinedTerm" } ], "description": "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term." } }, "title": "LearningResource", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/BroadcastEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PublicationEvent.schema.json", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "An over the air or online broadcast event.", "format": "http://schema.org/BroadcastEvent", "properties": { "broadcastOfEvent": { "$ref": "Event.schema.json", "description": "The event being broadcast such as a sporting event or awards ceremony." }, "isLiveBroadcast": { "description": "True is the broadcast is of a live event.", "items": { "type": "boolean" }, "type": "array" }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/LodgingReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingReservation", "$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 lodging at a hotel, motel, inn, etc.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", "format": "http://schema.org/LodgingReservation", "properties": { "checkinTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The earliest someone may check into a lodging establishment." }, "checkoutTime": { "anyOf": [ { "format": "time", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The latest someone may check out of a lodging establishment." }, "lodgingUnitDescription": { "description": "A full description of the lodging unit.", "items": { "type": "string" }, "type": "array" }, "lodgingUnitType": { "description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", "items": { "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "type": "string" } ] }, "type": "array" }, "numAdults": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of adults staying in the unit." }, "numChildren": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of children staying in the unit." } }, "title": "LodgingReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Rating.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Rating", "$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 rating is an evaluation on a numeric scale, such as 1 to 5 stars.", "format": "http://schema.org/Rating", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Rating" }, "author": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." }, "bestRating": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed." }, "ratingValue": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The rating for the content.\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" }, "reviewAspect": { "description": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "items": { "type": "string" }, "type": "array" }, "worstRating": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed." } }, "required": [ "@type" ], "title": "Rating", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Zoo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Zoo", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A zoo.", "title": "Zoo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TieAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TieAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AchieveAction.schema.json", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of reaching a draw in a competitive activity.", "format": "http://schema.org/TieAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TieAction" } }, "required": [ "@type" ], "title": "TieAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/EmergencyService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmergencyService", "$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 emergency service, such as a fire station or ER.", "format": "http://schema.org/EmergencyService", "title": "EmergencyService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AnimalShelter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AnimalShelter", "$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": "Animal shelter.", "format": "http://schema.org/AnimalShelter", "title": "AnimalShelter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A movie.", "format": "http://schema.org/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.", "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" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "duration": { "$ref": "Duration.schema.json", "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format." }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Taxi.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Taxi", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A taxi.", "format": "http://schema.org/Taxi", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Taxi" } }, "required": [ "@type" ], "title": "Taxi", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HealthClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HealthClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HealthAndBeautyBusiness.schema.json", "description": "Health and beauty." }, { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A health club.", "format": "http://schema.org/HealthClub", "title": "HealthClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BuyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BuyAction", "$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 giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.", "properties": { "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "vendor": { "description": "'vendor' is an earlier term for 'seller'.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "warrantyPromise": { "$ref": "http://schema.org/WarrantyPromise", "description": "The warranty promise(s) included in the offer." } }, "title": "BuyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BusReservation" } }, "required": [ "@type" ], "title": "BusReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WPSideBar.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPSideBar", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "A sidebar section of the page.", "title": "WPSideBar", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": { "description": "The duration of validity of a permit or similar thing.", "format": "https://schema.org/Duration", "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
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/Invoice.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Invoice", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A statement of the money due for goods or services; a bill.", "properties": { "accountId": { "description": "The identifier for the account the payment will be applied to.", "type": "string" }, "billingPeriod": { "$comment": "https://schema.org/Duration", "description": "The time interval used to compute the invoice.", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Thing" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Thing" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "Party placing the order or paying the invoice." }, "minimumPaymentDue": { "anyOf": [ { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The minimum payment required at this time." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "http://schema.org/PaymentMethod", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentStatus": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PaymentStatusType" } ], "description": "The status of payment; whether the invoice has been paid or not." }, "provider": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "referencesOrder": { "$ref": "http://schema.org/Order", "description": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice." }, "scheduledPaymentDate": { "description": "The date the invoice is scheduled to be paid.", "format": "date", "type": "string" }, "totalPaymentDue": { "anyOf": [ { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The total amount due." } }, "title": "Invoice", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ComedyClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ComedyClub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EntertainmentBusiness.schema.json", "description": "A business providing entertainment." } ], "description": "A comedy club.", "format": "http://schema.org/ComedyClub", "title": "ComedyClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/WebAPI.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:WebAPI", "$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": "An application programming interface accessible over Web/Internet technologies.", "properties": { "documentation": { "description": "Further documentation describing the Web API in more detail.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWork" } ] }, "type": "array" } ] } }, "title": "WebAPI", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RsvpResponseType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpResponseType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", "format": "http://schema.org/RsvpResponseType", "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." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RsvpResponseType" } }, "required": [ "@type" ], "title": "RsvpResponseType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WriteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WriteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreateAction", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of authoring written creative content.", "format": "http://schema.org/WriteAction", "properties": { "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/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. See also availableLanguage." }, "language": { "description": "A sub property of instrument. The language used on this action.", "oneOf": [ { "$ref": "http://schema.org/Language" }, { "items": { "$ref": "http://schema.org/Language" }, "type": "array" } ] } }, "title": "WriteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Flight.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Flight", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Trip", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "An airline flight.", "properties": { "aircraft": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Vehicle" } ], "description": "The kind of aircraft (e.g., \"Boeing 747\")." }, "arrivalAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight terminates." }, "arrivalGate": { "description": "Identifier of the flight's arrival gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "arrivalTerminal": { "description": "Identifier of the flight's arrival terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "boardingPolicy": { "$ref": "http://schema.org/BoardingPolicyType", "description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)." }, "carrier": { "$ref": "http://schema.org/Organization", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "departureAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight originates." }, "departureGate": { "description": "Identifier of the flight's departure gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "departureTerminal": { "description": "Identifier of the flight's departure terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "estimatedFlightDuration": { "anyOf": [ { "format": "https://schema.org/Duration", "type": "string" }, { "type": "string" } ], "description": "The estimated time the flight will take." }, "flightDistance": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "type": "string" } ], "description": "The distance of the flight." }, "flightNumber": { "description": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "type": "string" }, "mealService": { "description": "Description of the meals that will be provided or available for purchase.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "webCheckinTime": { "description": "The time when a passenger can check into the flight online.", "format": "date-time", "type": "string" } }, "title": "Flight", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ProductModel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ProductModel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Product", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A datasheet or vendor specification of a product (in the sense of a prototypical description).", "format": "http://schema.org/ProductModel", "properties": { "isVariantOf": { "description": "A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.", "oneOf": [ { "$ref": "http://schema.org/ProductModel" }, { "items": { "$ref": "http://schema.org/ProductModel" }, "type": "array" } ] }, "predecessorOf": { "description": "A pointer from a previous, often discontinued variant of the product to its newer variant.", "oneOf": [ { "$ref": "http://schema.org/ProductModel" }, { "items": { "$ref": "http://schema.org/ProductModel" }, "type": "array" } ] }, "successorOf": { "description": "A pointer from a newer variant of a product to its previous, often discontinued predecessor.", "oneOf": [ { "$ref": "http://schema.org/ProductModel" }, { "items": { "$ref": "http://schema.org/ProductModel" }, "type": "array" } ] } }, "title": "ProductModel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A direction indicating a single action to do in the instructions for how to achieve a result.", "format": "http://schema.org/HowToDirection", "properties": { "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "performTime": { "$ref": "Duration.schema.json", "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format." }, "prepTime": { "$ref": "Duration.schema.json", "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format." }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "$ref": "HowToSupply.schema.json" }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "$ref": "HowToTool.schema.json" }, "type": "array" }, "totalTime": { "$ref": "Duration.schema.json", "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format." } }, "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ImageGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ImageGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaGallery.schema.json", "description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia." } ], "description": "Web page type: Image gallery page.", "format": "http://schema.org/ImageGallery", "title": "ImageGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ExerciseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ExerciseAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PlayAction", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content." } ], "description": "The act of participating in exertive activity for the purposes of improving health and fitness.", "properties": { "course": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] }, "diet": { "description": "A sub property of instrument. The diet used in this action.", "oneOf": [ { "$ref": "schema:Diet" }, { "items": { "$ref": "schema:Diet" }, "type": "array" } ] }, "distance": { "description": "The distance travelled, e.g. exercising or travelling.", "oneOf": [ { "$comment": "https://schema.org/Distance", "type": "string" }, { "items": { "$comment": "https://schema.org/Distance", "type": "string" }, "type": "array" } ] }, "exerciseCourse": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] }, "exercisePlan": { "description": "A sub property of instrument. The exercise plan used on this action.", "oneOf": [ { "$ref": "schema:ExercisePlan" }, { "items": { "$ref": "schema:ExercisePlan" }, "type": "array" } ] }, "exerciseRelatedDiet": { "description": "A sub property of instrument. The diet used in this action.", "oneOf": [ { "$ref": "schema:Diet" }, { "items": { "$ref": "schema:Diet" }, "type": "array" } ] }, "exerciseType": { "description": "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "schema:Place" }, { "items": { "$ref": "schema:Place" }, "type": "array" } ] }, "opponent": { "description": "A sub property of participant. The opponent on this action.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "sportsActivityLocation": { "description": "A sub property of location. The sports activity location where this action occurred.", "oneOf": [ { "$ref": "schema:SportsActivityLocation" }, { "items": { "$ref": "schema:SportsActivityLocation" }, "type": "array" } ] }, "sportsEvent": { "description": "A sub property of location. The sports event where this action occurred.", "oneOf": [ { "$ref": "schema:SportsEvent" }, { "items": { "$ref": "schema:SportsEvent" }, "type": "array" } ] }, "sportsTeam": { "description": "A sub property of participant. The sports team that participated on this action.", "oneOf": [ { "$ref": "schema:SportsTeam" }, { "items": { "$ref": "schema:SportsTeam" }, "type": "array" } ] }, "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": "ExerciseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Code.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Code", "$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/Code", "title": "Code", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Person.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Person", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "A person (alive, dead, undead, or fictional).", "format": "http://schema.org/Person", "properties": { "additionalName": { "description": "An additional name for a Person, can be used for a middle name.", "items": { "type": "string" }, "type": "array" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "affiliation": { "description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "items": { "$ref": "Organization.schema.json" }, "type": "array" }, "alumniOf": { "description": "An organization that the person is an alumni of.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "EducationalOrganization.schema.json" } ] }, "type": "array" }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "awards": { "description": "Awards won by or for this item.", "items": { "type": "string" }, "type": "array" }, "birthDate": { "description": "Date of birth.", "format": "date", "type": "string" }, "birthPlace": { "$ref": "Place.schema.json", "description": "The place where the person was born." }, "brand": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Brand.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "children": { "description": "A child of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "colleague": { "description": "A colleague of the person.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "colleagues": { "description": "A colleague of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "contactPoint": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "contactPoints": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "deathDate": { "description": "Date of death.", "format": "date", "type": "string" }, "deathPlace": { "$ref": "Place.schema.json", "description": "The place where the person died." }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "items": { "type": "string" }, "type": "array" }, "familyName": { "description": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.", "type": "string" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "follows": { "description": "The most generic uni-directional social relation.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "givenName": { "description": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.", "items": { "type": "string" }, "type": "array" }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasOccupation": { "$ref": "Occupation.schema.json", "description": "The Person's occupation. For past professions, use Role for expressing dates." }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "homeLocation": { "description": "A contact location for a person's residence.", "items": { "anyOf": [ { "$ref": "Place.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" }, "honorificPrefix": { "description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", "items": { "type": "string" }, "type": "array" }, "honorificSuffix": { "description": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", "items": { "type": "string" }, "type": "array" }, "interactionStatistic": { "$ref": "InteractionCounter.schema.json", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "knows": { "$ref": "Person.schema.json", "description": "The most generic bi-directional social/work relation." }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "ProgramMembership.schema.json" } ] }, "type": "array" }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "nationality": { "description": "Nationality of the person.", "items": { "$ref": "Country.schema.json" }, "type": "array" }, "netWorth": { "anyOf": [ { "$ref": "PriceSpecification.schema.json" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The total financial value of the person as calculated by subtracting assets from liabilities." }, "owns": { "description": "Products owned by the organization or person.", "items": { "anyOf": [ { "$ref": "OwnershipInfo.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "parent": { "description": "A parent of this person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "parents": { "description": "A parents of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "performerIn": { "description": "Event that this person is a performer or participant in.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "publishingPrinciples": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology." }, "relatedTo": { "$ref": "Person.schema.json", "description": "The most generic familial relation." }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "items": { "$ref": "Demand.schema.json" }, "type": "array" }, "sibling": { "description": "A sibling of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "siblings": { "description": "A sibling of the person.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "spouse": { "$ref": "Person.schema.json", "description": "The person's spouse." }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" }, "weight": { "$ref": "QuantitativeValue.schema.json", "description": "The weight of the product or person." }, "workLocation": { "description": "A contact location for a person's place of work.", "items": { "anyOf": [ { "$ref": "Place.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" }, "worksFor": { "description": "Organizations that the person works for.", "items": { "$ref": "Organization.schema.json" }, "type": "array" } }, "title": "Person", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ContactPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPage.schema.json", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: Contact page.", "format": "http://schema.org/ContactPage", "title": "ContactPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/SuspendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:SuspendAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ControlAction", "description": "An agent controls a device or application." } ], "description": "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).", "title": "SuspendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "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": "UserDownloads", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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.", "format": "http://schema.org/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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/QuoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QuoteAction", "$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": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", "format": "http://schema.org/QuoteAction", "title": "QuoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ReserveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReserveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlanAction.schema.json", "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date." } ], "description": "Reserving a concrete object.\n\nRelated actions:\n\n\nScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.\n\n", "format": "http://schema.org/ReserveAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ReserveAction" } }, "required": [ "@type" ], "title": "ReserveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/QAPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QAPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).", "title": "QAPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/JewelryStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JewelryStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A jewelry store.", "format": "http://schema.org/JewelryStore", "title": "JewelryStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Brewery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Brewery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "Brewery.", "format": "http://schema.org/Brewery", "title": "Brewery", "type": "object" }
Apache-2.0
en