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/SearchAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SearchAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)."
}
],
"description": "The act of searching for an object.\\n\\nRelated actions:\\n\\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily.",
"properties": {
"query": {
"description": "A sub property of instrument. The query used on this action.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "SearchAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ApartmentComplex.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ApartmentComplex",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Residence.schema.json",
"description": "The place where a person lives."
}
],
"description": "Residence type: Apartment complex.",
"format": "http://schema.org/ApartmentComplex",
"properties": {
"petsAllowed": {
"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."
}
},
"title": "ApartmentComplex",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "An airport.",
"properties": {
"iataCode": {
"description": "IATA identifier for an airline or airport.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"icaoCode": {
"description": "ICAO identifier for an airport.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Airport",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AdultEntertainment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AdultEntertainment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/EntertainmentBusiness",
"description": "A business providing entertainment."
}
],
"description": "An adult entertainment establishment.",
"title": "AdultEntertainment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Resort.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Resort",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LodgingBusiness.schema.json",
"description": "A lodging business, such as a motel, hotel, or inn."
}
],
"description": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"format": "http://schema.org/Resort",
"title": "Resort",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/LodgingBusiness.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LodgingBusiness",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A lodging business, such as a motel, hotel, or inn.",
"format": "http://schema.org/LodgingBusiness",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LodgingBusiness"
},
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableLanguage": {
"description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
]
},
"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": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"petsAllowed": {
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
"items": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
]
},
"type": "array"
},
"starRating": {
"description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).",
"items": {
"$ref": "Rating.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "LodgingBusiness",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "InteractAction.schema.json",
"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",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "RegisterAction"
}
},
"required": [
"@type"
],
"title": "RegisterAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/WearAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WearAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UseAction.schema.json",
"description": "The act of applying an object to its intended purpose."
}
],
"description": "The act of dressing oneself in clothing.",
"format": "http://schema.org/WearAction",
"title": "WearAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Demand.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Demand",
"$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 demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.",
"properties": {
"acceptedPaymentMethod": {
"anyOf": [
{
"$ref": "schema:LoanOrCredit"
},
{
"$ref": "schema:PaymentMethod"
}
],
"description": "The payment method(s) accepted by seller for this offer."
},
"advanceBookingRequirement": {
"$ref": "schema:QuantitativeValue",
"description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:AdministrativeArea"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"availability": {
"$ref": "schema:ItemAvailability",
"description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc."
},
"availabilityEnds": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The end of the availability of the product or service included in the offer."
},
"availabilityStarts": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The beginning of the availability of the product or service included in the offer."
},
"availableAtOrFrom": {
"$ref": "schema:Place",
"description": "The place(s) from which the offer can be obtained (e.g. store locations)."
},
"availableDeliveryMethod": {
"$ref": "schema:DeliveryMethod",
"description": "The delivery method(s) available for this offer."
},
"businessFunction": {
"$ref": "schema:BusinessFunction",
"description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."
},
"deliveryLeadTime": {
"$ref": "schema:QuantitativeValue",
"description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."
},
"eligibleCustomerType": {
"$ref": "schema:BusinessEntityType",
"description": "The type(s) of customers for which the given offer is valid."
},
"eligibleDuration": {
"$ref": "schema:QuantitativeValue",
"description": "The duration for which the given offer is valid."
},
"eligibleQuantity": {
"$ref": "schema:QuantitativeValue",
"description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."
},
"eligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]].\n "
},
"eligibleTransactionVolume": {
"$ref": "schema:PriceSpecification",
"description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."
},
"gtin": {
"description": "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs. A correct [[gtin]] value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a [valid GS1 check digit](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged.\n ",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"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](http://www.gs1.org/barcodes/technical/idkeys/gtin) 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 preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) 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](http://www.gs1.org/barcodes/technical/idkeys/gtin) 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](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.",
"type": "string"
},
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].",
"oneOf": [
{
"$ref": "schema:TypeAndQuantityNode"
},
{
"items": {
"$ref": "schema:TypeAndQuantityNode"
},
"type": "array"
}
]
},
"ineligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:GeoShape"
},
{
"$ref": "schema:Place"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n "
},
"inventoryLevel": {
"$ref": "schema:QuantitativeValue",
"description": "The current approximate inventory level for the item or items."
},
"itemCondition": {
"description": "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns.",
"oneOf": [
{
"$ref": "schema:OfferItemCondition"
},
{
"items": {
"$ref": "schema:OfferItemCondition"
},
"type": "array"
}
]
},
"itemOffered": {
"anyOf": [
{
"$ref": "schema:AggregateOffer"
},
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:Event"
},
{
"$ref": "schema:MenuItem"
},
{
"$ref": "schema:Product"
},
{
"$ref": "schema:Service"
},
{
"$ref": "schema:Trip"
}
],
"description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using [[businessFunction]], e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"oneOf": [
{
"$ref": "schema:PriceSpecification"
},
{
"items": {
"$ref": "schema:PriceSpecification"
},
"type": "array"
}
]
},
"seller": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
],
"description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."
},
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
},
"sku": {
"description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
"type": "string"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"warranty": {
"$ref": "schema:WarrantyPromise",
"description": "The warranty promise(s) included in the offer."
}
},
"title": "Demand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | bff980152b9479eca4d09d407e6df5567a3ebe2e | 2020-05-13T21:54:35 | schemas/CreativeWork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreativeWork",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"format": "http://schema.org/CreativeWork",
"properties": {
"about": {
"$ref": "Thing.schema.json",
"description": "The subject matter of the content."
},
"accessMode": {
"description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.",
"items": {
"type": "string"
},
"type": "array"
},
"accessModeSufficient": {
"description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.",
"items": {
"$ref": "ItemList.schema.json"
},
"type": "array"
},
"accessibilityAPI": {
"description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityControl": {
"description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityFeature": {
"description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityHazard": {
"description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilitySummary": {
"description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
"type": "string"
},
"accountablePerson": {
"$ref": "Person.schema.json",
"description": "Specifies the Person that is legally accountable for the CreativeWork."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"alternativeHeadline": {
"description": "A secondary title of the CreativeWork.",
"items": {
"type": "string"
},
"type": "array"
},
"associatedMedia": {
"$ref": "MediaObject.schema.json",
"description": "A media object that encodes this CreativeWork. This property is a synonym for encoding."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"audio": {
"description": "An embedded audio object.",
"items": {
"anyOf": [
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"author": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."
},
"award": {
"description": "An award won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"awards": {
"description": "Awards won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"character": {
"description": "Fictional person connected with a creative work.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"citation": {
"description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"comment": {
"description": "Comments, typically from users.",
"items": {
"$ref": "Comment.schema.json"
},
"type": "array"
},
"commentCount": {
"description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
"type": "integer"
},
"contentLocation": {
"$ref": "Place.schema.json",
"description": "The location depicted or described in the content. For example, the location in a photograph or painting."
},
"contentRating": {
"description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.",
"items": {
"anyOf": [
{
"$ref": "Rating.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"copyrightHolder": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The party holding the legal copyright to the CreativeWork."
},
"copyrightYear": {
"description": "The year during which the claimed copyright for the CreativeWork was first asserted.",
"type": "number"
},
"creator": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"dateCreated": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed."
},
"dateModified": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."
},
"datePublished": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "Date of first broadcast/publication."
},
"discussionUrl": {
"description": "A link to the page containing the comments of the CreativeWork.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"editor": {
"$ref": "Person.schema.json",
"description": "Specifies the Person who edited the CreativeWork."
},
"educationalAlignment": {
"description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.",
"items": {
"$ref": "AlignmentObject.schema.json"
},
"type": "array"
},
"educationalUse": {
"description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
"type": "string"
},
"encoding": {
"description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"encodingFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"encodings": {
"description": "A media object that encodes this CreativeWork.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"exampleOfWork": {
"description": "A creative work that this work is an example/instance/realization/derivation of.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"expires": {
"description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
"format": "date",
"type": "string"
},
"fileFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"hasPart": {
"description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"headline": {
"description": "Headline of the article.",
"type": "string"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"interactionStatistic": {
"$ref": "InteractionCounter.schema.json",
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."
},
"interactivityType": {
"description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
"type": "string"
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"isBasedOn": {
"description": "A resource from which this work is derived or from which it is a modification or adaption.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isBasedOnUrl": {
"description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isFamilyFriendly": {
"description": "Indicates whether this content is family friendly.",
"type": "boolean"
},
"isPartOf": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."
},
"keywords": {
"description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
"type": "string"
},
"learningResourceType": {
"description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
"type": "string"
},
"license": {
"description": "A license document that applies to this content, typically indicated by URL.",
"items": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"locationCreated": {
"$ref": "Place.schema.json",
"description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."
},
"mainEntity": {
"description": "Indicates the primary entity described in some page or other CreativeWork.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"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"
},
"mentions": {
"description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"producer": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)."
},
"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."
},
"publication": {
"description": "A publication event associated with the item.",
"items": {
"$ref": "PublicationEvent.schema.json"
},
"type": "array"
},
"publisher": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The publisher of the creative work."
},
"publishingPrinciples": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"recordedAt": {
"$ref": "Event.schema.json",
"description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."
},
"releasedEvent": {
"$ref": "PublicationEvent.schema.json",
"description": "The place and time the release was issued, expressed as a PublicationEvent."
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"reviews": {
"description": "Review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"schemaVersion": {
"description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"sourceOrganization": {
"$ref": "Organization.schema.json",
"description": "The Organization on whose behalf the creator was working."
},
"spatial": {
"$ref": "Place.schema.json",
"description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate."
},
"spatialCoverage": {
"$ref": "Place.schema.json",
"description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"temporal": {
"anyOf": [
{
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate."
},
"temporalCoverage": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."
},
"text": {
"description": "The textual content of this CreativeWork.",
"type": "string"
},
"thumbnailUrl": {
"description": "A thumbnail image relevant to the Thing.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"timeRequired": {
"description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.",
"format": "https://schema.org/Duration",
"type": "string"
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"version": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The version of the CreativeWork embodied by a specified resource."
},
"video": {
"description": "An embedded video object.",
"items": {
"anyOf": [
{
"$ref": "VideoObject.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"workExample": {
"description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
},
"title": "CreativeWork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/EntryPoint.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EntryPoint",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "An entry point, within some Web-based protocol.",
"format": "http://schema.org/EntryPoint",
"properties": {
"actionApplication": {
"description": "An application that can complete the request.",
"items": {
"$ref": "SoftwareApplication.schema.json"
},
"type": "array"
},
"actionPlatform": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication."
},
"application": {
"description": "An application that can complete the request.",
"items": {
"$ref": "SoftwareApplication.schema.json"
},
"type": "array"
},
"contentType": {
"description": "The supported content type(s) for an EntryPoint response.",
"type": "string"
},
"encodingType": {
"description": "The supported encoding type(s) for an EntryPoint request.",
"type": "string"
},
"httpMethod": {
"description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.",
"items": {
"type": "string"
},
"type": "array"
},
"urlTemplate": {
"description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "EntryPoint",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ClaimReview"
},
"claimReviewed": {
"description": "A short summary of the specific claims reviewed in a ClaimReview.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "ClaimReview",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PlaceOfWorship.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PlaceOfWorship",
"$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": "Place of worship, such as a church, synagogue, or mosque.",
"format": "http://schema.org/PlaceOfWorship",
"title": "PlaceOfWorship",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/DaySpa.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DaySpa",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HealthAndBeautyBusiness.schema.json",
"description": "Health and beauty."
}
],
"description": "A day spa.",
"format": "http://schema.org/DaySpa",
"title": "DaySpa",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Distance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Distance",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Quantity",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.",
"format": "http://schema.org/Distance",
"title": "Distance",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MusicVenue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MusicVenue",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A music venue.",
"title": "MusicVenue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | bff980152b9479eca4d09d407e6df5567a3ebe2e | 2020-05-13T21:54:35 | schemas/PublicationEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PublicationEvent",
"$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": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.",
"format": "http://schema.org/PublicationEvent",
"properties": {
"free": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"publishedOn": {
"description": "A broadcast service associated with the publication event.",
"items": {
"$ref": "BroadcastService.schema.json"
},
"type": "array"
}
},
"title": "PublicationEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/OrderAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:OrderAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TradeAction",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "An agent orders an object/product/service to be delivered/sent.",
"properties": {
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"oneOf": [
{
"$ref": "schema:DeliveryMethod"
},
{
"items": {
"$ref": "schema:DeliveryMethod"
},
"type": "array"
}
]
}
},
"title": "OrderAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/BodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Landform",
"description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."
}
],
"description": "A body of water, such as a sea, ocean, or lake.",
"title": "BodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Ticket.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Ticket",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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 ticket to an event, a flight, a bus ride, etc.",
"format": "http://schema.org/Ticket",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Ticket"
},
"dateIssued": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date the ticket was issued."
},
"issuedBy": {
"$ref": "Organization.schema.json",
"description": "The organization issuing the ticket or permit."
},
"priceCurrency": {
"description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".",
"type": "string"
},
"ticketNumber": {
"description": "The unique identifier for the ticket.",
"type": "string"
},
"ticketToken": {
"description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
},
"ticketedSeat": {
"$ref": "Seat.schema.json",
"description": "The seat associated with the ticket."
},
"totalPrice": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"underName": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization the reservation or ticket is for."
}
},
"required": [
"@type"
],
"title": "Ticket",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Demand.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Demand",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.",
"format": "http://schema.org/Demand",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Demand"
},
"acceptedPaymentMethod": {
"anyOf": [
{
"$ref": "LoanOrCredit.schema.json"
},
{
"$ref": "PaymentMethod.schema.json"
}
],
"description": "The payment method(s) accepted by seller for this offer."
},
"advanceBookingRequirement": {
"$ref": "QuantitativeValue.schema.json",
"description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"availability": {
"$ref": "ItemAvailability.schema.json",
"description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc."
},
"availabilityEnds": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The end of the availability of the product or service included in the offer."
},
"availabilityStarts": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The beginning of the availability of the product or service included in the offer."
},
"availableAtOrFrom": {
"$ref": "Place.schema.json",
"description": "The place(s) from which the offer can be obtained (e.g. store locations)."
},
"availableDeliveryMethod": {
"$ref": "DeliveryMethod.schema.json",
"description": "The delivery method(s) available for this offer."
},
"businessFunction": {
"$ref": "BusinessFunction.schema.json",
"description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell."
},
"deliveryLeadTime": {
"$ref": "QuantitativeValue.schema.json",
"description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup."
},
"eligibleCustomerType": {
"$ref": "BusinessEntityType.schema.json",
"description": "The type(s) of customers for which the given offer is valid."
},
"eligibleDuration": {
"$ref": "QuantitativeValue.schema.json",
"description": "The duration for which the given offer is valid."
},
"eligibleQuantity": {
"$ref": "QuantitativeValue.schema.json",
"description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity."
},
"eligibleRegion": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also ineligibleRegion."
},
"eligibleTransactionVolume": {
"$ref": "PriceSpecification.schema.json",
"description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount."
},
"gtin12": {
"description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin13": {
"description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin8": {
"description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.",
"type": "string"
},
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in the offer.",
"oneOf": [
{
"$ref": "TypeAndQuantityNode.schema.json"
},
{
"items": {
"$ref": "TypeAndQuantityNode.schema.json"
},
"type": "array"
}
]
},
"inventoryLevel": {
"$ref": "QuantitativeValue.schema.json",
"description": "The current approximate inventory level for the item or items."
},
"itemCondition": {
"description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.",
"oneOf": [
{
"$ref": "OfferItemCondition.schema.json"
},
{
"items": {
"$ref": "OfferItemCondition.schema.json"
},
"type": "array"
}
]
},
"itemOffered": {
"anyOf": [
{
"$ref": "AggregateOffer.schema.json"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Event.schema.json"
},
{
"$ref": "MenuItem.schema.json"
},
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
},
{
"$ref": "Trip.schema.json"
}
],
"description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"oneOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"items": {
"$ref": "PriceSpecification.schema.json"
},
"type": "array"
}
]
},
"seller": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."
},
"serialNumber": {
"description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.",
"type": "string"
},
"sku": {
"description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
"type": "string"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"warranty": {
"$ref": "WarrantyPromise.schema.json",
"description": "The warranty promise(s) included in the offer."
}
},
"required": [
"@type"
],
"title": "Demand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/MusicComposition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicComposition",
"$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 musical composition.",
"format": "http://schema.org/MusicComposition",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MusicComposition"
},
"composer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event."
},
"firstPerformance": {
"$ref": "Event.schema.json",
"description": "The date and place the work was first performed."
},
"includedComposition": {
"description": "Smaller compositions included in this work (e.g. a movement in a symphony).",
"oneOf": [
{
"$ref": "MusicComposition.schema.json"
},
{
"items": {
"$ref": "MusicComposition.schema.json"
},
"type": "array"
}
]
},
"iswcCode": {
"description": "The International Standard Musical Work Code for the composition.",
"type": "string"
},
"lyricist": {
"$ref": "Person.schema.json",
"description": "The person who wrote the words."
},
"lyrics": {
"$ref": "CreativeWork.schema.json",
"description": "The words in the song."
},
"musicArrangement": {
"description": "An arrangement derived from the composition.",
"oneOf": [
{
"$ref": "MusicComposition.schema.json"
},
{
"items": {
"$ref": "MusicComposition.schema.json"
},
"type": "array"
}
]
},
"musicCompositionForm": {
"description": "The type of composition (e.g. overture, sonata, symphony, etc.).",
"type": "string"
},
"musicalKey": {
"description": "The key, mode, or scale this composition uses.",
"type": "string"
},
"recordedAs": {
"description": "An audio recording of the work.",
"oneOf": [
{
"$ref": "MusicRecording.schema.json"
},
{
"items": {
"$ref": "MusicRecording.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "MusicComposition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | a130ffcce9e85373dea613894f00d76d0dfaa9e1 | 2020-05-23T02:39:19 | schemas/MusicRecording.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicRecording",
"$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 music recording (track), usually a single song.",
"properties": {
"byArtist": {
"anyOf": [
{
"$ref": "http://schema.org/MusicGroup"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The artist that performed this album or recording."
},
"duration": {
"$comment": "https://schema.org/Duration",
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"type": "string"
},
"inAlbum": {
"$ref": "http://schema.org/MusicAlbum",
"description": "The album to which this recording belongs."
},
"inPlaylist": {
"$ref": "http://schema.org/MusicPlaylist",
"description": "The playlist to which this recording belongs."
},
"isrcCode": {
"description": "The International Standard Recording Code for the recording.",
"type": "string"
},
"recordingOf": {
"$ref": "http://schema.org/MusicComposition",
"description": "The composition this track is a recording of."
}
},
"title": "MusicRecording",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/CollectionPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CollectionPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPage.schema.json",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "Web page type: Collection page.",
"format": "http://schema.org/CollectionPage",
"title": "CollectionPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/SaleEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SaleEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Sales event.",
"title": "SaleEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ScreeningEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ScreeningEvent",
"$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": "A screening of a movie or other video.",
"format": "http://schema.org/ScreeningEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ScreeningEvent"
},
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
},
"workPresented": {
"$ref": "Movie.schema.json",
"description": "The movie presented during this event."
}
},
"required": [
"@type"
],
"title": "ScreeningEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/LeaveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LeaveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "InteractAction.schema.json",
"description": "The act of interacting with another person or organization."
}
],
"description": "An agent leaves an event / group with participants/friends at a location.\n\nRelated actions:\n\n\nJoinAction: The antonym of LeaveAction.\nUnRegisterAction: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.\n\n",
"format": "http://schema.org/LeaveAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LeaveAction"
},
"event": {
"description": "Upcoming or past event associated with this place, organization, or action.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "LeaveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DislikeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DislikeAction",
"$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 negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.",
"format": "http://schema.org/DislikeAction",
"title": "DislikeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BedType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BedType",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "QualitativeValue.schema.json",
"description": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'."
}
],
"description": "A type of bed. This is used for indicating the bed or beds available in an accommodation.",
"format": "http://schema.org/BedType",
"title": "BedType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/DownloadAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DownloadAction",
"$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 downloading an object.",
"format": "http://schema.org/DownloadAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DownloadAction"
}
},
"required": [
"@type"
],
"title": "DownloadAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/SearchAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SearchAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of searching for an object.\n\nRelated actions:\n\n\nFindAction: SearchAction generally leads to a FindAction, but not necessarily.\n\n",
"properties": {
"query": {
"description": "A sub property of instrument. The query used on this action.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "SearchAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BusStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusStation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A bus station.",
"format": "http://schema.org/BusStation",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BusStation"
}
},
"required": [
"@type"
],
"title": "BusStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/Florist.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Florist",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A florist.",
"format": "http://schema.org/Florist",
"title": "Florist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/NGO.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:NGO",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Organization",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "Organization: Non-governmental Organization.",
"title": "NGO",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Bridge.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Bridge",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A bridge.",
"format": "http://schema.org/Bridge",
"title": "Bridge",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BuyAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BuyAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.",
"format": "http://schema.org/BuyAction",
"properties": {
"seller": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."
},
"vendor": {
"description": "'vendor' is an earlier term for 'seller'.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"warrantyPromise": {
"$ref": "WarrantyPromise.schema.json",
"description": "The warranty promise(s) included in the offer."
}
},
"title": "BuyAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/GardenStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GardenStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A garden store.",
"format": "http://schema.org/GardenStore",
"title": "GardenStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MapCategoryType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MapCategoryType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "An enumeration of several kinds of Map.",
"format": "http://schema.org/MapCategoryType",
"oneOf": [
{
"const": "ParkingMap",
"description": "A parking map."
},
{
"const": "SeatingMap",
"description": "A seating map."
},
{
"const": "TransitMap",
"description": "A transit map."
},
{
"const": "VenueMap",
"description": "A venue map (e.g. for malls, auditoriums, museums, etc.)."
}
],
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MapCategoryType"
}
},
"required": [
"@type"
],
"title": "MapCategoryType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Accommodation"
},
"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"
}
},
"required": [
"@type"
],
"title": "Accommodation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/UserPageVisits.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserPageVisits",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UserInteraction.schema.json",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserPageVisits",
"title": "UserPageVisits",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Enumeration.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Enumeration",
"$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": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc.",
"properties": {
"supersededBy": {
"description": "Relates a term (i.e. a property, class or enumeration) to one that supersedes it.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Class"
},
{
"$ref": "schema:Enumeration"
},
{
"$ref": "schema:Property"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Class"
},
{
"$ref": "schema:Enumeration"
},
{
"$ref": "schema:Property"
}
]
},
"type": "array"
}
]
}
},
"title": "Enumeration",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/GiveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:GiveAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TransferAction",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.\\n\\nRelated actions:\\n\\n* [[TakeAction]]: Reciprocal of GiveAction.\\n* [[SendAction]]: 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).",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "GiveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/PaymentService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaymentService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FinancialProduct.schema.json",
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."
}
],
"description": "A Service to transfer funds from a person or organization to a beneficiary person or organization.",
"format": "http://schema.org/PaymentService",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PaymentService"
}
},
"required": [
"@type"
],
"title": "PaymentService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/WebPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.",
"format": "http://schema.org/WebPage",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "WebPage"
},
"breadcrumb": {
"description": "A set of links that can help a user understand and navigate a website hierarchy.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "BreadcrumbList.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "BreadcrumbList.schema.json"
}
]
},
"type": "array"
}
]
},
"lastReviewed": {
"description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.",
"format": "date",
"type": "string"
},
"mainContentOfPage": {
"$ref": "WebPageElement.schema.json",
"description": "Indicates if this web page element is the main subject of the page."
},
"primaryImageOfPage": {
"$ref": "ImageObject.schema.json",
"description": "Indicates the main image on the page."
},
"relatedLink": {
"description": "A link related to this web page, for example to other related web pages.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"reviewedBy": {
"description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"significantLink": {
"description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"significantLinks": {
"description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"format": "uri",
"type": "string"
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "SpeakableSpecification.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "SpeakableSpecification.schema.json"
}
]
},
"type": "array"
}
]
},
"specialty": {
"description": "One of the domain specialities to which this web page's content applies.",
"oneOf": [
{
"$ref": "Specialty.schema.json"
},
{
"items": {
"$ref": "Specialty.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "WebPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "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": "Intended audience for an item, i.e. the group for whom the item was created.",
"format": "http://schema.org/Audience",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Audience"
},
"audienceType": {
"description": "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).",
"type": "string"
},
"geographicArea": {
"$ref": "AdministrativeArea.schema.json",
"description": "The geographic area associated with the audience."
}
},
"required": [
"@type"
],
"title": "Audience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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",
"title": "Distillery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TieAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TieAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AchieveAction.schema.json",
"description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process."
}
],
"description": "The act of reaching a draw in a competitive activity.",
"format": "http://schema.org/TieAction",
"title": "TieAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/MusicGroup.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicGroup",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PerformingGroup.schema.json",
"description": "A performance group, such as a band, an orchestra, or a circus."
}
],
"description": "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.",
"format": "http://schema.org/MusicGroup",
"properties": {
"album": {
"description": "A music album.",
"items": {
"$ref": "MusicAlbum.schema.json"
},
"type": "array"
},
"albums": {
"description": "A collection of music albums.",
"items": {
"$ref": "MusicAlbum.schema.json"
},
"type": "array"
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"musicGroupMember": {
"description": "A member of a music group\u2014for example, John, Paul, George, or Ringo.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"track": {
"description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.",
"items": {
"anyOf": [
{
"$ref": "MusicRecording.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
},
"tracks": {
"description": "A music recording (track)\u2014usually a single song.",
"items": {
"$ref": "MusicRecording.schema.json"
},
"type": "array"
}
},
"title": "MusicGroup",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/DataCatalog.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DataCatalog",
"$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 collection of datasets.",
"format": "http://schema.org/DataCatalog",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DataCatalog"
},
"dataset": {
"description": "A dataset contained in this catalog.",
"oneOf": [
{
"$ref": "Dataset.schema.json"
},
{
"items": {
"$ref": "Dataset.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "DataCatalog",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/WebPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.",
"format": "http://schema.org/WebPage",
"properties": {
"breadcrumb": {
"description": "A set of links that can help a user understand and navigate a website hierarchy.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/BreadcrumbList"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/BreadcrumbList"
}
]
},
"type": "array"
}
]
},
"lastReviewed": {
"description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.",
"format": "date",
"type": "string"
},
"mainContentOfPage": {
"$ref": "http://schema.org/WebPageElement",
"description": "Indicates if this web page element is the main subject of the page."
},
"primaryImageOfPage": {
"$ref": "http://schema.org/ImageObject",
"description": "Indicates the main image on the page."
},
"relatedLink": {
"description": "A link related to this web page, for example to other related web pages.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"reviewedBy": {
"description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"significantLink": {
"description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"significantLinks": {
"description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"format": "uri",
"type": "string"
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/SpeakableSpecification"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/SpeakableSpecification"
}
]
},
"type": "array"
}
]
},
"specialty": {
"description": "One of the domain specialities to which this web page's content applies.",
"oneOf": [
{
"$ref": "http://schema.org/Specialty"
},
{
"items": {
"$ref": "http://schema.org/Specialty"
},
"type": "array"
}
]
}
},
"title": "WebPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PlanAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PlanAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/OrganizeAction",
"description": "The act of manipulating/administering/supervising/controlling one or more objects."
}
],
"description": "The act of planning the execution of an event/task/action/reservation/plan to a future date.",
"format": "http://schema.org/PlanAction",
"properties": {
"scheduledTime": {
"description": "The time the object is scheduled to.",
"format": "date-time",
"type": "string"
}
},
"title": "PlanAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/TechArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TechArticle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Article.schema.json",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post."
}
],
"description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.",
"format": "http://schema.org/TechArticle",
"properties": {
"dependencies": {
"description": "Prerequisites needed to fulfill steps in article.",
"format": "http://schema.org/Text"
},
"proficiencyLevel": {
"description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.",
"format": "http://schema.org/Text"
}
},
"title": "TechArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/IceCreamShop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:IceCreamShop",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:FoodEstablishment",
"description": "A food-related business."
}
],
"description": "An ice cream shop.",
"title": "IceCreamShop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/OceanBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OceanBodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "An ocean (for example, the Pacific).",
"title": "OceanBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Apartment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Apartment",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema: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.\n"
}
],
"description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).",
"properties": {
"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."
},
"occupancy": {
"$ref": "schema:QuantitativeValue",
"description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person"
}
},
"title": "Apartment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/BookStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BookStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A bookstore.",
"format": "http://schema.org/BookStore",
"title": "BookStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Continent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Continent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Landform.schema.json",
"description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."
}
],
"description": "One of the continents (for example, Europe or Africa).",
"format": "http://schema.org/Continent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Continent"
}
},
"required": [
"@type"
],
"title": "Continent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/SocialEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SocialEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Social event.",
"title": "SocialEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ViewAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ViewAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:ConsumeAction",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming static visual content.",
"title": "ViewAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ChooseAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ChooseAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AssessAction",
"description": "The act of forming one's opinion, reaction or sentiment."
}
],
"description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.",
"properties": {
"actionOption": {
"description": "A sub property of object. The options subject to this action.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
},
"option": {
"description": "A sub property of object. The options subject to this action.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
}
},
"title": "ChooseAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/OrganizationRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:OrganizationRole",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Role",
"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](http://blog.schema.org/2014/06/introducing-role.html)."
}
],
"description": "A subclass of Role used to describe roles within organizations.",
"properties": {
"numberedPosition": {
"description": "A number associated with a role in an organization, for example, the number on an athlete's jersey.",
"oneOf": [
{
"type": "number"
},
{
"items": {
"type": "number"
},
"type": "array"
}
]
}
},
"title": "OrganizationRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MathSolver.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MathSolver",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A math solver which is capable of solving a subset of mathematical problems.",
"properties": {
"mathExpression": {
"description": "A mathematical expression (e.g. 'x^2-3x=0') that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:SolveMathAction"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:SolveMathAction"
}
]
},
"type": "array"
}
]
}
},
"title": "MathSolver",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PublicSwimmingPool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PublicSwimmingPool",
"$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 public swimming pool.",
"format": "http://schema.org/PublicSwimmingPool",
"title": "PublicSwimmingPool",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ScholarlyArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ScholarlyArticle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Article.schema.json",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post."
}
],
"description": "A scholarly article.",
"format": "http://schema.org/ScholarlyArticle",
"title": "ScholarlyArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Review.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Review",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A review of an item - for example, of a restaurant, movie, or store.",
"properties": {
"associatedClaimReview": {
"description": "An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
},
"associatedMediaReview": {
"description": "An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]].",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
},
"associatedReview": {
"description": "An associated [[Review]].",
"oneOf": [
{
"$ref": "schema:Review"
},
{
"items": {
"$ref": "schema:Review"
},
"type": "array"
}
]
},
"itemReviewed": {
"$ref": "schema:Thing",
"description": "The item that is being reviewed/rated."
},
"negativeNotes": {
"description": "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), negative considerations - either as unstructured text, or a list.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:ItemList"
},
{
"$ref": "schema:ListItem"
},
{
"$ref": "schema:WebContent"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:ItemList"
},
{
"$ref": "schema:ListItem"
},
{
"$ref": "schema:WebContent"
}
]
},
"type": "array"
}
]
},
"positiveNotes": {
"description": "Indicates, in the context of a [[Review]] (e.g. framed as 'pro' vs 'con' considerations), positive considerations - either as unstructured text, or a list.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:ItemList"
},
{
"$ref": "schema:ListItem"
},
{
"$ref": "schema:WebContent"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:ItemList"
},
{
"$ref": "schema:ListItem"
},
{
"$ref": "schema:WebContent"
}
]
},
"type": "array"
}
]
},
"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": "schema: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 | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "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 travel agency.",
"format": "http://schema.org/TravelAgency",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TravelAgency"
}
},
"required": [
"@type"
],
"title": "TravelAgency",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Locksmith.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Locksmith",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HomeAndConstructionBusiness",
"description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)."
}
],
"description": "A locksmith.",
"title": "Locksmith",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/FinancialService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialService",
"$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": "Financial services business.",
"format": "http://schema.org/FinancialService",
"properties": {
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
}
},
"title": "FinancialService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/VisualArtwork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VisualArtwork",
"$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 work of art that is primarily visual in character.",
"properties": {
"artEdition": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")."
},
"artMedium": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)"
},
"artform": {
"description": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"artworkSurface": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc."
},
"depth": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The depth of the item."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The height of the item."
},
"surface": {
"description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The width of the item."
}
},
"title": "VisualArtwork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Casino.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Casino",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EntertainmentBusiness.schema.json",
"description": "A business providing entertainment."
}
],
"description": "A casino.",
"format": "http://schema.org/Casino",
"title": "Casino",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/GameServerStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GameServerStatus",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Status of a game server.",
"format": "http://schema.org/GameServerStatus",
"oneOf": [
{
"const": "OfflinePermanently",
"description": "Game server status: OfflinePermanently. Server is offline and not available."
},
{
"const": "OfflineTemporarily",
"description": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon."
},
{
"const": "Online",
"description": "Game server status: Online. Server is available."
},
{
"const": "OnlineFull",
"description": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached."
}
],
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "GameServerStatus"
}
},
"required": [
"@type"
],
"title": "GameServerStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/BusinessEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusinessEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Business event.",
"title": "BusinessEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/HowToSection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToSection",
"$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": "ItemList.schema.json",
"description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting."
},
{
"$ref": "ListItem.schema.json",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).",
"format": "http://schema.org/HowToSection",
"properties": {
"steps": {
"description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
}
},
"title": "HowToSection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Apartment.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Apartment",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Accommodation.schema.json",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).",
"format": "http://schema.org/Apartment",
"properties": {
"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."
},
"occupancy": {
"$ref": "QuantitativeValue.schema.json",
"description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person"
}
},
"title": "Apartment",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | a130ffcce9e85373dea613894f00d76d0dfaa9e1 | 2020-05-23T02:39:19 | schemas/Recipe.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Recipe",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HowTo",
"description": "Instructions that explain how to achieve a result by performing a sequence of steps."
}
],
"description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.",
"properties": {
"cookTime": {
"$comment": "https://schema.org/Duration",
"description": "The time it takes to actually cook the dish, in ISO 8601 duration format.",
"type": "string"
},
"cookingMethod": {
"description": "The method of cooking, such as Frying, Steaming, ...",
"type": "string"
},
"ingredients": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"nutrition": {
"$ref": "http://schema.org/NutritionInformation",
"description": "Nutrition information about the recipe or menu item."
},
"recipeCategory": {
"description": "The category of the recipe\u2014for example, appetizer, entree, etc.",
"type": "string"
},
"recipeCuisine": {
"description": "The cuisine of the recipe (for example, French or Ethiopian).",
"type": "string"
},
"recipeIngredient": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"recipeInstructions": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/CreativeWork"
},
{
"$ref": "http://schema.org/ItemList"
}
],
"description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items."
},
"recipeYield": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)."
},
"suitableForDiet": {
"description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.",
"oneOf": [
{
"$ref": "http://schema.org/RestrictedDiet"
},
{
"items": {
"$ref": "http://schema.org/RestrictedDiet"
},
"type": "array"
}
]
}
},
"title": "Recipe",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DataDownload.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DataDownload",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MediaObject",
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)."
}
],
"description": "A dataset in downloadable form.",
"properties": {
"measurementTechnique": {
"description": "A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),\ncorresponding to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]]). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.\n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".\n\nIf the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".\n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]].\n ",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"title": "DataDownload",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BankAccount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BankAccount",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema: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."
}
],
"description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.",
"properties": {
"accountMinimumInflow": {
"description": "A minimum amount that has to be paid in every month.",
"oneOf": [
{
"$ref": "schema:MonetaryAmount"
},
{
"items": {
"$ref": "schema:MonetaryAmount"
},
"type": "array"
}
]
},
"accountOverdraftLimit": {
"description": "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.",
"oneOf": [
{
"$ref": "schema:MonetaryAmount"
},
{
"items": {
"$ref": "schema:MonetaryAmount"
},
"type": "array"
}
]
},
"bankAccountType": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The type of a bank account."
}
},
"title": "BankAccount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PronounceableText.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PronounceableText",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Text",
"description": "Data type: Text."
}
],
"description": "Data type: PronounceableText.",
"properties": {
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]."
},
"phoneticText": {
"description": "Representation of a text [[textValue]] using the specified [[speechToTextMarkup]]. For example the city name of Houston in IPA: /\u02c8hju\u02d0st\u0259n/.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"speechToTextMarkup": {
"description": "Form of markup used. eg. [SSML](https://www.w3.org/TR/speech-synthesis11) or [IPA](https://www.wikidata.org/wiki/Property:P898).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"textValue": {
"description": "Text value being annotated.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "PronounceableText",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PoliceStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PoliceStation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "http://schema.org/EmergencyService",
"description": "An emergency service, such as a fire station or ER."
}
],
"description": "A police station.",
"format": "http://schema.org/PoliceStation",
"title": "PoliceStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/LodgingBusiness.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LodgingBusiness",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A lodging business, such as a motel, hotel, or inn.",
"format": "http://schema.org/LodgingBusiness",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LodgingBusiness"
},
"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": "LocationFeatureSpecification.schema.json"
},
{
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
}
]
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableLanguage": {
"description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
]
},
"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": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"petsAllowed": {
"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": "Rating.schema.json"
},
{
"items": {
"$ref": "Rating.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "LodgingBusiness",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MedicalWebPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MedicalWebPage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:WebPage",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "A web page that provides medical information.",
"properties": {
"aspect": {
"description": "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"medicalAudience": {
"description": "Medical audience for page.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:MedicalAudience"
},
{
"$ref": "schema:MedicalAudienceType"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:MedicalAudience"
},
{
"$ref": "schema:MedicalAudienceType"
}
]
},
"type": "array"
}
]
}
},
"title": "MedicalWebPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Playground.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Playground",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A playground.",
"format": "http://schema.org/Playground",
"title": "Playground",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/WebApplication.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebApplication",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "SoftwareApplication.schema.json",
"description": "A software application."
}
],
"description": "Web applications.",
"format": "http://schema.org/WebApplication",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "WebApplication"
},
"browserRequirements": {
"description": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "WebApplication",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/ApartmentComplex.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ApartmentComplex",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Residence.schema.json",
"description": "The place where a person lives."
}
],
"description": "Residence type: Apartment complex.",
"format": "http://schema.org/ApartmentComplex",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ApartmentComplex"
},
"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."
}
},
"required": [
"@type"
],
"title": "ApartmentComplex",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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.",
"format": "http://schema.org/RestrictedDiet",
"oneOf": [
{
"const": "VegetarianDiet",
"description": "A diet exclusive of animal meat."
},
{
"const": "KosherDiet",
"description": "A diet conforming to Jewish dietary practices."
},
{
"const": "VeganDiet",
"description": "A diet exclusive of all animal products."
},
{
"const": "DiabeticDiet",
"description": "A diet appropriate for people with diabetes."
},
{
"const": "HinduDiet",
"description": "A diet conforming to Hindu dietary practices, in particular, beef-free."
},
{
"const": "GlutenFreeDiet",
"description": "A diet exclusive of gluten."
},
{
"const": "HalalDiet",
"description": "A diet conforming to Islamic dietary practices."
},
{
"const": "LowLactoseDiet",
"description": "A diet appropriate for people with lactose intolerance."
},
{
"const": "LowCalorieDiet",
"description": "A diet focused on reduced calorie intake."
},
{
"const": "LowFatDiet",
"description": "A diet focused on reduced fat and cholesterol intake."
},
{
"const": "LowSaltDiet",
"description": "A diet focused on reduced sodium intake."
}
],
"title": "RestrictedDiet",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ArtGallery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ArtGallery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EntertainmentBusiness.schema.json",
"description": "A business providing entertainment."
}
],
"description": "An art gallery.",
"format": "http://schema.org/ArtGallery",
"title": "ArtGallery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DepartAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DepartAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MoveAction",
"description": "The act of an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object."
}
],
"description": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.",
"title": "DepartAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/RadioEpisode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:RadioEpisode",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Episode",
"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.",
"title": "RadioEpisode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Museum.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Museum",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A museum.",
"format": "http://schema.org/Museum",
"title": "Museum",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MusicVenue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicVenue",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A music venue.",
"format": "http://schema.org/MusicVenue",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MusicVenue"
}
},
"required": [
"@type"
],
"title": "MusicVenue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"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.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"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).",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"cheatCode": {
"description": "Cheat codes to the game.",
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
]
},
"containsSeason": {
"description": "A season that is part of the media series.",
"oneOf": [
{
"$ref": "CreativeWorkSeason.schema.json"
},
{
"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.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"episode": {
"description": "An episode of a tv, radio or game media within a series or season.",
"oneOf": [
{
"$ref": "Episode.schema.json"
},
{
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
}
]
},
"episodes": {
"description": "An episode of a TV/radio series or season.",
"oneOf": [
{
"$ref": "Episode.schema.json"
},
{
"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.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"gameLocation": {
"description": "Real or fictional location of the game (or part of game).",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
}
]
},
{
"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).",
"oneOf": [
{
"$ref": "QuantitativeValue.schema.json"
},
{
"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.",
"oneOf": [
{
"$ref": "GamePlayMode.schema.json"
},
{
"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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
}
]
},
"seasons": {
"description": "A season in a media series.",
"oneOf": [
{
"$ref": "CreativeWorkSeason.schema.json"
},
{
"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 | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Invoice"
},
"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.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"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": "Thing.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"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": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "Party placing the order or paying the invoice."
},
"minimumPaymentDue": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.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",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date that payment is due."
},
"paymentMethod": {
"$ref": "PaymentMethod.schema.json",
"description": "The name of the credit card or other method of payment for the order."
},
"paymentMethodId": {
"description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"paymentStatus": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PaymentStatusType.schema.json"
}
],
"description": "The status of payment; whether the invoice has been paid or not."
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"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": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total amount due."
}
},
"required": [
"@type"
],
"title": "Invoice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/Event.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Event",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects.",
"format": "http://schema.org/Event",
"properties": {
"about": {
"$ref": "Thing.schema.json",
"description": "The subject matter of the content."
},
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"attendee": {
"description": "A person or organization attending the event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"attendees": {
"description": "A person attending the event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"composer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event."
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.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."
},
"doorTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The time admission will commence."
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"endDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The end date and time of the item (in ISO 8601 date format)."
},
"eventStatus": {
"description": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.",
"items": {
"$ref": "EventStatusType.schema.json"
},
"type": "array"
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"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."
},
"maximumAttendeeCapacity": {
"description": "The total number of individuals that may attend an event or venue.",
"type": "integer"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
},
"organizer": {
"description": "An organizer of an Event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"performer": {
"description": "A performer at the event\u2014for example, a presenter, musician, musical group or actor.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"performers": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The main performer or performers of the event\u2014for example, a presenter, musician, or actor."
},
"previousStartDate": {
"description": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.",
"items": {
"format": "date",
"type": "string"
},
"type": "array"
},
"recordedIn": {
"$ref": "CreativeWork.schema.json",
"description": "The CreativeWork that captured all or part of this Event."
},
"remainingAttendeeCapacity": {
"description": "The number of attendee places for an event that remain unallocated.",
"type": "integer"
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"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)."
},
"subEvent": {
"description": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
},
"subEvents": {
"description": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
},
"superEvent": {
"description": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.",
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"workFeatured": {
"description": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"workPerformed": {
"description": "A work performed in some event, for example a play performed in a TheaterEvent.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
},
"title": "Event",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Order.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Order",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.",
"format": "http://schema.org/Order",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Order"
},
"acceptedOffer": {
"description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.",
"oneOf": [
{
"$ref": "Offer.schema.json"
},
{
"items": {
"$ref": "Offer.schema.json"
},
"type": "array"
}
]
},
"billingAddress": {
"$ref": "PostalAddress.schema.json",
"description": "The billing address for the order."
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"confirmationNumber": {
"description": "A number that confirms the given order or payment has been received.",
"type": "string"
},
"customer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "Party placing the order or paying the invoice."
},
"discount": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "Any discount applied (to an Order)."
},
"discountCode": {
"description": "Code used to redeem a discount.",
"type": "string"
},
"discountCurrency": {
"description": "The currency of the discount.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".",
"type": "string"
},
"isGift": {
"description": "Was the offer accepted as a gift for someone other than the buyer.",
"type": "boolean"
},
"merchant": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "'merchant' is an out-dated term for 'seller'."
},
"orderDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "Date order was placed."
},
"orderDelivery": {
"$ref": "ParcelDelivery.schema.json",
"description": "The delivery of the parcel related to this order or order item."
},
"orderNumber": {
"description": "The identifier of the transaction.",
"type": "string"
},
"orderStatus": {
"$ref": "OrderStatus.schema.json",
"description": "The current status of the order."
},
"orderedItem": {
"description": "The item ordered.",
"oneOf": [
{
"anyOf": [
{
"$ref": "OrderItem.schema.json"
},
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "OrderItem.schema.json"
},
{
"$ref": "Product.schema.json"
},
{
"$ref": "Service.schema.json"
}
]
},
"type": "array"
}
]
},
"partOfInvoice": {
"$ref": "Invoice.schema.json",
"description": "The order is being paid as part of the referenced Invoice."
},
"paymentDue": {
"description": "The date that payment is due.",
"format": "date-time",
"type": "string"
},
"paymentDueDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date that payment is due."
},
"paymentMethod": {
"$ref": "PaymentMethod.schema.json",
"description": "The name of the credit card or other method of payment for the order."
},
"paymentMethodId": {
"description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"paymentUrl": {
"description": "The URL for sending a payment.",
"format": "uri",
"type": "string"
},
"seller": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider."
}
},
"required": [
"@type"
],
"title": "Order",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/EmployeeRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EmployeeRole",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "OrganizationRole.schema.json",
"description": "A subclass of Role used to describe roles within organizations."
}
],
"description": "A subclass of OrganizationRole used to describe employee relationships.",
"format": "http://schema.org/EmployeeRole",
"properties": {
"baseSalary": {
"anyOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"$ref": "MonetaryAmount.schema.json"
}
],
"description": "The base salary of the job or of an employee in an EmployeeRole."
},
"salaryCurrency": {
"description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.",
"format": "http://schema.org/Text"
}
},
"title": "EmployeeRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BusStop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusStop",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A bus stop.",
"format": "http://schema.org/BusStop",
"title": "BusStop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Museum.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Museum",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A museum.",
"format": "http://schema.org/Museum",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Museum"
}
},
"required": [
"@type"
],
"title": "Museum",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/SportingGoodsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportingGoodsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A sporting goods store.",
"format": "http://schema.org/SportingGoodsStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "SportingGoodsStore"
}
},
"required": [
"@type"
],
"title": "SportingGoodsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/VideoGallery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VideoGallery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MediaGallery.schema.json",
"description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia."
}
],
"description": "Web page type: Video gallery page.",
"format": "http://schema.org/VideoGallery",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "VideoGallery"
}
},
"required": [
"@type"
],
"title": "VideoGallery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | ccfd7867a8f0a96f421a90bfd617be8735463a02 | 2020-05-27T22:00:22 | schemas/OfferItemCondition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OfferItemCondition",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A list of possible conditions for the item.",
"oneOf": [
{
"const": "DamagedCondition",
"description": "Indicates that the item is damaged."
},
{
"const": "NewCondition",
"description": "Indicates that the item is new."
},
{
"const": "RefurbishedCondition",
"description": "Indicates that the item is refurbished."
},
{
"const": "UsedCondition",
"description": "Indicates that the item is used."
}
],
"title": "OfferItemCondition",
"type": "string"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.