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 | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SatiricalArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SatiricalArticle",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Article",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)."
}
],
"description": "An [[Article]] whose content is primarily [[satirical]](https://en.wikipedia.org/wiki/Satire) in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a [[NewsArticle]]. [[ScholarlyArticle]]s are also sometimes satirized.",
"title": "SatiricalArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/LodgingBusiness.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LodgingBusiness",
"$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 lodging business, such as a motel, hotel, or inn.",
"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.",
"oneOf": [
{
"$ref": "schema:LocationFeatureSpecification"
},
{
"items": {
"$ref": "schema:LocationFeatureSpecification"
},
"type": "array"
}
]
},
"audience": {
"$ref": "schema:Audience",
"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](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
]
},
"type": "array"
}
]
},
"checkinTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The earliest someone may check into a lodging establishment."
},
"checkoutTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The latest someone may check out of a lodging establishment."
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"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": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
],
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value."
},
"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).",
"oneOf": [
{
"$ref": "schema:Rating"
},
{
"items": {
"$ref": "schema:Rating"
},
"type": "array"
}
]
}
},
"title": "LodgingBusiness",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Service.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Service",
"$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 service provided by an organization, e.g. delivery service, print services, etc.",
"format": "http://schema.org/Service",
"properties": {
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/AdministrativeArea"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"audience": {
"$ref": "http://schema.org/Audience",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableChannel": {
"description": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).",
"oneOf": [
{
"$ref": "http://schema.org/ServiceChannel"
},
{
"items": {
"$ref": "http://schema.org/ServiceChannel"
},
"type": "array"
}
]
},
"award": {
"description": "An award won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"brand": {
"anyOf": [
{
"$ref": "http://schema.org/Brand"
},
{
"$ref": "http://schema.org/Organization"
}
],
"description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."
},
"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"
}
]
},
"hasOfferCatalog": {
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"oneOf": [
{
"$ref": "http://schema.org/OfferCatalog"
},
{
"items": {
"$ref": "http://schema.org/OfferCatalog"
},
"type": "array"
}
]
},
"hoursAvailable": {
"$ref": "http://schema.org/OpeningHoursSpecification",
"description": "The hours during which this service or contact is available."
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
"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": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
"type": "array"
}
]
},
"produces": {
"$ref": "http://schema.org/Thing",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"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."
},
"providerMobility": {
"description": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"serviceArea": {
"anyOf": [
{
"$ref": "http://schema.org/AdministrativeArea"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The geographic area where the service is provided."
},
"serviceAudience": {
"$ref": "http://schema.org/Audience",
"description": "The audience eligible for this service."
},
"serviceOutput": {
"$ref": "http://schema.org/Thing",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"serviceType": {
"description": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Service",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/HowToDirection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToDirection",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
},
{
"$ref": "ListItem.schema.json",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "A direction indicating a single action to do in the instructions for how to achieve a result.",
"format": "http://schema.org/HowToDirection",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "HowToDirection"
},
"afterMedia": {
"description": "A media object representing the circumstances after performing this direction.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"beforeMedia": {
"description": "A media object representing the circumstances before performing this direction.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"duringMedia": {
"description": "A media object representing the circumstances while performing this direction.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"performTime": {
"description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"prepTime": {
"description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"supply": {
"description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.",
"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.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "HowToTool.schema.json"
}
]
},
"type": "array"
},
"totalTime": {
"description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
}
},
"required": [
"@type"
],
"title": "HowToDirection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/GameServerStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:GameServerStatus",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:StatusEnumeration",
"description": "Lists or enumerations dealing with status types."
}
],
"description": "Status of a game server.",
"title": "GameServerStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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.",
"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 | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/LegalService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LegalService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).",
"format": "http://schema.org/LegalService",
"title": "LegalService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Audience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Audience",
"$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": "Intended audience for an item, i.e. the group for whom the item was created.",
"properties": {
"audienceType": {
"description": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).",
"type": "string"
},
"geographicArea": {
"$ref": "http://schema.org/AdministrativeArea",
"description": "The geographic area associated with the audience."
}
},
"title": "Audience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 836707371bd5157a43e93dd1653717a7f932db13 | 2020-05-11T23:21:31 | 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": {
"$ref": "HowToSupply.schema.json"
},
"type": "array"
},
"tool": {
"description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.",
"items": {
"$ref": "HowToTool.schema.json"
},
"type": "array"
},
"totalTime": {
"description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
}
},
"title": "HowToDirection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | ccfd7867a8f0a96f421a90bfd617be8735463a02 | 2020-05-27T22:00:22 | schemas/RestrictedDiet.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RestrictedDiet",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.",
"oneOf": [
{
"const": "DiabeticDiet",
"description": "A diet appropriate for people with diabetes."
},
{
"const": "GlutenFreeDiet",
"description": "A diet exclusive of gluten."
},
{
"const": "HalalDiet",
"description": "A diet conforming to Islamic dietary practices."
},
{
"const": "HinduDiet",
"description": "A diet conforming to Hindu dietary practices, in particular, beef-free."
},
{
"const": "KosherDiet",
"description": "A diet conforming to Jewish dietary practices."
},
{
"const": "LowCalorieDiet",
"description": "A diet focused on reduced calorie intake."
},
{
"const": "LowFatDiet",
"description": "A diet focused on reduced fat and cholesterol intake."
},
{
"const": "LowLactoseDiet",
"description": "A diet appropriate for people with lactose intolerance."
},
{
"const": "LowSaltDiet",
"description": "A diet focused on reduced sodium intake."
},
{
"const": "VeganDiet",
"description": "A diet exclusive of all animal products."
},
{
"const": "VegetarianDiet",
"description": "A diet exclusive of animal meat."
}
],
"title": "RestrictedDiet",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Grant.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Grant",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A grant, typically financial or otherwise quantifiable, of resources. Typically a [[funder]] sponsors some [[MonetaryAmount]] to an [[Organization]] or [[Person]],\n sometimes not necessarily via a dedicated or long-lived [[Project]], resulting in one or more outputs, or [[fundedItem]]s. For financial sponsorship, indicate the [[funder]] of a [[MonetaryGrant]]. For non-financial support, indicate [[sponsor]] of [[Grant]]s of resources (e.g. office space).\n\nGrants support activities directed towards some agreed collective goals, often but not always organized as [[Project]]s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.\n\nThe amount of a [[Grant]] is represented using [[amount]] as a [[MonetaryAmount]].\n ",
"properties": {
"fundedItem": {
"description": "Indicates an item funded or sponsored through a [[Grant]].",
"oneOf": [
{
"$ref": "schema:Thing"
},
{
"items": {
"$ref": "schema:Thing"
},
"type": "array"
}
]
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "Grant",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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": "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 trip or journey. An itinerary of visits to one or more places.",
"properties": {
"arrivalTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The expected arrival time."
},
"departureTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "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.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
"type": "array"
}
]
},
"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."
}
},
"title": "Trip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/LakeBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LakeBodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BodyOfWater.schema.json",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A lake (for example, Lake Pontrachain).",
"format": "http://schema.org/LakeBodyOfWater",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LakeBodyOfWater"
}
},
"required": [
"@type"
],
"title": "LakeBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/School.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:School",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:EducationalOrganization",
"description": "An educational organization."
}
],
"description": "A school.",
"title": "School",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/VoteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VoteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ChooseAction.schema.json",
"description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options."
}
],
"description": "The act of expressing a preference from a fixed/finite/structured set of choices/options.",
"format": "http://schema.org/VoteAction",
"properties": {
"candidate": {
"description": "A sub property of object. The candidate subject of this action.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
},
"title": "VoteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ComputerStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ComputerStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A computer store.",
"format": "http://schema.org/ComputerStore",
"title": "ComputerStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/BodyOfWater",
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A part of a successively published publication such as a periodical or 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\".",
"oneOf": [
{
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
]
},
{
"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\".",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "PublicationIssue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ComputerStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ComputerStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A computer store.",
"format": "http://schema.org/ComputerStore",
"title": "ComputerStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Review.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Review",
"$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 review of an item - for example, of a restaurant, movie, or store.",
"format": "http://schema.org/Review",
"properties": {
"itemReviewed": {
"$ref": "http://schema.org/Thing",
"description": "The item that is being reviewed/rated."
},
"reviewAspect": {
"description": "This Review or Rating is relevant to this part or facet of the itemReviewed.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"reviewBody": {
"description": "The actual body of the review.",
"type": "string"
},
"reviewRating": {
"$ref": "http://schema.org/Rating",
"description": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work."
}
},
"title": "Review",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/TrainTrip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TrainTrip",
"$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": "A trip on a commercial train line.",
"properties": {
"arrivalPlatform": {
"description": "The platform where the train arrives.",
"type": "string"
},
"arrivalStation": {
"$ref": "http://schema.org/TrainStation",
"description": "The station where the train trip ends."
},
"departurePlatform": {
"description": "The platform from which the train departs.",
"type": "string"
},
"departureStation": {
"$ref": "http://schema.org/TrainStation",
"description": "The station from which the train departs."
},
"trainName": {
"description": "The name of the train (e.g. The Orient Express).",
"type": "string"
},
"trainNumber": {
"description": "The unique identifier for the train.",
"type": "string"
}
},
"title": "TrainTrip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Clip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Clip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A short TV or radio program or a segment/part of a program.",
"format": "http://schema.org/Clip",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Clip"
},
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"actors": {
"description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"clipNumber": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "Position of the clip within an ordered group of clips."
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"musicBy": {
"anyOf": [
{
"$ref": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"partOfEpisode": {
"$ref": "Episode.schema.json",
"description": "The episode to which this clip belongs."
},
"partOfSeason": {
"$ref": "CreativeWorkSeason.schema.json",
"description": "The season to which this episode belongs."
},
"partOfSeries": {
"$ref": "CreativeWorkSeries.schema.json",
"description": "The series to which this episode or season belongs."
}
},
"required": [
"@type"
],
"title": "Clip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TrainReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TrainReservation",
"$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 train 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/TrainReservation",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TrainReservation"
}
},
"required": [
"@type"
],
"title": "TrainReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SkiResort.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SkiResort",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/SportsActivityLocation",
"description": "A sports location, such as a playing field."
}
],
"description": "A ski resort.",
"format": "http://schema.org/SkiResort",
"title": "SkiResort",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Conversation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Conversation",
"$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": "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.",
"title": "Conversation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/RadioStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioStation",
"$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 radio station.",
"format": "http://schema.org/RadioStation",
"title": "RadioStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/CivicStructure.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CivicStructure",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Place.schema.json",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "A public structure, such as a town hall or concert hall.",
"format": "http://schema.org/CivicStructure",
"properties": {
"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"
}
},
"title": "CivicStructure",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Message.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Message",
"$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 single message from a sender to one or more organizations or people.",
"format": "http://schema.org/Message",
"properties": {
"bccRecipient": {
"description": "A sub property of recipient. The recipient blind copied on a message.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
},
"ccRecipient": {
"description": "A sub property of recipient. The recipient copied on a message.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
},
"dateRead": {
"description": "The date/time at which the message has been read by the recipient if a single recipient exists.",
"format": "http://schema.org/DateTime"
},
"dateReceived": {
"description": "The date/time the message was received if a single recipient exists.",
"format": "http://schema.org/DateTime"
},
"dateSent": {
"description": "The date/time at which the message was sent.",
"format": "http://schema.org/DateTime"
},
"messageAttachment": {
"description": "A CreativeWork attached to the message.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"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"
},
"sender": {
"description": "A sub property of participant. The participant who is at the sending end of the action.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Audience.schema.json"
}
]
},
"type": "array"
},
"toRecipient": {
"description": "A sub property of recipient. The recipient who was directly sent the message.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
}
]
},
"type": "array"
}
},
"title": "Message",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Accommodation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Accommodation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Place.schema.json",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"format": "http://schema.org/Accommodation",
"properties": {
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
},
"floorSize": {
"$ref": "QuantitativeValue.schema.json",
"description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard"
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"permittedUsage": {
"description": "Indications regarding the permitted usage of the accommodation.",
"items": {
"type": "string"
},
"type": "array"
},
"petsAllowed": {
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
"items": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
]
},
"type": "array"
}
},
"title": "Accommodation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "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: Education event.",
"format": "http://schema.org/EducationEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "EducationEvent"
}
},
"required": [
"@type"
],
"title": "EducationEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BusinessEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BusinessEvent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Business event.",
"title": "BusinessEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/FundingAgency.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:FundingAgency",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Project",
"description": "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from [[Organization]], [[subOrganization]]/[[parentOrganization]] to indicate project sub-structures. \n "
}
],
"description": "A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages\n the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.\n \nExamples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...\n ",
"title": "FundingAgency",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/RiverBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:RiverBodyOfWater",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A river (for example, the broad majestic Shannon).",
"title": "RiverBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/VideoGameSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VideoGameSeries",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWorkSeries.schema.json",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate."
}
],
"description": "A video game series.",
"format": "http://schema.org/VideoGameSeries",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "VideoGameSeries"
},
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"actors": {
"description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"characterAttribute": {
"description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"cheatCode": {
"description": "Cheat codes to the game.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"containsSeason": {
"description": "A season that is part of the media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"episode": {
"description": "An episode of a tv, radio or game media within a series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"episodes": {
"description": "An episode of a TV/radio series or season.",
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
},
"gameItem": {
"description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"gameLocation": {
"description": "Real or fictional location of the game (or part of game).",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
}
]
},
"type": "array"
},
"gamePlatform": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
],
"description": "The electronic systems used to play video games."
},
"musicBy": {
"anyOf": [
{
"$ref": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"numberOfEpisodes": {
"description": "The number of episodes in this season or series.",
"type": "integer"
},
"numberOfPlayers": {
"description": "Indicate how many people can play this game (minimum, maximum, or range).",
"items": {
"$ref": "QuantitativeValue.schema.json"
},
"type": "array"
},
"numberOfSeasons": {
"description": "The number of seasons in this series.",
"type": "integer"
},
"playMode": {
"description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.",
"items": {
"$ref": "GamePlayMode.schema.json"
},
"type": "array"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"quest": {
"$ref": "Thing.schema.json",
"description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward."
},
"season": {
"description": "A season in a media series.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
},
"seasons": {
"description": "A season in a media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"required": [
"@type"
],
"title": "VideoGameSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TireShop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TireShop",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A tire shop.",
"format": "http://schema.org/TireShop",
"title": "TireShop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": "Product.schema.json",
"description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online."
}
],
"description": "A datasheet or vendor specification of a product (in the sense of a prototypical description).",
"format": "http://schema.org/ProductModel",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ProductModel"
},
"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": "ProductModel.schema.json"
},
{
"items": {
"$ref": "ProductModel.schema.json"
},
"type": "array"
}
]
},
"predecessorOf": {
"description": "A pointer from a previous, often discontinued variant of the product to its newer variant.",
"oneOf": [
{
"$ref": "ProductModel.schema.json"
},
{
"items": {
"$ref": "ProductModel.schema.json"
},
"type": "array"
}
]
},
"successorOf": {
"description": "A pointer from a newer variant of a product to its previous, often discontinued predecessor.",
"oneOf": [
{
"$ref": "ProductModel.schema.json"
},
{
"items": {
"$ref": "ProductModel.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "ProductModel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/HowToItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToItem",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ListItem",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.",
"format": "http://schema.org/HowToItem",
"properties": {
"requiredQuantity": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The required quantity of the item(s)."
}
},
"title": "HowToItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ContactPointOption.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ContactPointOption",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Enumerated options related to a ContactPoint.",
"format": "http://schema.org/ContactPointOption",
"oneOf": [
{
"const": "HearingImpairedSupported",
"description": "Uses devices to support users with hearing impairments."
},
{
"const": "TollFree",
"description": "The associated telephone number is toll free."
}
],
"title": "ContactPointOption",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TelevisionStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TelevisionStation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A television station.",
"format": "http://schema.org/TelevisionStation",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TelevisionStation"
}
},
"required": [
"@type"
],
"title": "TelevisionStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Airport.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Airport",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "An airport.",
"format": "http://schema.org/Airport",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Airport"
},
"iataCode": {
"description": "IATA identifier for an airline or airport.",
"items": {
"type": "string"
},
"type": "array"
},
"icaoCode": {
"description": "ICAO identifier for an airport.",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "Airport",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | ccfd7867a8f0a96f421a90bfd617be8735463a02 | 2020-05-27T22:00:22 | schemas/ItemListOrderType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ItemListOrderType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.",
"oneOf": [
{
"const": "ItemListOrderAscending",
"description": "An ItemList ordered with lower values listed first."
},
{
"const": "ItemListOrderDescending",
"description": "An ItemList ordered with higher values listed first."
},
{
"const": "ItemListUnordered",
"description": "An ItemList ordered with no explicit order."
}
],
"title": "ItemListOrderType",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Distillery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Distillery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FoodEstablishment.schema.json",
"description": "A food-related business."
}
],
"description": "A distillery.",
"format": "http://schema.org/Distillery",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Distillery"
}
},
"required": [
"@type"
],
"title": "Distillery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PawnShop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PawnShop",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Store",
"description": "A retail good store."
}
],
"description": "A shop that will buy, or lend money against the security of, personal possessions.",
"title": "PawnShop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/RegisterAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RegisterAction",
"$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 registering to be a user of a service, product or web page.\n\nRelated actions:\n\n\nJoinAction: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, not a group/team of people.\n[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.\nSubscribeAction: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.\n\n",
"format": "http://schema.org/RegisterAction",
"title": "RegisterAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MenuItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MenuItem",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A food or drink item listed in a menu or menu section.",
"format": "http://schema.org/MenuItem",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MenuItem"
},
"menuAddOn": {
"description": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.",
"items": {
"anyOf": [
{
"$ref": "MenuItem.schema.json"
},
{
"$ref": "MenuSection.schema.json"
}
]
},
"type": "array"
},
"nutrition": {
"$ref": "NutritionInformation.schema.json",
"description": "Nutrition information about the recipe or menu item."
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
},
"suitableForDiet": {
"description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.",
"items": {
"$ref": "RestrictedDiet.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "MenuItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PaymentCard.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaymentCard",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/FinancialProduct",
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."
},
{
"$ref": "http://schema.org/PaymentMethod",
"description": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ByBankTransferInAdvance\nhttp://purl.org/goodrelations/v1#ByInvoice\nhttp://purl.org/goodrelations/v1#Cash\nhttp://purl.org/goodrelations/v1#CheckInAdvance\nhttp://purl.org/goodrelations/v1#COD\nhttp://purl.org/goodrelations/v1#DirectDebit\nhttp://purl.org/goodrelations/v1#GoogleCheckout\nhttp://purl.org/goodrelations/v1#PayPal\nhttp://purl.org/goodrelations/v1#PaySwarm\n\n"
}
],
"description": "A payment method using a credit, debit, store or other card to associate the payment with an account.",
"format": "http://schema.org/PaymentCard",
"title": "PaymentCard",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/UnRegisterAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UnRegisterAction",
"$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 un-registering from a service.\n\nRelated actions:\n\n\nRegisterAction: antonym of UnRegisterAction.\nLeaveAction: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.\n\n",
"title": "UnRegisterAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/ReplaceAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReplaceAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UpdateAction.schema.json",
"description": "The act of managing by changing/editing the state of the object."
}
],
"description": "The act of editing a recipient by replacing an old object with a new object.",
"format": "http://schema.org/ReplaceAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ReplaceAction"
},
"replacee": {
"description": "A sub property of object. The object that is being replaced.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"replacer": {
"description": "A sub property of object. The object that replaces.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "ReplaceAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Synagogue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Synagogue",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PlaceOfWorship.schema.json",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A synagogue.",
"format": "http://schema.org/Synagogue",
"title": "Synagogue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Comment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Comment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.",
"properties": {
"downvoteCount": {
"description": "The number of downvotes this question, answer or comment has received from the community.",
"type": "integer"
},
"parentItem": {
"$ref": "http://schema.org/Question",
"description": "The parent of a question, answer or item in general."
},
"upvoteCount": {
"description": "The number of upvotes this question, answer or comment has received from the community.",
"type": "integer"
}
},
"title": "Comment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Float.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Float",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Number.schema.json",
"description": "Data type: Number.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
}
],
"description": "Data type: Floating number.",
"format": "http://schema.org/Float",
"title": "Float",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/FastFoodRestaurant.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FastFoodRestaurant",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/FoodEstablishment",
"description": "A food-related business."
}
],
"description": "A fast-food restaurant.",
"title": "FastFoodRestaurant",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/HomeGoodsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HomeGoodsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A home goods store.",
"format": "http://schema.org/HomeGoodsStore",
"title": "HomeGoodsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/LiteraryEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LiteraryEvent",
"$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: Literary event.",
"format": "http://schema.org/LiteraryEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LiteraryEvent"
}
},
"required": [
"@type"
],
"title": "LiteraryEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/TravelAgency.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TravelAgency",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A travel agency.",
"title": "TravelAgency",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Barcode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Barcode",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ImageObject.schema.json",
"description": "An image file."
}
],
"description": "An image of a visual machine-readable code such as a barcode or QR code.",
"format": "http://schema.org/Barcode",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Barcode"
}
},
"required": [
"@type"
],
"title": "Barcode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BusinessEntityType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BusinessEntityType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#Business\\n* http://purl.org/goodrelations/v1#Enduser\\n* http://purl.org/goodrelations/v1#PublicInstitution\\n* http://purl.org/goodrelations/v1#Reseller\n\t ",
"title": "BusinessEntityType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/EventVenue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EventVenue",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "An event venue.",
"title": "EventVenue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/LodgingBusiness",
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AssignAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AssignAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AllocateAction",
"description": "The act of organizing tasks/objects/events by associating resources to it."
}
],
"description": "The act of allocating an action/event/task to some destination (someone or something).",
"format": "http://schema.org/AssignAction",
"title": "AssignAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Energy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Energy",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Quantity.schema.json",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.",
"format": "http://schema.org/Energy",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Energy"
}
},
"required": [
"@type"
],
"title": "Energy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/CityHall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CityHall",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/GovernmentBuilding",
"description": "A government building."
}
],
"description": "A city hall.",
"format": "http://schema.org/CityHall",
"title": "CityHall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/TechArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TechArticle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Article",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post."
}
],
"description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.",
"format": "http://schema.org/TechArticle",
"properties": {
"dependencies": {
"description": "Prerequisites needed to fulfill steps in article.",
"type": "string"
},
"proficiencyLevel": {
"description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.",
"type": "string"
}
},
"title": "TechArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Recommendation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Recommendation",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Review",
"description": "A review of an item - for example, of a restaurant, movie, or store."
}
],
"description": "[[Recommendation]] is a type of [[Review]] that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A [[Guide]] may list multiple recommendations for different categories. For example, in a [[Guide]] about which TVs to buy, the author may have several [[Recommendation]]s.",
"properties": {
"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": "schema:PhysicalActivityCategory"
},
{
"$ref": "schema:Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:PhysicalActivityCategory"
},
{
"$ref": "schema:Thing"
}
]
},
"type": "array"
}
]
}
},
"title": "Recommendation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/FMRadioChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FMRadioChannel",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "RadioChannel.schema.json",
"description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup."
}
],
"description": "A radio channel that uses FM.",
"format": "http://schema.org/FMRadioChannel",
"title": "FMRadioChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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",
"title": "Taxi",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/EventStatusType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EventStatusType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.",
"format": "http://schema.org/EventStatusType",
"oneOf": [
{
"const": "EventCancelled",
"description": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)."
},
{
"const": "EventMovedOnline",
"description": "Indicates that the event was changed to allow online participation. See <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> for specifics of whether it is now fully or partially online."
},
{
"const": "EventPostponed",
"description": "The event has been postponed and no new date has been set. The event's previousStartDate should be set."
},
{
"const": "EventRescheduled",
"description": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated)."
},
{
"const": "EventScheduled",
"description": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default."
}
],
"title": "EventStatusType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/MoveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MoveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Action.schema.json",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n",
"format": "http://schema.org/MoveAction",
"properties": {
"fromLocation": {
"description": "A sub property of location. The original location of the object or the agent before the action.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"toLocation": {
"description": "A sub property of location. The final location of the object or the agent after the action.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
}
},
"title": "MoveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/HardwareStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HardwareStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A hardware store.",
"format": "http://schema.org/HardwareStore",
"title": "HardwareStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/Product.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Product",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"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.",
"format": "http://schema.org/Product",
"properties": {
"additionalProperty": {
"description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.",
"items": {
"$ref": "PropertyValue.schema.json"
},
"type": "array"
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"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"
},
"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."
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
},
"color": {
"description": "The color of the product.",
"type": "string"
},
"depth": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The depth of the item."
},
"gtin12": {
"description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin13": {
"description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin8": {
"description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.",
"type": "string"
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"isAccessoryOrSparePartFor": {
"description": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.",
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
},
"isConsumableFor": {
"description": "A pointer to another product (or multiple products) for which this product is a consumable.",
"items": {
"$ref": "Product.schema.json"
},
"type": "array"
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"items": {
"anyOf": [
{
"$ref": "Service.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"items": {
"anyOf": [
{
"$ref": "Service.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"itemCondition": {
"description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.",
"items": {
"$ref": "OfferItemCondition.schema.json"
},
"type": "array"
},
"logo": {
"description": "An associated logo.",
"items": {
"anyOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"manufacturer": {
"$ref": "Organization.schema.json",
"description": "The manufacturer of the product."
},
"material": {
"description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"model": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "ProductModel.schema.json"
}
],
"description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
},
"productID": {
"description": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".",
"type": "string"
},
"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"
},
"releaseDate": {
"description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"reviews": {
"description": "Review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"sku": {
"description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"items": {
"type": "string"
},
"type": "array"
},
"weight": {
"$ref": "QuantitativeValue.schema.json",
"description": "The weight of the product or person."
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"title": "Product",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | 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": "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 statement of the money due for goods or services; a bill.",
"format": "http://schema.org/Invoice",
"properties": {
"accountId": {
"description": "The identifier for the account the payment will be applied to.",
"type": "string"
},
"billingPeriod": {
"description": "The time interval used to compute the invoice.",
"format": "https://schema.org/Duration",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
},
"confirmationNumber": {
"description": "A number that confirms the given order or payment has been received.",
"type": "string"
},
"customer": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "Party placing the order or paying the invoice."
},
"minimumPaymentDue": {
"anyOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"$ref": "MonetaryAmount.schema.json"
}
],
"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-time",
"type": "string"
},
{
"format": "date",
"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).",
"items": {
"type": "string"
},
"type": "array"
},
"paymentStatus": {
"anyOf": [
{
"$ref": "PaymentStatusType.schema.json"
},
{
"type": "string"
}
],
"description": "The status of payment; whether the invoice has been paid or not."
},
"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."
},
"referencesOrder": {
"$ref": "Order.schema.json",
"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": "PriceSpecification.schema.json"
},
{
"$ref": "MonetaryAmount.schema.json"
}
],
"description": "The total amount due."
}
},
"title": "Invoice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ItemList.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ItemList",
"$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 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.",
"format": "http://schema.org/ItemList",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ItemList"
},
"itemListElement": {
"description": "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.\n\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.\n\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "ListItem.schema.json"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
},
"itemListOrder": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "ItemListOrderType.schema.json"
}
],
"description": "Type of ordering (e.g. Ascending, Descending, Unordered)."
},
"numberOfItems": {
"description": "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.",
"type": "integer"
}
},
"required": [
"@type"
],
"title": "ItemList",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | 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": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"beforeMedia": {
"description": "A media object representing the circumstances before performing this direction.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"duringMedia": {
"description": "A media object representing the circumstances while performing this direction.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
]
},
"type": "array"
},
"performTime": {
"description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"prepTime": {
"description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"supply": {
"description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.",
"items": {
"anyOf": [
{
"$ref": "HowToSupply.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"tool": {
"description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.",
"items": {
"anyOf": [
{
"$ref": "HowToTool.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"totalTime": {
"description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.",
"format": "https://schema.org/Duration",
"type": "string"
}
},
"title": "HowToDirection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/EndorseAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EndorseAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ReactAction.schema.json",
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment."
}
],
"description": "An agent approves/certifies/likes/supports/sanction an object.",
"format": "http://schema.org/EndorseAction",
"properties": {
"endorsee": {
"description": "A sub property of participant. The person/organization being supported.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
}
},
"title": "EndorseAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ClaimReview.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ClaimReview",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Review.schema.json",
"description": "A review of an item - for example, of a restaurant, movie, or store."
}
],
"description": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).",
"format": "http://schema.org/ClaimReview",
"properties": {
"claimReviewed": {
"description": "A short summary of the specific claims reviewed in a ClaimReview.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "ClaimReview",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/House.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/House",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Accommodation",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).",
"format": "http://schema.org/House",
"properties": {
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"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."
}
},
"title": "House",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ShoppingCenter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ShoppingCenter",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A shopping center or mall.",
"format": "http://schema.org/ShoppingCenter",
"title": "ShoppingCenter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AgreeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AgreeAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ReactAction",
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment."
}
],
"description": "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.",
"title": "AgreeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Seat.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Seat",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "Used to describe a seat, such as a reserved seat in an event reservation.",
"format": "http://schema.org/Seat",
"properties": {
"seatNumber": {
"description": "The location of the reserved seat (e.g., 27).",
"type": "string"
},
"seatRow": {
"description": "The row location of the reserved seat (e.g., B).",
"type": "string"
},
"seatSection": {
"description": "The section location of the reserved seat (e.g. Orchestra).",
"type": "string"
},
"seatingType": {
"anyOf": [
{
"$ref": "QualitativeValue.schema.json"
},
{
"type": "string"
}
],
"description": "The type/class of the seat."
}
},
"title": "Seat",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/LikeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LikeAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ReactAction",
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment."
}
],
"description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.",
"format": "http://schema.org/LikeAction",
"title": "LikeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ActionStatusType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ActionStatusType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The status of an Action.",
"format": "http://schema.org/ActionStatusType",
"oneOf": [
{
"const": "PotentialActionStatus",
"description": "A description of an action that is supported."
},
{
"const": "FailedActionStatus",
"description": "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure."
},
{
"const": "CompletedActionStatus",
"description": "An action that has already taken place."
},
{
"const": "ActiveActionStatus",
"description": "An in-progress action (e.g, while watching the movie, or driving to a location)."
}
],
"title": "ActionStatusType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/RecyclingCenter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:RecyclingCenter",
"$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 recycling center.",
"title": "RecyclingCenter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/AutoPartsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AutoPartsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
},
{
"$ref": "AutomotiveBusiness.schema.json",
"description": "Car repair, sales, or parts."
}
],
"description": "An auto parts store.",
"format": "http://schema.org/AutoPartsStore",
"title": "AutoPartsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/XPathType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:XPathType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Text",
"description": "Data type: Text."
}
],
"description": "Text representing an XPath (typically but not necessarily version 1.0).",
"title": "XPathType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Accommodation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Accommodation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Place.schema.json",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"format": "http://schema.org/Accommodation",
"properties": {
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
},
"floorSize": {
"$ref": "QuantitativeValue.schema.json",
"description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard"
},
"numberOfRooms": {
"$ref": "QuantitativeValue.schema.json",
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"permittedUsage": {
"description": "Indications regarding the permitted usage of the accommodation.",
"format": "http://schema.org/Text"
},
"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"
}
},
"title": "Accommodation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/VisualArtsEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VisualArtsEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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: Visual arts event.",
"format": "http://schema.org/VisualArtsEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "VisualArtsEvent"
}
},
"required": [
"@type"
],
"title": "VisualArtsEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/SportsTeam.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsTeam",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/SportsOrganization",
"description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations."
}
],
"description": "Organization: Sports team.",
"properties": {
"athlete": {
"description": "A person that acts as performing member of a sports team; a player as opposed to a coach.",
"oneOf": [
{
"$ref": "http://schema.org/Person"
},
{
"items": {
"$ref": "http://schema.org/Person"
},
"type": "array"
}
]
},
"coach": {
"description": "A person that acts in a coaching role for a sports team.",
"oneOf": [
{
"$ref": "http://schema.org/Person"
},
{
"items": {
"$ref": "http://schema.org/Person"
},
"type": "array"
}
]
}
},
"title": "SportsTeam",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AssessAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AssessAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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 forming one's opinion, reaction or sentiment.",
"title": "AssessAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/UseAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UseAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ConsumeAction.schema.json",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of applying an object to its intended purpose.",
"format": "http://schema.org/UseAction",
"title": "UseAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/MusicAlbum.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicAlbum",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MusicPlaylist.schema.json",
"description": "A collection of music tracks in playlist form."
}
],
"description": "A collection of music tracks.",
"format": "http://schema.org/MusicAlbum",
"properties": {
"albumProductionType": {
"description": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
"items": {
"$ref": "MusicAlbumProductionType.schema.json"
},
"type": "array"
},
"albumRelease": {
"description": "A release of this album.",
"items": {
"$ref": "MusicRelease.schema.json"
},
"type": "array"
},
"albumReleaseType": {
"$ref": "MusicAlbumReleaseType.schema.json",
"description": "The kind of release which this album is: single, EP or album."
},
"byArtist": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "MusicGroup.schema.json"
}
],
"description": "The artist that performed this album or recording."
}
},
"title": "MusicAlbum",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Role.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Role",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also blog post.",
"format": "http://schema.org/Role",
"properties": {
"endDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The end date and time of the item (in ISO 8601 date format)."
},
"namedPosition": {
"description": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"roleName": {
"description": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"startDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The start date and time of the item (in ISO 8601 date format)."
}
},
"title": "Role",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "JobPosting"
},
"baseSalary": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.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.",
"type": "string"
},
"datePosted": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "Publication date of an online listing."
},
"employmentType": {
"description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).",
"items": {
"type": "string"
},
"type": "array"
},
"estimatedSalary": {
"description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.",
"items": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "MonetaryAmountDistribution.schema.json"
}
]
},
"type": "array"
},
"experienceRequirements": {
"description": "Description of skills and experience needed for the position or Occupation.",
"type": "string"
},
"hiringOrganization": {
"$ref": "Organization.schema.json",
"description": "Organization offering the job position."
},
"incentiveCompensation": {
"description": "Description of bonus and commission compensation aspects of the job.",
"items": {
"type": "string"
},
"type": "array"
},
"incentives": {
"description": "Description of bonus and commission compensation aspects of the job.",
"items": {
"type": "string"
},
"type": "array"
},
"industry": {
"description": "The industry associated with the job position.",
"type": "string"
},
"jobBenefits": {
"description": "Description of benefits associated with the job.",
"items": {
"type": "string"
},
"type": "array"
},
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"salaryCurrency": {
"description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.",
"type": "string"
},
"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"
},
"specialCommitments": {
"description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.",
"items": {
"type": "string"
},
"type": "array"
},
"title": {
"description": "The title of the job.",
"type": "string"
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"workHours": {
"description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).",
"type": "string"
}
},
"required": [
"@type"
],
"title": "JobPosting",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/CreditCard.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreditCard",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LoanOrCredit.schema.json",
"description": "A financial product for the loaning of an amount of money under agreed terms and charges."
},
{
"$ref": "PaymentCard.schema.json",
"description": "A payment method using a credit, debit, store or other card to associate the payment with an account."
}
],
"description": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#AmericanExpress\nhttp://purl.org/goodrelations/v1#DinersClub\nhttp://purl.org/goodrelations/v1#Discover\nhttp://purl.org/goodrelations/v1#JCB\nhttp://purl.org/goodrelations/v1#MasterCard\nhttp://purl.org/goodrelations/v1#VISA\n\n",
"format": "http://schema.org/CreditCard",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "CreditCard"
}
},
"required": [
"@type"
],
"title": "CreditCard",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/GiveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GiveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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 transferring ownership of an object to a destination. Reciprocal of TakeAction.\n\nRelated actions:\n\n\nTakeAction: Reciprocal of GiveAction.\nSendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).\n\n",
"format": "http://schema.org/GiveAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "GiveAction"
},
"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"
}
},
"required": [
"@type"
],
"title": "GiveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Question.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Question",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.",
"format": "http://schema.org/Question",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Question"
},
"acceptedAnswer": {
"anyOf": [
{
"$ref": "Answer.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
],
"description": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author."
},
"answerCount": {
"description": "The number of answers this question has received.",
"type": "integer"
},
"downvoteCount": {
"description": "The number of downvotes this question, answer or comment has received from the community.",
"type": "integer"
},
"suggestedAnswer": {
"description": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.",
"items": {
"anyOf": [
{
"$ref": "Answer.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
},
"upvoteCount": {
"description": "The number of upvotes this question, answer or comment has received from the community.",
"type": "integer"
}
},
"required": [
"@type"
],
"title": "Question",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BorrowAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BorrowAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TransferAction.schema.json",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n\nLendAction: Reciprocal of BorrowAction.\n\n",
"format": "http://schema.org/BorrowAction",
"properties": {
"lender": {
"description": "A sub property of participant. The person that lends the object being borrowed.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
}
},
"title": "BorrowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/AutomatedTeller.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AutomatedTeller",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FinancialService.schema.json",
"description": "Financial services business."
}
],
"description": "ATM/cash machine.",
"format": "http://schema.org/AutomatedTeller",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "AutomatedTeller"
}
},
"required": [
"@type"
],
"title": "AutomatedTeller",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/HousePainter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:HousePainter",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:HomeAndConstructionBusiness",
"description": "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)."
}
],
"description": "A house painting service.",
"title": "HousePainter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/RadioEpisode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioEpisode",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Episode.schema.json",
"description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season."
}
],
"description": "A radio episode which can be part of a series or season.",
"format": "http://schema.org/RadioEpisode",
"title": "RadioEpisode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "Thing.schema.json",
"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.",
"format": "http://schema.org/Action",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Action"
},
"actionStatus": {
"description": "Indicates the current disposition of the Action.",
"items": {
"$ref": "ActionStatusType.schema.json"
},
"type": "array"
},
"agent": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"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.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"instrument": {
"$ref": "Thing.schema.json",
"description": "The object that helped the agent perform the action. e.g. John wrote a book with a pen."
},
"location": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "The location of for example where the event is happening, an organization is located, or where an action takes place."
},
"object": {
"$ref": "Thing.schema.json",
"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.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"result": {
"$ref": "Thing.schema.json",
"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.",
"items": {
"$ref": "EntryPoint.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "Action",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.