repository
stringclasses 528
values | commit
stringlengths 40
40
| commitDate
timestamp[s] | path
stringlengths 11
149
| repoStars
int64 5
94.9k
| repoLastFetched
stringclasses 528
values | content
stringlengths 48
736k
| license
stringclasses 14
values | language
stringclasses 7
values |
---|---|---|---|---|---|---|---|---|
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ChemicalSubstance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ChemicalSubstance",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BioChemEntity",
"description": "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical."
}
],
"description": "A chemical substance is 'a portion of matter of constant composition, composed of molecular entities of the same type or of different types' (source: [ChEBI:59999](https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999)).",
"properties": {
"chemicalComposition": {
"description": "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance.",
"type": "string"
},
"chemicalRole": {
"description": "A role played by the BioChemEntity within a chemical context.",
"oneOf": [
{
"$ref": "schema:DefinedTerm"
},
{
"items": {
"$ref": "schema:DefinedTerm"
},
"type": "array"
}
]
},
"potentialUse": {
"description": "Intended use of the BioChemEntity by humans.",
"oneOf": [
{
"$ref": "schema:DefinedTerm"
},
{
"items": {
"$ref": "schema:DefinedTerm"
},
"type": "array"
}
]
}
},
"title": "ChemicalSubstance",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Distance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Distance",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Quantity",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Properties that take Distances as values are of the form '<Number> <Length unit of measure>'. E.g., '7 ft'.",
"title": "Distance",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/LegalValueLevel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LegalValueLevel",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A list of possible levels for the legal validity of a legislation.",
"oneOf": [
{
"const": "AuthoritativeLegalValue",
"description": "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also [[OfficialLegalValue]]\"."
},
{
"const": "DefinitiveLegalValue",
"description": "Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.)\n Something \"Definitive\" is considered to be also [[AuthoritativeLegalValue]]."
},
{
"const": "OfficialLegalValue",
"description": "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications)."
},
{
"const": "UnofficialLegalValue",
"description": "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher)."
}
],
"title": "LegalValueLevel",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/SearchResultsPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SearchResultsPage",
"$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: Search results page.",
"format": "http://schema.org/SearchResultsPage",
"title": "SearchResultsPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Integer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Integer",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Number",
"description": "Data type: Number.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator."
}
],
"description": "Data type: Integer.",
"title": "Integer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SelfStorage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SelfStorage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A self-storage facility.",
"title": "SelfStorage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PublicToilet.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PublicToilet",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or by customers or employees of certain businesses.",
"title": "PublicToilet",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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": "CreativeWork.schema.json",
"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.",
"items": {
"$ref": "BlogPosting.schema.json"
},
"type": "array"
},
"blogPosts": {
"$ref": "BlogPosting.schema.json",
"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.",
"format": "http://schema.org/Text"
}
},
"title": "Blog",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/BroadcastChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastChannel",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
"format": "http://schema.org/BroadcastChannel",
"properties": {
"broadcastChannelId": {
"description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.",
"type": "string"
},
"broadcastFrequency": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/BroadcastFrequencySpecification"
}
],
"description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"."
},
"broadcastServiceTier": {
"description": "The type of service required to have access to the channel (e.g. Standard or Premium).",
"type": "string"
},
"genre": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"inBroadcastLineup": {
"$ref": "http://schema.org/CableOrSatelliteService",
"description": "The CableOrSatelliteService offering the channel."
},
"providesBroadcastService": {
"$ref": "http://schema.org/BroadcastService",
"description": "The BroadcastService offered on this channel."
}
},
"title": "BroadcastChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/VideoObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/VideoObject",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MediaObject.schema.json",
"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 video file.",
"format": "http://schema.org/VideoObject",
"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"
},
"caption": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "MediaObject.schema.json"
}
],
"description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat."
},
"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."
},
"thumbnail": {
"$ref": "ImageObject.schema.json",
"description": "Thumbnail image for an image or video."
},
"transcript": {
"description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.",
"type": "string"
},
"videoFrameSize": {
"description": "The frame size of the video.",
"type": "string"
},
"videoQuality": {
"description": "The quality of the video.",
"type": "string"
}
},
"title": "VideoObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Recipe.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Recipe",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:HowTo",
"description": "Instructions that explain how to achieve a result by performing a sequence of steps."
}
],
"description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be used to add more detail.",
"properties": {
"cookTime": {
"$comment": "https://schema.org/Duration",
"description": "The time it takes to actually cook the dish, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).",
"type": "string"
},
"cookingMethod": {
"description": "The method of cooking, such as Frying, Steaming, ...",
"type": "string"
},
"ingredients": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"nutrition": {
"$ref": "schema:NutritionInformation",
"description": "Nutrition information about the recipe or menu item."
},
"recipeCategory": {
"description": "The category of the recipe\u2014for example, appetizer, entree, etc.",
"type": "string"
},
"recipeCuisine": {
"description": "The cuisine of the recipe (for example, French or Ethiopian).",
"type": "string"
},
"recipeIngredient": {
"description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"recipeInstructions": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:ItemList"
}
],
"description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items."
},
"recipeYield": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)."
},
"suitableForDiet": {
"description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.",
"oneOf": [
{
"$ref": "schema:RestrictedDiet"
},
{
"items": {
"$ref": "schema:RestrictedDiet"
},
"type": "array"
}
]
}
},
"title": "Recipe",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/EmployeeRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EmployeeRole",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/OrganizationRole",
"description": "A subclass of Role used to describe roles within organizations."
}
],
"description": "A subclass of OrganizationRole used to describe employee relationships.",
"format": "http://schema.org/EmployeeRole",
"properties": {
"baseSalary": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "http://schema.org/MonetaryAmount"
},
{
"$ref": "http://schema.org/PriceSpecification"
}
],
"description": "The base salary of the job or of an employee in an EmployeeRole."
},
"salaryCurrency": {
"description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.",
"type": "string"
}
},
"title": "EmployeeRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/AnimalShelter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AnimalShelter",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "Animal shelter.",
"format": "http://schema.org/AnimalShelter",
"title": "AnimalShelter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ParkingFacility.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ParkingFacility",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A parking lot or other parking facility.",
"format": "http://schema.org/ParkingFacility",
"title": "ParkingFacility",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/InformAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InformAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CommunicateAction",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of notifying someone of information pertinent to them, with no expectation of a response.",
"properties": {
"event": {
"description": "Upcoming or past event associated with this place, organization, or action.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
}
},
"title": "InformAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Ligament.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Ligament",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AnatomicalStructure",
"description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures."
}
],
"description": "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints.",
"title": "Ligament",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ChildrensEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ChildrensEvent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Children's event.",
"title": "ChildrensEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BedType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BedType",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "QualitativeValue.schema.json",
"description": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'."
}
],
"description": "A type of bed. This is used for indicating the bed or beds available in an accommodation.",
"format": "http://schema.org/BedType",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BedType"
}
},
"required": [
"@type"
],
"title": "BedType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Map.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Map",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A map.",
"format": "http://schema.org/Map",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Map"
},
"mapType": {
"description": "Indicates the kind of Map, from the MapCategoryType Enumeration.",
"oneOf": [
{
"$ref": "MapCategoryType.schema.json"
},
{
"items": {
"$ref": "MapCategoryType.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "Map",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SportsEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "Event type: Sports event.",
"format": "http://schema.org/SportsEvent",
"properties": {
"awayTeam": {
"anyOf": [
{
"$ref": "http://schema.org/Person"
},
{
"$ref": "http://schema.org/SportsTeam"
}
],
"description": "The away team in a sports event."
},
"competitor": {
"description": "A competitor in a sports event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Person"
},
{
"$ref": "http://schema.org/SportsTeam"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Person"
},
{
"$ref": "http://schema.org/SportsTeam"
}
]
},
"type": "array"
}
]
},
"homeTeam": {
"anyOf": [
{
"$ref": "http://schema.org/Person"
},
{
"$ref": "http://schema.org/SportsTeam"
}
],
"description": "The home team in a sports event."
}
},
"title": "SportsEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BeautySalon"
}
},
"required": [
"@type"
],
"title": "BeautySalon",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/WearAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WearAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UseAction",
"description": "The act of applying an object to its intended purpose."
}
],
"description": "The act of dressing oneself in clothing.",
"title": "WearAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Photograph.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Photograph",
"$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 photograph.",
"format": "http://schema.org/Photograph",
"title": "Photograph",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/OnDemandEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:OnDemandEvent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:PublicationEvent",
"description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."
}
],
"description": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.",
"title": "OnDemandEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MedicalIntangible.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MedicalIntangible",
"$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 utility class that serves as the umbrella for a number of 'intangible' things in the medical space.",
"title": "MedicalIntangible",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MovieClip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovieClip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Clip.schema.json",
"description": "A short TV or radio program or a segment/part of a program."
}
],
"description": "A short segment/part of a movie.",
"format": "http://schema.org/MovieClip",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MovieClip"
}
},
"required": [
"@type"
],
"title": "MovieClip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/StatusEnumeration.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:StatusEnumeration",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Lists or enumerations dealing with status types.",
"title": "StatusEnumeration",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ClaimReview.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ClaimReview",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Review",
"description": "A review of an item - for example, of a restaurant, movie, or store."
}
],
"description": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).",
"format": "http://schema.org/ClaimReview",
"properties": {
"claimReviewed": {
"description": "A short summary of the specific claims reviewed in a ClaimReview.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "ClaimReview",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Vehicle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Vehicle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Product.schema.json",
"description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online."
}
],
"description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.",
"format": "http://schema.org/Vehicle",
"properties": {
"cargoVolume": {
"$ref": "QuantitativeValue.schema.json",
"description": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\n\nNote: You can use minValue and maxValue to indicate ranges."
},
"dateVehicleFirstRegistered": {
"description": "The date of the first registration of the vehicle with the respective public authorities.",
"format": "date",
"type": "string"
},
"driveWheelConfiguration": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "DriveWheelConfigurationValue.schema.json"
}
],
"description": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain."
},
"fuelConsumption": {
"$ref": "QuantitativeValue.schema.json",
"description": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\n\n\nNote 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel consumption to another value.\n\n"
},
"fuelEfficiency": {
"$ref": "QuantitativeValue.schema.json",
"description": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\n\n\nNote 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel economy to another value.\n\n"
},
"fuelType": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
],
"description": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle."
},
"knownVehicleDamages": {
"description": "A textual description of known damages, both repaired and unrepaired.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"mileageFromOdometer": {
"$ref": "QuantitativeValue.schema.json",
"description": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles"
},
"numberOfAirbags": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The number or type of airbags in the vehicle."
},
"numberOfAxles": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of axles.\n\nTypical unit code(s): C62"
},
"numberOfDoors": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of doors.\n\nTypical unit code(s): C62"
},
"numberOfForwardGears": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The total number of forward gears available for the transmission system of the vehicle.\n\nTypical unit code(s): C62"
},
"numberOfPreviousOwners": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of owners of the vehicle, including the current one.\n\nTypical unit code(s): C62"
},
"productionDate": {
"description": "The date of production of the item, e.g. vehicle.",
"format": "date",
"type": "string"
},
"purchaseDate": {
"description": "The date the item e.g. vehicle was purchased by the current owner.",
"format": "date",
"type": "string"
},
"steeringPosition": {
"$ref": "SteeringPositionValue.schema.json",
"description": "The position of the steering wheel or similar device (mostly for cars)."
},
"vehicleConfiguration": {
"description": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"vehicleEngine": {
"description": "Information about the engine or engines of the vehicle.",
"oneOf": [
{
"$ref": "EngineSpecification.schema.json"
},
{
"items": {
"$ref": "EngineSpecification.schema.json"
},
"type": "array"
}
]
},
"vehicleIdentificationNumber": {
"description": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.",
"type": "string"
},
"vehicleInteriorColor": {
"description": "The color or color combination of the interior of the vehicle.",
"type": "string"
},
"vehicleInteriorType": {
"description": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.",
"type": "string"
},
"vehicleModelDate": {
"description": "The release date of a vehicle model (often used to differentiate versions of the same make and model).",
"format": "date",
"type": "string"
},
"vehicleSeatingCapacity": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\n\nTypical unit code(s): C62 for persons."
},
"vehicleTransmission": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
],
"description": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)."
}
},
"title": "Vehicle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/MenuSection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MenuSection",
"$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 sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.",
"format": "http://schema.org/MenuSection",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MenuSection"
},
"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"
}
]
}
},
"required": [
"@type"
],
"title": "MenuSection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DigitalDocument.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DigitalDocument",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "An electronic file or document.",
"format": "http://schema.org/DigitalDocument",
"properties": {
"hasDigitalDocumentPermission": {
"description": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".",
"oneOf": [
{
"$ref": "http://schema.org/DigitalDocumentPermission"
},
{
"items": {
"$ref": "http://schema.org/DigitalDocumentPermission"
},
"type": "array"
}
]
}
},
"title": "DigitalDocument",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ArtGallery.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ArtGallery",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/EntertainmentBusiness",
"description": "A business providing entertainment."
}
],
"description": "An art gallery.",
"title": "ArtGallery",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Airline.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Airline",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Organization.schema.json",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "An organization that provides flights for passengers.",
"format": "http://schema.org/Airline",
"properties": {
"boardingPolicy": {
"$ref": "BoardingPolicyType.schema.json",
"description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)."
},
"iataCode": {
"description": "IATA identifier for an airline or airport.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "Airline",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/House.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:House",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Accommodation",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n"
}
],
"description": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).",
"properties": {
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
}
},
"title": "House",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Zoo.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Zoo",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A zoo.",
"format": "http://schema.org/Zoo",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Zoo"
}
},
"required": [
"@type"
],
"title": "Zoo",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/DigitalDocument.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DigitalDocument",
"$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": "An electronic file or document.",
"format": "http://schema.org/DigitalDocument",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DigitalDocument"
},
"hasDigitalDocumentPermission": {
"description": "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\".",
"items": {
"$ref": "DigitalDocumentPermission.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "DigitalDocument",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/FinancialService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "Financial services business.",
"format": "http://schema.org/FinancialService",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "FinancialService"
},
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "FinancialService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/EntryPoint.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EntryPoint",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "An entry point, within some Web-based protocol.",
"format": "http://schema.org/EntryPoint",
"properties": {
"actionApplication": {
"description": "An application that can complete the request.",
"oneOf": [
{
"$ref": "SoftwareApplication.schema.json"
},
{
"items": {
"$ref": "SoftwareApplication.schema.json"
},
"type": "array"
}
]
},
"actionPlatform": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication."
},
"application": {
"description": "An application that can complete the request.",
"oneOf": [
{
"$ref": "SoftwareApplication.schema.json"
},
{
"items": {
"$ref": "SoftwareApplication.schema.json"
},
"type": "array"
}
]
},
"contentType": {
"description": "The supported content type(s) for an EntryPoint response.",
"type": "string"
},
"encodingType": {
"description": "The supported encoding type(s) for an EntryPoint request.",
"type": "string"
},
"httpMethod": {
"description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"urlTemplate": {
"description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "EntryPoint",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/LodgingBusiness.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LodgingBusiness",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A lodging business, such as a motel, hotel, or inn.",
"format": "http://schema.org/LodgingBusiness",
"properties": {
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableLanguage": {
"description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage",
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
]
},
"type": "array"
},
"checkinTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The earliest someone may check into a lodging establishment."
},
"checkoutTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The latest someone may check out of a lodging establishment."
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"petsAllowed": {
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"type": "array"
},
"starRating": {
"description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).",
"items": {
"$ref": "Rating.schema.json"
},
"type": "array"
}
},
"title": "LodgingBusiness",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SeaBodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SeaBodyOfWater",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A sea (for example, the Caspian sea).",
"title": "SeaBodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/OnDemandEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OnDemandEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PublicationEvent.schema.json",
"description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."
}
],
"description": "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.",
"format": "http://schema.org/OnDemandEvent",
"title": "OnDemandEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/UserPlays.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserPlays",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UserInteraction",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserPlays",
"title": "UserPlays",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/MusicEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicEvent",
"$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: Music event.",
"format": "http://schema.org/MusicEvent",
"title": "MusicEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | 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.",
"type": "string"
},
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/InsertAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/InsertAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AddAction",
"description": "The act of editing by adding an object to a collection."
}
],
"description": "The act of adding at a specific location in an ordered collection.",
"format": "http://schema.org/InsertAction",
"properties": {
"toLocation": {
"description": "A sub property of location. The final location of the object or the agent after the action.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
}
},
"title": "InsertAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/QuantitativeValue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:QuantitativeValue",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:StructuredValue",
"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.",
"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. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n",
"oneOf": [
{
"$ref": "schema:PropertyValue"
},
{
"items": {
"$ref": "schema:PropertyValue"
},
"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": "schema:StructuredValue"
}
],
"description": "The value of the quantitative value or property value node.\\n\\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is 'Number'.\\n* For [[PropertyValue]], it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator."
},
"valueReference": {
"description": "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:DefinedTerm"
},
{
"$ref": "schema:Enumeration"
},
{
"$ref": "schema:MeasurementTypeEnumeration"
},
{
"$ref": "schema:PropertyValue"
},
{
"$ref": "schema:QualitativeValue"
},
{
"$ref": "schema:QuantitativeValue"
},
{
"$ref": "schema:StructuredValue"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:DefinedTerm"
},
{
"$ref": "schema:Enumeration"
},
{
"$ref": "schema:MeasurementTypeEnumeration"
},
{
"$ref": "schema:PropertyValue"
},
{
"$ref": "schema:QualitativeValue"
},
{
"$ref": "schema:QuantitativeValue"
},
{
"$ref": "schema:StructuredValue"
}
]
},
"type": "array"
}
]
}
},
"title": "QuantitativeValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/WriteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:WriteAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreateAction",
"description": "The act of deliberately creating/producing/generating/building a result out of the agent."
}
],
"description": "The act of authoring written creative content.",
"properties": {
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Language"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]."
},
"language": {
"description": "A sub property of instrument. The language used on this action.",
"oneOf": [
{
"$ref": "schema:Language"
},
{
"items": {
"$ref": "schema:Language"
},
"type": "array"
}
]
}
},
"title": "WriteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/DownloadAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DownloadAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TransferAction.schema.json",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of downloading an object.",
"format": "http://schema.org/DownloadAction",
"title": "DownloadAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/Thing",
"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.",
"oneOf": [
{
"$ref": "http://schema.org/PropertyValue"
},
{
"items": {
"$ref": "http://schema.org/PropertyValue"
},
"type": "array"
}
]
},
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"audience": {
"$ref": "http://schema.org/Audience",
"description": "An intended audience, i.e. a group for whom something was created."
},
"award": {
"description": "An award won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"awards": {
"description": "Awards won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"brand": {
"anyOf": [
{
"$ref": "http://schema.org/Brand"
},
{
"$ref": "http://schema.org/Organization"
}
],
"description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
},
"color": {
"description": "The color of the product.",
"type": "string"
},
"depth": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The depth of the item."
},
"gtin12": {
"description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin13": {
"description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin14": {
"description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.",
"type": "string"
},
"gtin8": {
"description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.",
"type": "string"
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"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.",
"oneOf": [
{
"$ref": "http://schema.org/Product"
},
{
"items": {
"$ref": "http://schema.org/Product"
},
"type": "array"
}
]
},
"isConsumableFor": {
"description": "A pointer to another product (or multiple products) for which this product is a consumable.",
"oneOf": [
{
"$ref": "http://schema.org/Product"
},
{
"items": {
"$ref": "http://schema.org/Product"
},
"type": "array"
}
]
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"itemCondition": {
"description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.",
"oneOf": [
{
"$ref": "http://schema.org/OfferItemCondition"
},
{
"items": {
"$ref": "http://schema.org/OfferItemCondition"
},
"type": "array"
}
]
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
"type": "array"
}
]
},
"manufacturer": {
"$ref": "http://schema.org/Organization",
"description": "The manufacturer of the product."
},
"material": {
"description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Product"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Product"
}
]
},
"type": "array"
}
]
},
"model": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/ProductModel"
}
],
"description": "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties."
},
"mpn": {
"description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.",
"type": "string"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"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"
}
]
},
"productID": {
"description": "The product identifier, such as ISBN. For example: meta itemprop=\"productID\" content=\"isbn:123-456-789\".",
"type": "string"
},
"productionDate": {
"description": "The date of production of the item, e.g. vehicle.",
"format": "date",
"type": "string"
},
"purchaseDate": {
"description": "The date the item e.g. vehicle was purchased by the current owner.",
"format": "date",
"type": "string"
},
"releaseDate": {
"description": "The release date of a product or product model. This can be used to distinguish the exact variant of a product.",
"format": "date",
"type": "string"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"sku": {
"description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"weight": {
"$ref": "http://schema.org/QuantitativeValue",
"description": "The weight of the product or person."
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The width of the item."
}
},
"title": "Product",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/FinancialService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "Financial services business.",
"format": "http://schema.org/FinancialService",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "FinancialService"
},
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "FinancialService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/EndorseAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EndorseAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ReactAction.schema.json",
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment."
}
],
"description": "An agent approves/certifies/likes/supports/sanction an object.",
"format": "http://schema.org/EndorseAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "EndorseAction"
},
"endorsee": {
"description": "A sub property of participant. The person/organization being supported.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "EndorseAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/PayAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PayAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "An agent pays a price to a participant.",
"format": "http://schema.org/PayAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PayAction"
},
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"items": {
"anyOf": [
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "PayAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Message.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Message",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A single message from a sender to one or more organizations or people.",
"properties": {
"bccRecipient": {
"description": "A sub property of recipient. The recipient blind copied on a message.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"ccRecipient": {
"description": "A sub property of recipient. The recipient copied on a message.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"dateRead": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date/time at which the message has been read by the recipient if a single recipient exists."
},
"dateReceived": {
"description": "The date/time the message was received if a single recipient exists.",
"format": "date-time",
"type": "string"
},
"dateSent": {
"description": "The date/time at which the message was sent.",
"format": "date-time",
"type": "string"
},
"messageAttachment": {
"description": "A CreativeWork attached to the message.",
"oneOf": [
{
"$ref": "schema:CreativeWork"
},
{
"items": {
"$ref": "schema:CreativeWork"
},
"type": "array"
}
]
},
"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"
}
]
},
"sender": {
"description": "A sub property of participant. The participant who is at the sending end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
},
"toRecipient": {
"description": "A sub property of recipient. The recipient who was directly sent the message.",
"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": "Message",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/WPHeader.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WPHeader",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPageElement.schema.json",
"description": "A web page element, like a table or an image."
}
],
"description": "The header section of the page.",
"format": "http://schema.org/WPHeader",
"title": "WPHeader",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Park.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Park",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A park.",
"title": "Park",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Crematorium.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Crematorium",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CivicStructure",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "A crematorium.",
"title": "Crematorium",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Brand.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Brand",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"properties": {
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
"type": "array"
}
]
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Brand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/AskAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:AskAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CommunicateAction",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of posing a question / favor to someone.\\n\\nRelated actions:\\n\\n* [[ReplyAction]]: Appears generally as a response to AskAction.",
"properties": {
"question": {
"description": "A sub property of object. A question.",
"oneOf": [
{
"$ref": "schema:Question"
},
{
"items": {
"$ref": "schema:Question"
},
"type": "array"
}
]
}
},
"title": "AskAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/CourseInstance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CourseInstance",
"$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": "An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.",
"format": "http://schema.org/CourseInstance",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "CourseInstance"
},
"courseMode": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )."
},
"instructor": {
"description": "A person assigned to instruct or provide instructional assistance for the CourseInstance.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "CourseInstance",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ReactAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ReactAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:AssessAction",
"description": "The act of forming one's opinion, reaction or sentiment."
}
],
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment.",
"title": "ReactAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Series.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Series",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries.",
"title": "Series",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BorrowAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BorrowAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TransferAction",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\\n\\nRelated actions:\\n\\n* [[LendAction]]: Reciprocal of BorrowAction.",
"properties": {
"lender": {
"description": "A sub property of participant. The person that lends the object being borrowed.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "BorrowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/GeoCircle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeoCircle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "GeoShape.schema.json",
"description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points."
}
],
"description": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.",
"format": "http://schema.org/GeoCircle",
"properties": {
"geoMidpoint": {
"description": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.",
"oneOf": [
{
"$ref": "GeoCoordinates.schema.json"
},
{
"items": {
"$ref": "GeoCoordinates.schema.json"
},
"type": "array"
}
]
},
"geoRadius": {
"description": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).",
"oneOf": [
{
"anyOf": [
{
"type": "number"
},
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"type": "number"
},
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"title": "GeoCircle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/DeliveryEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DeliveryEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Event",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "An event involving the delivery of an item.",
"properties": {
"accessCode": {
"description": "Password, PIN, or access code needed for delivery (e.g. from a locker).",
"type": "string"
},
"availableFrom": {
"description": "When the item is available for pickup from the store, locker, etc.",
"format": "date-time",
"type": "string"
},
"availableThrough": {
"description": "After this date, the item will no longer be available for pickup.",
"format": "date-time",
"type": "string"
},
"hasDeliveryMethod": {
"$ref": "http://schema.org/DeliveryMethod",
"description": "Method used for delivery or shipping."
}
},
"title": "DeliveryEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/GenderType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GenderType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "An enumeration of genders.",
"format": "http://schema.org/GenderType",
"oneOf": [
{
"const": "Female",
"description": "The female gender."
},
{
"const": "Male",
"description": "The male gender."
}
],
"title": "GenderType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/AdministrativeArea",
"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 | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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": "CreativeWork.schema.json",
"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": {
"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\").",
"type": "integer"
},
"artMedium": {
"description": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)",
"format": "uri",
"type": "string"
},
"artform": {
"description": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"artworkSurface": {
"description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"format": "uri",
"type": "string"
},
"depth": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The depth of the item."
},
"height": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"surface": {
"description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"width": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"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/GameServer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GameServer",
"$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": "Server that provides game interaction in a multiplayer game.",
"format": "http://schema.org/GameServer",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "GameServer"
},
"game": {
"description": "Video game which is played on this server.",
"items": {
"$ref": "VideoGame.schema.json"
},
"type": "array"
},
"playersOnline": {
"description": "Number of players on the server.",
"items": {
"type": "integer"
},
"type": "array"
},
"serverStatus": {
"description": "Status of a game server.",
"items": {
"$ref": "GameServerStatus.schema.json"
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "GameServer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Rating.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Rating",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars.",
"format": "http://schema.org/Rating",
"properties": {
"author": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."
},
"bestRating": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed."
},
"ratingValue": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The rating for the content.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"reviewAspect": {
"description": "This Review or Rating is relevant to this part or facet of the itemReviewed.",
"items": {
"type": "string"
},
"type": "array"
},
"worstRating": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed."
}
},
"title": "Rating",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MoveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MoveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Action.schema.json",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n",
"format": "http://schema.org/MoveAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MoveAction"
},
"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"
}
},
"required": [
"@type"
],
"title": "MoveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AskAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AskAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CommunicateAction",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of posing a question / favor to someone.\n\nRelated actions:\n\n\nReplyAction: Appears generally as a response to AskAction.\n\n",
"properties": {
"question": {
"description": "A sub property of object. A question.",
"oneOf": [
{
"$ref": "http://schema.org/Question"
},
{
"items": {
"$ref": "http://schema.org/Question"
},
"type": "array"
}
]
}
},
"title": "AskAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PetStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PetStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A pet store.",
"format": "http://schema.org/PetStore",
"title": "PetStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Article.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Article",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post.",
"format": "http://schema.org/Article",
"properties": {
"articleBody": {
"description": "The actual body of the article.",
"type": "string"
},
"articleSection": {
"description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.",
"items": {
"type": "string"
},
"type": "array"
},
"pageEnd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work ends; for example \"138\" or \"xvi\"."
},
"pageStart": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work starts; for example \"135\" or \"xiii\"."
},
"pagination": {
"description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
"items": {
"type": "string"
},
"type": "array"
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"items": {
"anyOf": [
{
"$ref": "SpeakableSpecification.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"wordCount": {
"description": "The number of words in the text of the Article.",
"type": "integer"
}
},
"title": "Article",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/CheckInAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CheckInAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CommunicateAction",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\n\nRelated actions:\n\n\nCheckOutAction: The antonym of CheckInAction.\nArriveAction: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\nConfirmAction: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service rather than its validity/existence.\n\n",
"title": "CheckInAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/MovieClip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovieClip",
"$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 segment/part of a movie.",
"format": "http://schema.org/MovieClip",
"title": "MovieClip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/TradeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TradeAction",
"$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 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.",
"format": "http://schema.org/TradeAction",
"properties": {
"price": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n\nUse the priceCurrency property (with 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\") instead of including ambiguous symbols such as '$' in the value.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\nNote that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n\n"
},
"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"
},
"priceSpecification": {
"description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.",
"items": {
"$ref": "PriceSpecification.schema.json"
},
"type": "array"
}
},
"title": "TradeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/Accommodation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Accommodation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Place.schema.json",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"format": "http://schema.org/Accommodation",
"properties": {
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
},
"floorSize": {
"$ref": "QuantitativeValue.schema.json",
"description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard"
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"permittedUsage": {
"description": "Indications regarding the permitted usage of the accommodation.",
"items": {
"type": "string"
},
"type": "array"
},
"petsAllowed": {
"description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
},
"title": "Accommodation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A blog.",
"format": "http://schema.org/Blog",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Blog"
},
"blogPost": {
"description": "A posting that is part of this blog.",
"oneOf": [
{
"$ref": "BlogPosting.schema.json"
},
{
"items": {
"$ref": "BlogPosting.schema.json"
},
"type": "array"
}
]
},
"blogPosts": {
"$ref": "BlogPosting.schema.json",
"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"
}
},
"required": [
"@type"
],
"title": "Blog",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Airline.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Airline",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Organization.schema.json",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "An organization that provides flights for passengers.",
"format": "http://schema.org/Airline",
"properties": {
"boardingPolicy": {
"$ref": "BoardingPolicyType.schema.json",
"description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)."
},
"iataCode": {
"description": "IATA identifier for an airline or airport.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Airline",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/MusicRecording.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MusicRecording",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A music recording (track), usually a single song.",
"format": "http://schema.org/MusicRecording",
"properties": {
"byArtist": {
"anyOf": [
{
"$ref": "http://schema.org/MusicGroup"
},
{
"$ref": "http://schema.org/Person"
}
],
"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": "http://schema.org/MusicAlbum",
"description": "The album to which this recording belongs."
},
"inPlaylist": {
"$ref": "http://schema.org/MusicPlaylist",
"description": "The playlist to which this recording belongs."
},
"isrcCode": {
"description": "The International Standard Recording Code for the recording.",
"type": "string"
},
"recordingOf": {
"$ref": "http://schema.org/MusicComposition",
"description": "The composition this track is a recording of."
}
},
"title": "MusicRecording",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | 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": "Store.schema.json",
"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 | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/GeoCoordinates.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeoCoordinates",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "StructuredValue.schema.json",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "The geographic coordinates of a place or event.",
"format": "http://schema.org/GeoCoordinates",
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "Physical address of the item."
},
"addressCountry": {
"anyOf": [
{
"$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."
},
"elevation": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters."
},
"latitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The latitude of a location. For example 37.42242 (WGS 84)."
},
"longitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The longitude of a location. For example -122.08585 (WGS 84)."
},
"postalCode": {
"description": "The postal code. For example, 94043.",
"type": "string"
}
},
"title": "GeoCoordinates",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Hospital.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Hospital",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "EmergencyService.schema.json",
"description": "An emergency service, such as a fire station or ER."
},
{
"$ref": "MedicalOrganization.schema.json",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A hospital.",
"format": "http://schema.org/Hospital",
"title": "Hospital",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/BorrowAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BorrowAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TransferAction.schema.json",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n\nLendAction: Reciprocal of BorrowAction.\n\n",
"format": "http://schema.org/BorrowAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BorrowAction"
},
"lender": {
"description": "A sub property of participant. The person that lends the object being borrowed.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "BorrowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ContactPoint.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ContactPoint",
"$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 contact point\u2014for example, a Customer Complaints department.",
"format": "http://schema.org/ContactPoint",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ContactPoint"
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"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"
},
"contactOption": {
"description": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).",
"items": {
"$ref": "ContactPointOption.schema.json"
},
"type": "array"
},
"contactType": {
"description": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.",
"items": {
"type": "string"
},
"type": "array"
},
"email": {
"description": "Email address.",
"items": {
"type": "string"
},
"type": "array"
},
"faxNumber": {
"description": "The fax number.",
"type": "string"
},
"hoursAvailable": {
"$ref": "OpeningHoursSpecification.schema.json",
"description": "The hours during which this service or contact is available."
},
"productSupported": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
],
"description": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")."
},
"serviceArea": {
"anyOf": [
{
"$ref": "AdministrativeArea.schema.json"
},
{
"$ref": "GeoShape.schema.json"
},
{
"$ref": "Place.schema.json"
}
],
"description": "The geographic area where the service is provided."
},
"telephone": {
"description": "The telephone number.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "ContactPoint",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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": "http://schema.org/StructuredValue",
"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": {
"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": "http://schema.org/PropertyValue"
},
{
"items": {
"$ref": "http://schema.org/PropertyValue"
},
"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": "http://schema.org/StructuredValue"
}
],
"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": "http://schema.org/Enumeration"
},
{
"$ref": "http://schema.org/PropertyValue"
},
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"$ref": "http://schema.org/QuantitativeValue"
},
{
"$ref": "http://schema.org/StructuredValue"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Enumeration"
},
{
"$ref": "http://schema.org/PropertyValue"
},
{
"$ref": "http://schema.org/QualitativeValue"
},
{
"$ref": "http://schema.org/QuantitativeValue"
},
{
"$ref": "http://schema.org/StructuredValue"
}
]
},
"type": "array"
}
]
}
},
"title": "QuantitativeValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Series.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Series",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also CreativeWorkSeries, EventSeries.",
"format": "http://schema.org/Series",
"title": "Series",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/UserLikes.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserLikes",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "UserInteraction.schema.json",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"format": "http://schema.org/UserLikes",
"title": "UserLikes",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Waterfall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Waterfall",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BodyOfWater.schema.json",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A waterfall, like Niagara.",
"format": "http://schema.org/Waterfall",
"title": "Waterfall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"actors": {
"description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"characterAttribute": {
"description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"cheatCode": {
"description": "Cheat codes to the game.",
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
]
},
"containsSeason": {
"description": "A season that is part of the media series.",
"oneOf": [
{
"$ref": "CreativeWorkSeason.schema.json"
},
{
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
}
]
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"episode": {
"description": "An episode of a tv, radio or game media within a series or season.",
"oneOf": [
{
"$ref": "Episode.schema.json"
},
{
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
}
]
},
"episodes": {
"description": "An episode of a TV/radio series or season.",
"oneOf": [
{
"$ref": "Episode.schema.json"
},
{
"items": {
"$ref": "Episode.schema.json"
},
"type": "array"
}
]
},
"gameItem": {
"description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"gameLocation": {
"description": "Real or fictional location of the game (or part of game).",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Place.schema.json"
},
{
"$ref": "PostalAddress.schema.json"
}
]
},
"type": "array"
}
]
},
"gamePlatform": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
],
"description": "The electronic systems used to play video games."
},
"musicBy": {
"anyOf": [
{
"$ref": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"numberOfEpisodes": {
"description": "The number of episodes in this season or series.",
"type": "integer"
},
"numberOfPlayers": {
"description": "Indicate how many people can play this game (minimum, maximum, or range).",
"oneOf": [
{
"$ref": "QuantitativeValue.schema.json"
},
{
"items": {
"$ref": "QuantitativeValue.schema.json"
},
"type": "array"
}
]
},
"numberOfSeasons": {
"description": "The number of seasons in this series.",
"type": "integer"
},
"playMode": {
"description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.",
"oneOf": [
{
"$ref": "GamePlayMode.schema.json"
},
{
"items": {
"$ref": "GamePlayMode.schema.json"
},
"type": "array"
}
]
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"quest": {
"$ref": "Thing.schema.json",
"description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward."
},
"season": {
"description": "A season in a media series.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
}
]
},
"seasons": {
"description": "A season in a media series.",
"oneOf": [
{
"$ref": "CreativeWorkSeason.schema.json"
},
{
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
}
]
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"title": "VideoGameSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Article.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Article",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).",
"properties": {
"articleBody": {
"description": "The actual body of the article.",
"type": "string"
},
"articleSection": {
"description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"backstory": {
"description": "For an [[Article]], typically a [[NewsArticle]], the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:CreativeWork"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:CreativeWork"
}
]
},
"type": "array"
}
]
},
"pageEnd": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work ends; for example \"138\" or \"xvi\"."
},
"pageStart": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The page on which the work starts; for example \"135\" or \"xiii\"."
},
"pagination": {
"description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the [[cssSelector]] property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.\n\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the *speakable* property.\n ",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:SpeakableSpecification"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:SpeakableSpecification"
}
]
},
"type": "array"
}
]
},
"wordCount": {
"description": "The number of words in the text of the Article.",
"type": "integer"
}
},
"title": "Article",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/RecyclingCenter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RecyclingCenter",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/LocalBusiness",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A recycling center.",
"title": "RecyclingCenter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/NailSalon.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/NailSalon",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HealthAndBeautyBusiness.schema.json",
"description": "Health and beauty."
}
],
"description": "A nail salon.",
"format": "http://schema.org/NailSalon",
"title": "NailSalon",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BookFormatType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BookFormatType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The publication format of the book.",
"oneOf": [
{
"const": "AudiobookFormat",
"description": "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties."
},
{
"const": "EBook",
"description": "Book format: Ebook."
},
{
"const": "GraphicNovel",
"description": "Book format: GraphicNovel. May represent a bound collection of ComicIssue instances."
},
{
"const": "Hardcover",
"description": "Book format: Hardcover."
},
{
"const": "Paperback",
"description": "Book format: Paperback."
}
],
"title": "BookFormatType",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/CreateAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreateAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of deliberately creating/producing/generating/building a result out of the agent.",
"format": "http://schema.org/CreateAction",
"title": "CreateAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Continent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Continent",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Landform",
"description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."
}
],
"description": "One of the continents (for example, Europe or Africa).",
"title": "Continent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Mass.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Mass",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Quantity",
"description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'."
}
],
"description": "Properties that take Mass as values are of the form '<Number> <Mass unit of measure>'. E.g., '7 kg'.",
"title": "Mass",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MiddleSchool.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MiddleSchool",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EducationalOrganization.schema.json",
"description": "An educational organization."
}
],
"description": "A middle school (typically for children aged around 11-14, although this varies somewhat).",
"format": "http://schema.org/MiddleSchool",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MiddleSchool"
}
},
"required": [
"@type"
],
"title": "MiddleSchool",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Car.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Car",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Vehicle",
"description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space."
}
],
"description": "A car is a wheeled, self-powered motor vehicle used for transportation.",
"properties": {
"acrissCode": {
"description": "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards.",
"type": "string"
},
"roofLoad": {
"$ref": "schema:QuantitativeValue",
"description": "The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.\\n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]]\\n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges."
}
},
"title": "Car",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/FMRadioChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FMRadioChannel",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "RadioChannel.schema.json",
"description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup."
}
],
"description": "A radio channel that uses FM.",
"format": "http://schema.org/FMRadioChannel",
"title": "FMRadioChannel",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.