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
SpacehuhnTech/USBNova
ab64ca74536b236557e7e21a16f0d9abdff62fbf
2023-06-28T11:22:13
schema.json
48
2024-05-27T05:55:33.336637Z
{ "$defs": { "color": { "additionalItems": false, "maxItems": 4, "minItems": 4, "prefixItems": [ { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Red", "type": "integer" }, { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Green", "type": "integer" }, { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Blue", "type": "integer" }, { "description": "The blink interval in milliseconds, 0 means it's not blinking.", "minimum": 0, "title": "Blink-Interval", "type": "integer" } ], "type": "array" }, "preferences": { "additionalProperties": false, "description": "Preferences for your USB Nova", "properties": { "$schema": { "type": "string" }, "attack_color": { "$ref": "#/$defs/color", "default": [ 128, 0, 0, 0 ], "title": "LED color for attack mode" }, "default_delay": { "default": 5, "minimum": 0, "title": "Default delay between each line", "type": "integer" }, "default_layout": { "default": "US", "enum": [ "BE", "BE_MAC", "BG", "BG_MAC", "CA-CM", "CA-FR", "CA-FR_MAC", "CH-DE", "CH-FR", "CH-DE_MAC", "CH-FR_MAC", "CZ", "CZ_MAC", "DE", "DE_MAC", "DK", "DK_MAC", "EE", "EE_MAC", "ES", "ES_MAC", "ES-LA", "ES-LA_MAC", "FI", "FI_MAC", "FR", "FR_MAC", "GB", "GB_MAC", "GR", "GR_MAC", "HU", "HU_MAC", "IE", "IN", "IN_MAC", "IS", "IS_MAC", "IT", "IT_MAC", "LT", "LT_MAC", "LV", "LV_MAC", "NL", "NL_MAC", "NO", "NO_MAC", "PL", "PL_MAC", "PT-BR", "PT-BR_MAC", "PT", "PT_MAC", "RO", "RO_MAC", "RU", "RU_MAC", "SE", "SE_MAC", "SI", "SI_MAC", "SK", "SK_MAC", "TR", "TR_MAC", "UA", "UA_MAC", "US", "US_MAC" ], "title": "Default Keyboard Layout", "type": "string" }, "disable_capslock": { "default": true, "title": "Turn off capslock before starting attack (only work on Windows)", "type": "boolean" }, "enable_hid": { "default": true, "title": "Enable HID in setup mode", "type": "boolean" }, "enable_led": { "default": true, "title": "Enable RGB LED", "type": "boolean" }, "enable_msc": { "default": false, "title": "Enable USB mass storage (USB drive) in attack mode", "type": "boolean" }, "idle_color": { "$ref": "#/$defs/color", "default": [ 0, 30, 0, 0 ], "title": "LED color for finished attack" }, "initial_delay": { "default": 1000, "minimum": 0, "title": "Startup delay", "type": "integer" }, "main_script": { "default": "main_script.txt", "title": "Name of your BadUSB script", "type": "string" }, "manufacturer": { "default": "SpacehuhnTech", "title": "USB Manufacturer Descriptor", "type": "string" }, "pid": { "default": "11A4", "examples": [ "0250" ], "maxLength": 4, "minLength": 4, "pattern": "^[0-9A-F]{4}$", "title": "USB Product ID", "type": "string" }, "product": { "default": "USB Nova", "title": "USB Product Descriptor", "type": "string" }, "run_on_indicator": { "default": false, "title": "Start script when the user presses capslock, numlock, or another indicator key (only work on Windows)", "type": "boolean" }, "serial": { "default": "1337", "title": "USB Serial Number Descriptor", "type": "string" }, "setup_color": { "$ref": "#/$defs/color", "default": [ 0, 0, 20, 0 ], "title": "LED color for setup mode" }, "version": { "default": "0100", "maxLength": 4, "minLength": 4, "title": "USB Product Revision (0100 => 1.0)", "type": "string" }, "vid": { "default": "16D0", "examples": [ "05AC" ], "maxLength": 4, "minLength": 4, "pattern": "^[0-9A-F]{4}$", "title": "USB Vendor ID", "type": "string" } }, "title": "Preferences", "type": "object" } }, "$ref": "#/$defs/preferences", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
SpacehuhnTech/USBNova
ebc363dbea783f191f135644b1d6deaf354b22f8
2022-11-22T19:34:46
schema.json
48
2024-05-27T05:55:33.336637Z
{ "$defs": { "color": { "additionalItems": false, "maxItems": 4, "minItems": 4, "prefixItems": [ { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Red", "type": "integer" }, { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Green", "type": "integer" }, { "description": "From 0 to 255", "maximum": 255, "minimum": 0, "title": "Blue", "type": "integer" }, { "description": "The blink interval in milliseconds, 0 means it's not blinking.", "minimum": 0, "title": "Blink-Interval", "type": "integer" } ], "type": "array" }, "preferences": { "additionalProperties": false, "description": "Preferences for your USB Nova", "properties": { "$schema": { "type": "string" }, "attack_color": { "$ref": "#/$defs/color", "default": [ 128, 0, 0, 0 ], "title": "LED color for attack mode" }, "default_delay": { "default": 5, "minimum": 0, "title": "Default delay between each line", "type": "integer" }, "default_layout": { "default": "US", "enum": [ "BE", "BE_MAC", "BG", "BG_MAC", "CA-CM", "CA-FR", "CA-FR_MAC", "CH-DE", "CH-FR", "CH-DE_MAC", "CH-FR_MAC", "CZ", "CZ_MAC", "DE", "DE_MAC", "DK", "DK_MAC", "EE", "EE_MAC", "ES", "ES_MAC", "ES-LA", "ES-LA_MAC", "FI", "FI_MAC", "FR", "FR_MAC", "GB", "GB_MAC", "GR", "GR_MAC", "HU", "HU_MAC", "IE", "IN", "IN_MAC", "IS", "IS_MAC", "IT", "IT_MAC", "LT", "LT_MAC", "LV", "LV_MAC", "NL", "NL_MAC", "NO", "NO_MAC", "PL", "PL_MAC", "PT-BR", "PT-BR_MAC", "PT", "PT_MAC", "RO", "RO_MAC", "RU", "RU_MAC", "SE", "SE_MAC", "SI", "SI_MAC", "SK", "SK_MAC", "TR", "TR_MAC", "UA", "UA_MAC", "US", "US_MAC" ], "title": "Default Keyboard Layout", "type": "string" }, "disable_capslock": { "default": true, "title": "Turn off capslock before starting attack (only work on Windows)", "type": "boolean" }, "enable_hid": { "default": true, "title": "Enable HID in setup mode", "type": "boolean" }, "enable_led": { "default": true, "title": "Enable RGB LED", "type": "boolean" }, "enable_msc": { "default": false, "title": "Enable USB mass storage (USB drive) in attack mode", "type": "boolean" }, "hid_pid": { "default": "11A4", "examples": [ "0250" ], "maxLength": 4, "minLength": 4, "pattern": "^[0-9A-F]{4}$", "title": "USB Keyboard Product ID", "type": "string" }, "hid_rev": { "default": "0100", "maxLength": 4, "minLength": 4, "title": "USB Keyboard Product Revision", "type": "string" }, "hid_vid": { "default": "16D0", "examples": [ "05AC" ], "maxLength": 4, "minLength": 4, "pattern": "^[0-9A-F]{4}$", "title": "USB Keyboard Vendor ID", "type": "string" }, "idle_color": { "$ref": "#/$defs/color", "default": [ 0, 30, 0, 0 ], "title": "LED color for finished attack" }, "initial_delay": { "default": 1000, "minimum": 0, "title": "Startup delay", "type": "integer" }, "main_script": { "default": "main_script.txt", "title": "Name of your BadUSB script", "type": "string" }, "msc_pid": { "default": "USB Nova", "title": "USB Mass Storage Product ID", "type": "string" }, "msc_rev": { "default": "1.0", "title": "USB Mass Storage Product Revision", "type": "string" }, "msc_vid": { "default": "SpHuhn", "title": "USB Mass Storage Vendor ID", "type": "string" }, "run_on_indicator": { "default": false, "title": "Start script when the user presses capslock, numlock, or another indicator key (only work on Windows)", "type": "boolean" }, "setup_color": { "$ref": "#/$defs/color", "default": [ 0, 0, 20, 0 ], "title": "LED color for setup mode" } }, "title": "Preferences", "type": "object" } }, "$ref": "#/$defs/preferences", "$schema": "https://json-schema.org/draft/2020-12/schema" }
MIT
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TireShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TireShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A tire shop.", "title": "TireShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BikeStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BikeStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A bike store.", "format": "http://schema.org/BikeStore", "title": "BikeStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BusinessFunction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessFunction", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ConstructionInstallation\nhttp://purl.org/goodrelations/v1#Dispose\nhttp://purl.org/goodrelations/v1#LeaseOut\nhttp://purl.org/goodrelations/v1#Maintain\nhttp://purl.org/goodrelations/v1#ProvideService\nhttp://purl.org/goodrelations/v1#Repair\nhttp://purl.org/goodrelations/v1#Sell\nhttp://purl.org/goodrelations/v1#Buy\n\n", "title": "BusinessFunction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Business event.", "format": "http://schema.org/BusinessEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BusinessEvent" } }, "required": [ "@type" ], "title": "BusinessEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/TravelAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TravelAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MoveAction.schema.json", "description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n" } ], "description": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.", "format": "http://schema.org/TravelAction", "properties": { "distance": { "description": "The distance travelled, e.g. exercising or travelling.", "items": { "format": "https://schema.org/Distance", "type": "string" }, "type": "array" } }, "title": "TravelAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/Product.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Product", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.", "format": "http://schema.org/Product", "properties": { "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "award": { "description": "An award won by or for this item.", "format": "http://schema.org/Text" }, "awards": { "description": "Awards won by or for this item.", "format": "http://schema.org/Text" }, "brand": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Brand.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "color": { "description": "The color of the product.", "format": "http://schema.org/Text" }, "depth": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "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.", "format": "http://schema.org/Text" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "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.", "format": "http://schema.org/Text" }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "isAccessoryOrSparePartFor": { "description": "A pointer to another product (or multiple products) for which this product is an accessory or spare part.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isConsumableFor": { "description": "A pointer to another product (or multiple products) for which this product is a consumable.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "items": { "oneOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "items": { "oneOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "itemCondition": { "description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "items": { "$ref": "OfferItemCondition.schema.json" }, "type": "array" }, "logo": { "description": "An associated logo.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "manufacturer": { "$ref": "Organization.schema.json", "description": "The manufacturer of the product." }, "material": { "description": "A material that something is made from, e.g. leather, wool, cotton, paper.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "model": { "$ref": "ProductModel.schema.json", "description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "oneOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "productID": { "description": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".", "format": "http://schema.org/Text" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "http://schema.org/Date" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "http://schema.org/Date" }, "releaseDate": { "description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.", "format": "http://schema.org/Date" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "slogan": { "description": "A slogan or motto associated with the item.", "format": "http://schema.org/Text" }, "weight": { "$ref": "QuantitativeValue.schema.json", "description": "The weight of the product or person." }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "title": "Product", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SocialMediaPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SocialMediaPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.", "properties": { "sharedContent": { "description": "A CreativeWork such as an image, video, or audio clip shared as part of this posting.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] } }, "title": "SocialMediaPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Code.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Code", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "format": "http://schema.org/Code", "title": "Code", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/LiveBlogPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiveBlogPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BlogPosting.schema.json", "description": "A blog post." } ], "description": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", "format": "http://schema.org/LiveBlogPosting", "properties": { "coverageEndTime": { "description": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", "format": "date-time", "type": "string" }, "coverageStartTime": { "description": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", "format": "date-time", "type": "string" }, "liveBlogUpdate": { "description": "An update to the LiveBlog.", "items": { "$ref": "BlogPosting.schema.json" }, "type": "array" } }, "title": "LiveBlogPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
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": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A music recording (track), usually a single song.", "format": "http://schema.org/MusicRecording", "properties": { "byArtist": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The artist that performed this album or recording." }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "inAlbum": { "$ref": "MusicAlbum.schema.json", "description": "The album to which this recording belongs." }, "inPlaylist": { "$ref": "MusicPlaylist.schema.json", "description": "The playlist to which this recording belongs." }, "isrcCode": { "description": "The International Standard Recording Code for the recording.", "format": "http://schema.org/Text" }, "recordingOf": { "$ref": "MusicComposition.schema.json", "description": "The composition this track is a recording of." } }, "title": "MusicRecording", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalTherapy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalTherapy", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:TherapeuticProcedure", "description": "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition." } ], "description": "Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition.", "properties": { "contraindication": { "description": "A contraindication for this therapy.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:MedicalContraindication" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:MedicalContraindication" } ] }, "type": "array" } ] }, "duplicateTherapy": { "description": "A therapy that duplicates or overlaps this one.", "oneOf": [ { "$ref": "schema:MedicalTherapy" }, { "items": { "$ref": "schema:MedicalTherapy" }, "type": "array" } ] }, "seriousAdverseOutcome": { "description": "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition.", "oneOf": [ { "$ref": "schema:MedicalEntity" }, { "items": { "$ref": "schema:MedicalEntity" }, "type": "array" } ] } }, "title": "MedicalTherapy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ToyStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ToyStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A toy store.", "format": "http://schema.org/ToyStore", "title": "ToyStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TouristAttraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TouristAttraction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", "format": "http://schema.org/TouristAttraction", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" } ] }, "touristType": { "description": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Audience.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Audience.schema.json" } ] }, "type": "array" } ] } }, "title": "TouristAttraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/CreativeWork", "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": { "composer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event." }, "firstPerformance": { "$ref": "http://schema.org/Event", "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": "http://schema.org/MusicComposition" }, { "items": { "$ref": "http://schema.org/MusicComposition" }, "type": "array" } ] }, "iswcCode": { "description": "The International Standard Musical Work Code for the composition.", "type": "string" }, "lyricist": { "$ref": "http://schema.org/Person", "description": "The person who wrote the words." }, "lyrics": { "$ref": "http://schema.org/CreativeWork", "description": "The words in the song." }, "musicArrangement": { "description": "An arrangement derived from the composition.", "oneOf": [ { "$ref": "http://schema.org/MusicComposition" }, { "items": { "$ref": "http://schema.org/MusicComposition" }, "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": "http://schema.org/MusicRecording" }, { "items": { "$ref": "http://schema.org/MusicRecording" }, "type": "array" } ] } }, "title": "MusicComposition", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HVACBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HVACBusiness", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HomeAndConstructionBusiness", "description": "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." } ], "description": "A business that provide Heating, Ventilation and Air Conditioning services.", "title": "HVACBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Residence.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Residence", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "The place where a person lives.", "format": "http://schema.org/Residence", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Residence" } }, "required": [ "@type" ], "title": "Residence", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/APIReference.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/APIReference", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TechArticle", "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." } ], "description": "Reference documentation for application programming interfaces (APIs).", "properties": { "assembly": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "type": "string" }, "assemblyVersion": { "description": "Associated product/technology version. e.g., .NET Framework 4.5.", "type": "string" }, "executableLibraryName": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programmingModel": { "description": "Indicates whether API is managed or unmanaged.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "targetPlatform": { "description": "Type of app development: phone, Metro style, desktop, XBox, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "APIReference", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OrganizationRole.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrganizationRole", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Role.schema.json", "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." } ], "description": "A subclass of Role used to describe roles within organizations.", "format": "http://schema.org/OrganizationRole", "properties": { "numberedPosition": { "description": "A number associated with a role in an organization, for example, the number on an athlete's jersey.", "format": "http://schema.org/Number" } }, "title": "OrganizationRole", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RadioSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWorkSeason", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to radio broadcast and associated online delivery.", "format": "http://schema.org/RadioSeason", "title": "RadioSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TransferAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TransferAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "format": "http://schema.org/TransferAction", "properties": { "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] } }, "title": "TransferAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HotelRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HotelRoom", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Room.schema.json", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A hotel room is a single room in a hotel.\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/HotelRoom", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HotelRoom" }, "bed": { "anyOf": [ { "type": "string" }, { "$ref": "BedDetails.schema.json" }, { "$ref": "BedType.schema.json" } ], "description": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property." }, "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" } }, "required": [ "@type" ], "title": "HotelRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TransferAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TransferAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "format": "http://schema.org/TransferAction", "properties": { "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" } }, "title": "TransferAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/LiteraryEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiteraryEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Literary event.", "format": "http://schema.org/LiteraryEvent", "title": "LiteraryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ScholarlyArticle" } }, "required": [ "@type" ], "title": "ScholarlyArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MensClothingStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MensClothingStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A men's clothing store.", "title": "MensClothingStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/RentAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RentAction", "$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 in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", "format": "http://schema.org/RentAction", "properties": { "landlord": { "description": "A sub property of participant. The owner of the real estate property.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "realEstateAgent": { "description": "A sub property of participant. The real estate agent involved in the action.", "items": { "$ref": "RealEstateAgent.schema.json" }, "type": "array" } }, "title": "RentAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Church.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Church", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A church.", "format": "http://schema.org/Church", "title": "Church", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/QuantitativeValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QuantitativeValue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A point value or interval for product characteristics and other purposes.", "format": "http://schema.org/QuantitativeValue", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "QuantitativeValue" }, "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "oneOf": [ { "$ref": "PropertyValue.schema.json" }, { "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" } ] }, "maxValue": { "description": "The upper value of some characteristic or property.", "type": "number" }, "minValue": { "description": "The lower value of some characteristic or property.", "type": "number" }, "unitCode": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon." }, "unitText": { "description": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "value": { "anyOf": [ { "type": "boolean" }, { "type": "number" }, { "type": "string" }, { "$ref": "StructuredValue.schema.json" } ], "description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\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" }, "valueReference": { "description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", "oneOf": [ { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "QuantitativeValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ViewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ViewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ConsumeAction.schema.json", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming static visual content.", "format": "http://schema.org/ViewAction", "title": "ViewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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.", "format": "http://schema.org/VisualArtwork", "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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TVSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeries", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TVSeries" }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "TVSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AutoRental.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoRental", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A car rental business.", "format": "http://schema.org/AutoRental", "title": "AutoRental", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AggregateOffer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Offer", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined businessFunction value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "format": "http://schema.org/AggregateOffer", "properties": { "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, "type": "array" } ] } }, "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/BroadcastService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A delivery service through which content is provided via broadcast over the air or online.", "format": "http://schema.org/BroadcastService", "properties": { "area": { "$ref": "Place.schema.json", "description": "The area within which users can expect to reach the broadcast service." }, "broadcastAffiliateOf": { "$ref": "Organization.schema.json", "description": "The media network(s) whose content is broadcast on this station." }, "broadcastDisplayName": { "description": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "$ref": "BroadcastFrequencySpecification.schema.json" }, { "type": "string" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastTimezone": { "description": "The timezone in ISO 8601 format for which the service bases its broadcasts", "type": "string" }, "broadcaster": { "$ref": "Organization.schema.json", "description": "The organization owning or operating the broadcast service." }, "hasBroadcastChannel": { "description": "A broadcast channel of a broadcast service.", "items": { "$ref": "BroadcastChannel.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." }, "parentService": { "description": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "items": { "$ref": "BroadcastService.schema.json" }, "type": "array" }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/State.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/State", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AdministrativeArea.schema.json", "description": "A geographical region, typically under the jurisdiction of a particular government." } ], "description": "A state or province of a country.", "format": "http://schema.org/State", "title": "State", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Movie.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Movie", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A movie.", "format": "http://schema.org/Movie", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Float.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Float", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Data type: Floating number.", "format": "http://schema.org/Float", "title": "Float", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MovieSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovieSeries", "$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 series of movies. Included movies can be indicated with the hasPart property.", "format": "http://schema.org/MovieSeries", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MovieSeries" }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "MovieSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Intangible.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Intangible", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", "format": "http://schema.org/Intangible", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Intangible" } }, "required": [ "@type" ], "title": "Intangible", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/BroadcastService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A delivery service through which content is provided via broadcast over the air or online.", "format": "http://schema.org/BroadcastService", "properties": { "area": { "$ref": "Place.schema.json", "description": "The area within which users can expect to reach the broadcast service." }, "broadcastAffiliateOf": { "$ref": "Organization.schema.json", "description": "The media network(s) whose content is broadcast on this station." }, "broadcastDisplayName": { "description": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "BroadcastFrequencySpecification.schema.json" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastTimezone": { "description": "The timezone in ISO 8601 format for which the service bases its broadcasts", "type": "string" }, "broadcaster": { "$ref": "Organization.schema.json", "description": "The organization owning or operating the broadcast service." }, "hasBroadcastChannel": { "description": "A broadcast channel of a broadcast service.", "items": { "$ref": "BroadcastChannel.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." }, "parentService": { "description": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "items": { "$ref": "BroadcastService.schema.json" }, "type": "array" }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/UserComments.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:UserComments", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].", "properties": { "commentText": { "description": "The text of the UserComment.", "type": "string" }, "commentTime": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The time at which the UserComment was made." }, "creator": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "discusses": { "$ref": "schema:CreativeWork", "description": "Specifies the CreativeWork associated with the UserComment." }, "replyToUrl": { "description": "The URL at which a reply may be posted to the specified UserComment.", "format": "uri", "type": "string" } }, "title": "UserComments", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/VoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VoteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ChooseAction", "description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options." } ], "description": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", "properties": { "candidate": { "description": "A sub property of object. The candidate subject of this action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "VoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CampingPitch.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CampingPitch", "$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": "A CampingPitch is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or Campground.\n\nIn British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.\n(Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).\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/CampingPitch", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CampingPitch" } }, "required": [ "@type" ], "title": "CampingPitch", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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.", "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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PayAction", "$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 pays a price to a participant.", "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": "PayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "format": "http://schema.org/GeoShape", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GeoShape" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "Country.schema.json" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "required": [ "@type" ], "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A museum.", "title": "Museum", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HowToSupply.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSupply", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowToItem.schema.json", "description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result." } ], "description": "A supply consumed when performing the instructions for how to achieve a result.", "format": "http://schema.org/HowToSupply", "properties": { "estimatedCost": { "$ref": "MonetaryAmount.schema.json", "description": "The estimated cost of the supply or supplies consumed when performing instructions." } }, "title": "HowToSupply", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DataDownload.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataDownload", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MediaObject", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A dataset in downloadable form.", "format": "http://schema.org/DataDownload", "title": "DataDownload", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ProfilePage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ProfilePage", "$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: Profile page.", "format": "http://schema.org/ProfilePage", "title": "ProfilePage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/Movie.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Movie", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A movie.", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "countryOfOrigin": { "$ref": "http://schema.org/Country", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "duration": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "type": "string" }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "http://schema.org/Organization", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "http://schema.org/VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TrackAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TrackAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FindAction.schema.json", "description": "The act of finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n" } ], "description": "An agent tracks an object for updates.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\nSubscribeAction: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.\n\n", "format": "http://schema.org/TrackAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TrackAction" }, "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "items": { "$ref": "DeliveryMethod.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "TrackAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DrawAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DrawAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreateAction", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.", "format": "http://schema.org/DrawAction", "title": "DrawAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "Service.schema.json", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "Place.schema.json", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "ContactPoint.schema.json", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "PostalAddress.schema.json", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "ContactPoint.schema.json", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/OutletStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OutletStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "An outlet store.", "title": "OutletStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/SubscribeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SubscribeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\nRegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\n\n", "format": "http://schema.org/SubscribeAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "SubscribeAction" } }, "required": [ "@type" ], "title": "SubscribeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FlightReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FlightReservation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]]." } ], "description": "A reservation for air travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].", "properties": { "boardingGroup": { "description": "The airline-specific indicator of boarding order / preference.", "type": "string" }, "passengerPriorityStatus": { "anyOf": [ { "type": "string" }, { "$ref": "schema:QualitativeValue" } ], "description": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)." }, "passengerSequenceNumber": { "description": "The passenger's sequence number as assigned by the airline.", "type": "string" }, "securityScreening": { "description": "The type of security screening the passenger is subject to.", "type": "string" } }, "title": "FlightReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Menu.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Menu", "$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 structured representation of food or drink items available from a FoodEstablishment.", "format": "http://schema.org/Menu", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Menu" }, "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "items": { "$ref": "MenuItem.schema.json" }, "type": "array" }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "items": { "$ref": "MenuSection.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "Menu", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Reservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Reservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.", "format": "http://schema.org/Reservation", "properties": { "bookingAgent": { "description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "bookingTime": { "description": "The date and time the reservation was booked.", "format": "date-time", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "modifiedTime": { "description": "The date and time the reservation was modified.", "format": "date-time", "type": "string" }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "programMembershipUsed": { "description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.", "items": { "$ref": "ProgramMembership.schema.json" }, "type": "array" }, "provider": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "reservationFor": { "$ref": "Thing.schema.json", "description": "The thing -- flight, event, restaurant,etc. being reserved." }, "reservationId": { "description": "A unique identifier for the reservation.", "items": { "type": "string" }, "type": "array" }, "reservationStatus": { "$ref": "ReservationStatusType.schema.json", "description": "The current status of the reservation." }, "reservedTicket": { "description": "A ticket associated with the reservation.", "items": { "$ref": "Ticket.schema.json" }, "type": "array" }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Reservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Blog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Blog", "$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 blog.", "format": "http://schema.org/Blog", "properties": { "blogPost": { "description": "A posting that is part of this blog.", "oneOf": [ { "$ref": "http://schema.org/BlogPosting" }, { "items": { "$ref": "http://schema.org/BlogPosting" }, "type": "array" } ] }, "blogPosts": { "$ref": "http://schema.org/BlogPosting", "description": "The postings that are part of this blog." }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" } }, "title": "Blog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/TipAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TipAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", "format": "http://schema.org/TipAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TipAction" }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "TipAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AccountingService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AccountingService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "Accountancy business.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s).", "format": "http://schema.org/AccountingService", "title": "AccountingService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PhotographAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PhotographAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of capturing still images of objects using a camera.", "format": "http://schema.org/PhotographAction", "title": "PhotographAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FoodService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A food service, like breakfast, lunch, or dinner.", "format": "http://schema.org/FoodService", "title": "FoodService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PropertyValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PropertyValue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", "format": "http://schema.org/PropertyValue", "properties": { "maxValue": { "description": "The upper value of some characteristic or property.", "format": "http://schema.org/Number" }, "minValue": { "description": "The lower value of some characteristic or property.", "format": "http://schema.org/Number" }, "propertyID": { "description": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "unitCode": { "description": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.", "format": "uri", "type": "string" }, "unitText": { "description": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.", "format": "http://schema.org/Text" }, "value": { "$ref": "StructuredValue.schema.json", "description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\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" }, "valueReference": { "description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", "items": { "oneOf": [ { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" }, { "$ref": "Enumeration.schema.json" }, { "$ref": "QuantitativeValue.schema.json" } ] }, "type": "array" } }, "title": "PropertyValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AutoDealer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoDealer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "An car dealership.", "format": "http://schema.org/AutoDealer", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AutoDealer" } }, "required": [ "@type" ], "title": "AutoDealer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TVEpisode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVEpisode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Episode.schema.json", "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season." } ], "description": "A TV episode which can be part of a series or season.", "format": "http://schema.org/TVEpisode", "properties": { "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "title": "TVEpisode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TennisComplex.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TennisComplex", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A tennis complex.", "format": "http://schema.org/TennisComplex", "title": "TennisComplex", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BusinessEntityType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessEntityType", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#Business\nhttp://purl.org/goodrelations/v1#Enduser\nhttp://purl.org/goodrelations/v1#PublicInstitution\nhttp://purl.org/goodrelations/v1#Reseller\n\n", "format": "http://schema.org/BusinessEntityType", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BusinessEntityType" } }, "required": [ "@type" ], "title": "BusinessEntityType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AutoDealer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoDealer", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "An car dealership.", "title": "AutoDealer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Action.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Action", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html).", "properties": { "actionStatus": { "description": "Indicates the current disposition of the Action.", "oneOf": [ { "$ref": "schema:ActionStatusType" }, { "items": { "$ref": "schema:ActionStatusType" }, "type": "array" } ] }, "agent": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book." }, "endTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "error": { "description": "For failed actions, more information on the cause of the failure.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "instrument": { "$ref": "schema:Thing", "description": "The object that helped the agent perform the action. e.g. John wrote a book with *a pen*." }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Place" }, { "$ref": "schema:PostalAddress" }, { "$ref": "schema:VirtualLocation" } ], "description": "The location of, for example, where an event is happening, where an organization is located, or where an action takes place." }, "object": { "$ref": "schema:Thing", "description": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read *a book*." }, "participant": { "description": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "result": { "$ref": "schema:Thing", "description": "The result produced in the action. e.g. John wrote *a book*." }, "startTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." }, "target": { "description": "Indicates a target EntryPoint for an Action.", "oneOf": [ { "$ref": "schema:EntryPoint" }, { "items": { "$ref": "schema:EntryPoint" }, "type": "array" } ] } }, "title": "Action", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": { "browserRequirements": { "description": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", "format": "http://schema.org/Text" } }, "title": "WebApplication", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Barcode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Barcode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ImageObject.schema.json", "description": "An image file." } ], "description": "An image of a visual machine-readable code such as a barcode or QR code.", "format": "http://schema.org/Barcode", "title": "Barcode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RentAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RentAction", "$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 in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", "format": "http://schema.org/RentAction", "properties": { "landlord": { "description": "A sub property of participant. The owner of the real estate property.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "realEstateAgent": { "description": "A sub property of participant. The real estate agent involved in the action.", "oneOf": [ { "$ref": "RealEstateAgent.schema.json" }, { "items": { "$ref": "RealEstateAgent.schema.json" }, "type": "array" } ] } }, "title": "RentAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AlignmentObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AlignmentObject", "$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 intangible item that describes an alignment between a learning resource and a node in an educational framework.\n\nShould 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.", "format": "http://schema.org/AlignmentObject", "properties": { "alignmentType": { "description": "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.", "format": "http://schema.org/Text" }, "educationalFramework": { "description": "The framework to which the resource being described is aligned.", "format": "http://schema.org/Text" }, "targetDescription": { "description": "The description of a node in an established educational framework.", "format": "http://schema.org/Text" }, "targetName": { "description": "The name of a node in an established educational framework.", "format": "http://schema.org/Text" }, "targetUrl": { "description": "The URL of a node in an established educational framework.", "format": "uri", "type": "string" } }, "title": "AlignmentObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/GeoCircle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCircle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/GeoShape", "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points." } ], "description": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", "properties": { "geoMidpoint": { "description": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", "oneOf": [ { "$ref": "http://schema.org/GeoCoordinates" }, { "items": { "$ref": "http://schema.org/GeoCoordinates" }, "type": "array" } ] }, "geoRadius": { "description": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", "oneOf": [ { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$comment": "https://schema.org/Distance", "type": "string" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$comment": "https://schema.org/Distance", "type": "string" } ] }, "type": "array" } ] } }, "title": "GeoCircle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SportsTeam.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SportsTeam", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SportsOrganization", "description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations." } ], "description": "Organization: Sports team.", "format": "http://schema.org/SportsTeam", "properties": { "athlete": { "description": "A person that acts as performing member of a sports team; a player as opposed to a coach.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "coach": { "description": "A person that acts in a coaching role for a sports team.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "SportsTeam", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RadioClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Clip", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short radio program or a segment/part of a radio program.", "format": "http://schema.org/RadioClip", "title": "RadioClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Casino" } }, "required": [ "@type" ], "title": "Casino", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AcceptAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AcceptAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AllocateAction", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of committing to/adopting an object.\n\nRelated actions:\n\n\nRejectAction: The antonym of AcceptAction.\n\n", "title": "AcceptAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Menu.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Menu", "$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 structured representation of food or drink items available from a FoodEstablishment.", "format": "http://schema.org/Menu", "properties": { "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "oneOf": [ { "$ref": "MenuItem.schema.json" }, { "items": { "$ref": "MenuItem.schema.json" }, "type": "array" } ] }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "oneOf": [ { "$ref": "MenuSection.schema.json" }, { "items": { "$ref": "MenuSection.schema.json" }, "type": "array" } ] } }, "title": "Menu", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DrugClass.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DrugClass", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalEntity", "description": "The most generic type of entity related to health and the practice of medicine." } ], "description": "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc.", "properties": { "drug": { "description": "Specifying a drug or medicine used in a medication procedure.", "oneOf": [ { "$ref": "schema:Drug" }, { "items": { "$ref": "schema:Drug" }, "type": "array" } ] } }, "title": "DrugClass", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/ContactPointOption.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPointOption", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated options related to a ContactPoint.", "oneOf": [ { "const": "HearingImpairedSupported", "description": "Uses devices to support users with hearing impairments." }, { "const": "TollFree", "description": "The associated telephone number is toll free." } ], "title": "ContactPointOption", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Hotel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Hotel", "$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 hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\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/Hotel", "title": "Hotel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/AuthorizeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AuthorizeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of granting permission to an object.", "format": "http://schema.org/AuthorizeAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "AuthorizeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Clip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Clip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A short TV or radio program or a segment/part of a program.", "format": "http://schema.org/Clip", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Clip" }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" } ] }, "clipNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the clip within an ordered group of clips." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfEpisode": { "$ref": "Episode.schema.json", "description": "The episode to which this clip belongs." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." } }, "required": [ "@type" ], "title": "Clip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FoodEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Food event.", "format": "http://schema.org/FoodEvent", "title": "FoodEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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": { "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." } }, "title": "ScreeningEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Beach.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Beach", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "Beach.", "format": "http://schema.org/Beach", "title": "Beach", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RsvpAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InformAction.schema.json", "description": "The act of notifying someone of information pertinent to them, with no expectation of a response." } ], "description": "The act of notifying an event organizer as to whether you expect to attend the event.", "format": "http://schema.org/RsvpAction", "properties": { "additionalNumberOfGuests": { "description": "If responding yes, the number of guests who will attend in addition to the invitee.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "comment": { "description": "Comments, typically from users.", "oneOf": [ { "$ref": "Comment.schema.json" }, { "items": { "$ref": "Comment.schema.json" }, "type": "array" } ] }, "rsvpResponse": { "$ref": "RsvpResponseType.schema.json", "description": "The response (yes, no, maybe) to the RSVP." } }, "title": "RsvpAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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", "title": "SportingGoodsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/BeautySalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BeautySalon", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HealthAndBeautyBusiness.schema.json", "description": "Health and beauty." } ], "description": "Beauty salon.", "format": "http://schema.org/BeautySalon", "title": "BeautySalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "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": "One of the continents (for example, Europe or Africa).", "title": "Continent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/VideoGameSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A video game series.", "format": "http://schema.org/VideoGameSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "cheatCode": { "description": "Cheat codes to the game.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "items": { "oneOf": [ { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "gamePlatform": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ], "description": "The electronic systems used to play video games." }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "items": { "$ref": "QuantitativeValue.schema.json" }, "type": "array" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "quest": { "$ref": "Thing.schema.json", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." }, "season": { "description": "A season in a media series.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGameSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "format": "http://schema.org/GeoShape", "properties": { "address": { "anyOf": [ { "$ref": "PostalAddress.schema.json" }, { "type": "string" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "$ref": "Country.schema.json" }, { "type": "string" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "items": { "type": "string" }, "type": "array" }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "items": { "type": "string" }, "type": "array" }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "items": { "type": "string" }, "type": "array" }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "items": { "type": "string" }, "type": "array" }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Country.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Country", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AdministrativeArea", "description": "A geographical region, typically under the jurisdiction of a particular government." } ], "description": "A country.", "title": "Country", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ResumeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ResumeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ControlAction", "description": "An agent controls a device or application." } ], "description": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).", "title": "ResumeAction", "type": "object" }
Apache-2.0
en