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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ReactAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReactAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/AssessAction",
"description": "The act of forming one's opinion, reaction or sentiment."
}
],
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment.",
"format": "http://schema.org/ReactAction",
"title": "ReactAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/DataFeed.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DataFeed",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Dataset",
"description": "A body of structured information describing some topic(s) of interest."
}
],
"description": "A single feed providing structured information about one or more entities or topics.",
"properties": {
"dataFeedElement": {
"description": "An item within in a data feed. Data feeds may have many elements.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/DataFeedItem"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/DataFeedItem"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
}
},
"title": "DataFeed",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/CssSelectorType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:CssSelectorType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Text",
"description": "Data type: Text."
}
],
"description": "Text representing a CSS selector.",
"title": "CssSelectorType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/HowToSection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToSection",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
},
{
"$ref": "ItemList.schema.json",
"description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting."
},
{
"$ref": "ListItem.schema.json",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).",
"format": "http://schema.org/HowToSection",
"properties": {
"steps": {
"description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
}
]
}
},
"title": "HowToSection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/RadioClip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioClip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Clip",
"description": "A short TV or radio program or a segment/part of a program."
}
],
"description": "A short radio program or a segment/part of a radio program.",
"title": "RadioClip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/TattooParlor.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TattooParlor",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HealthAndBeautyBusiness",
"description": "Health and beauty."
}
],
"description": "A tattoo parlor.",
"format": "http://schema.org/TattooParlor",
"title": "TattooParlor",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/HowToItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HowToItem",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ListItem.schema.json",
"description": "An list item, e.g. a step in a checklist or how-to description."
}
],
"description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result.",
"format": "http://schema.org/HowToItem",
"properties": {
"requiredQuantity": {
"$ref": "QuantitativeValue.schema.json",
"description": "The required quantity of the item(s)."
}
},
"title": "HowToItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/RadiationTherapy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:RadiationTherapy",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalTherapy",
"description": "Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition."
}
],
"description": "A process of care using radiation aimed at improving a health condition.",
"title": "RadiationTherapy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/BefriendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BefriendAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.\n\n",
"title": "BefriendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MobilePhoneStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MobilePhoneStore",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Store",
"description": "A retail good store."
}
],
"description": "A store that sells mobile phones and related accessories.",
"title": "MobilePhoneStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/GovernmentPermit.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GovernmentPermit",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Permit.schema.json",
"description": "A permit issued by an organization, e.g. a parking pass."
}
],
"description": "A permit issued by a government agency.",
"format": "http://schema.org/GovernmentPermit",
"title": "GovernmentPermit",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ListenAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ListenAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ConsumeAction",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of consuming audio content.",
"format": "http://schema.org/ListenAction",
"title": "ListenAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/BusinessAudience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BusinessAudience",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Audience.schema.json",
"description": "Intended audience for an item, i.e. the group for whom the item was created."
}
],
"description": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.",
"format": "http://schema.org/BusinessAudience",
"properties": {
"numberOfEmployees": {
"$ref": "QuantitativeValue.schema.json",
"description": "The number of employees in an organization e.g. business."
},
"yearlyRevenue": {
"$ref": "QuantitativeValue.schema.json",
"description": "The size of the business in annual revenue."
},
"yearsInOperation": {
"$ref": "QuantitativeValue.schema.json",
"description": "The age of the business."
}
},
"title": "BusinessAudience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/Invoice.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Invoice",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A statement of the money due for goods or services; a bill.",
"format": "http://schema.org/Invoice",
"properties": {
"accountId": {
"description": "The identifier for the account the payment will be applied to.",
"type": "string"
},
"billingPeriod": {
"description": "The time interval used to compute the invoice.",
"format": "https://schema.org/Duration",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"confirmationNumber": {
"description": "A number that confirms the given order or payment has been received.",
"type": "string"
},
"customer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "Party placing the order or paying the invoice."
},
"minimumPaymentDue": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The minimum payment required at this time."
},
"paymentDue": {
"description": "The date that payment is due.",
"format": "date-time",
"type": "string"
},
"paymentDueDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date that payment is due."
},
"paymentMethod": {
"$ref": "PaymentMethod.schema.json",
"description": "The name of the credit card or other method of payment for the order."
},
"paymentMethodId": {
"description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).",
"items": {
"type": "string"
},
"type": "array"
},
"paymentStatus": {
"anyOf": [
{
"$ref": "PaymentStatusType.schema.json"
},
{
"type": "string"
}
],
"description": "The status of payment; whether the invoice has been paid or not."
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"referencesOrder": {
"$ref": "Order.schema.json",
"description": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice."
},
"scheduledPaymentDate": {
"description": "The date the invoice is scheduled to be paid.",
"format": "date",
"type": "string"
},
"totalPaymentDue": {
"anyOf": [
{
"$ref": "MonetaryAmount.schema.json"
},
{
"$ref": "PriceSpecification.schema.json"
}
],
"description": "The total amount due."
}
},
"title": "Invoice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Beach.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Beach",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
}
],
"description": "Beach.",
"format": "http://schema.org/Beach",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Beach"
}
},
"required": [
"@type"
],
"title": "Beach",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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": "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 brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"format": "http://schema.org/Brand",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Brand"
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"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": "ImageObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"type": "array"
}
]
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "Brand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Dataset.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Dataset",
"$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 body of structured information describing some topic(s) of interest.",
"format": "http://schema.org/Dataset",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Dataset"
},
"catalog": {
"description": "A data catalog which contains this dataset.",
"items": {
"$ref": "DataCatalog.schema.json"
},
"type": "array"
},
"datasetTimeInterval": {
"description": "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).",
"format": "date-time",
"type": "string"
},
"distribution": {
"description": "A downloadable form of this dataset, at a specific location, in a specific format.",
"items": {
"$ref": "DataDownload.schema.json"
},
"type": "array"
},
"includedDataCatalog": {
"description": "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').",
"items": {
"$ref": "DataCatalog.schema.json"
},
"type": "array"
},
"includedInDataCatalog": {
"description": "A data catalog which contains this dataset.",
"items": {
"$ref": "DataCatalog.schema.json"
},
"type": "array"
},
"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": "Dataset",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/DonateAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DonateAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/TradeAction",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/ContactPoint"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Audience"
},
{
"$ref": "http://schema.org/ContactPoint"
},
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
}
},
"title": "DonateAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A pet store.",
"format": "http://schema.org/PetStore",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PetStore"
}
},
"required": [
"@type"
],
"title": "PetStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/DeleteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DeleteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UpdateAction",
"description": "The act of managing by changing/editing the state of the object."
}
],
"description": "The act of editing a recipient by removing one of its objects.",
"title": "DeleteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/WebSite.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebSite",
"$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 WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.",
"format": "http://schema.org/WebSite",
"properties": {
"issn": {
"description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.",
"type": "string"
}
},
"title": "WebSite",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$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 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).",
"format": "http://schema.org/MediaObject",
"properties": {
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"oneOf": [
{
"$ref": "http://schema.org/NewsArticle"
},
{
"items": {
"$ref": "http://schema.org/NewsArticle"
},
"type": "array"
}
]
},
"bitrate": {
"description": "The bitrate of the media object.",
"type": "string"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"type": "string"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "http://schema.org/CreativeWork",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"endTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"productionCompany": {
"$ref": "http://schema.org/Organization",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "http://schema.org/Place",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"anyOf": [
{
"type": "boolean"
},
{
"$ref": "http://schema.org/MediaSubscription"
}
],
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "date",
"type": "string"
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "http://schema.org/QuantitativeValue"
}
],
"description": "The width of the item."
}
},
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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.",
"oneOf": [
{
"type": "string"
},
{
"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\".",
"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\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "SpeakableSpecification.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "SpeakableSpecification.schema.json"
}
]
},
"type": "array"
}
]
},
"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 | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Course.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Course",
"$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 description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
"format": "http://schema.org/Course",
"properties": {
"courseCode": {
"description": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).",
"format": "http://schema.org/Text"
},
"coursePrerequisites": {
"description": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.",
"items": {
"oneOf": [
{
"$ref": "Course.schema.json"
},
{
"$ref": "AlignmentObject.schema.json"
}
]
},
"type": "array"
},
"educationalCredentialAwarded": {
"description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"hasCourseInstance": {
"description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.",
"items": {
"$ref": "CourseInstance.schema.json"
},
"type": "array"
}
},
"title": "Course",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/AboutPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AboutPage",
"$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: About page.",
"format": "http://schema.org/AboutPage",
"title": "AboutPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/BroadcastEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PublicationEvent.schema.json",
"description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media."
}
],
"description": "An over the air or online broadcast event.",
"format": "http://schema.org/BroadcastEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BroadcastEvent"
},
"broadcastOfEvent": {
"$ref": "Event.schema.json",
"description": "The event being broadcast such as a sporting event or awards ceremony."
},
"isLiveBroadcast": {
"description": "True is the broadcast is of a live event.",
"type": "boolean"
},
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
}
},
"required": [
"@type"
],
"title": "BroadcastEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Float.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Float",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Number.schema.json",
"description": "Data type: Number.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
}
],
"description": "Data type: Floating number.",
"format": "http://schema.org/Float",
"title": "Float",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ItemListOrderType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ItemListOrderType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.",
"oneOf": [
{
"const": "ItemListOrderAscending",
"description": "An ItemList ordered with lower values listed first."
},
{
"const": "ItemListOrderDescending",
"description": "An ItemList ordered with higher values listed first."
},
{
"const": "ItemListUnordered",
"description": "An ItemList ordered with no explicit order."
}
],
"title": "ItemListOrderType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/TireShop.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TireShop",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A tire shop.",
"format": "http://schema.org/TireShop",
"title": "TireShop",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Casino.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Casino",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "EntertainmentBusiness.schema.json",
"description": "A business providing entertainment."
}
],
"description": "A casino.",
"format": "http://schema.org/Casino",
"title": "Casino",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/GovernmentPermit.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GovernmentPermit",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Permit.schema.json",
"description": "A permit issued by an organization, e.g. a parking pass."
}
],
"description": "A permit issued by a government agency.",
"format": "http://schema.org/GovernmentPermit",
"title": "GovernmentPermit",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$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 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).",
"format": "http://schema.org/MediaObject",
"properties": {
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"items": {
"$ref": "NewsArticle.schema.json"
},
"type": "array"
},
"bitrate": {
"description": "The bitrate of the media object.",
"format": "http://schema.org/Text"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"format": "http://schema.org/Text"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"$ref": "Duration.schema.json",
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format."
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "CreativeWork.schema.json",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.",
"format": "uri",
"type": "string"
},
"endTime": {
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
"format": "http://schema.org/DateTime"
},
"height": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"format": "http://schema.org/Text"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "Place.schema.json",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"$ref": "MediaSubscription.schema.json",
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.",
"format": "http://schema.org/Time"
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "http://schema.org/Date"
},
"width": {
"anyOf": [
{
"$ref": "Distance.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TheaterEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TheaterEvent",
"$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: Theater performance.",
"format": "http://schema.org/TheaterEvent",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TheaterEvent"
}
},
"required": [
"@type"
],
"title": "TheaterEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Distance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Distance",
"$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 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/Thesis.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Thesis",
"$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 thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.",
"properties": {
"inSupportOf": {
"description": "Qualification, candidature, degree, application that Thesis supports.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Thesis",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/OfferItemCondition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OfferItemCondition",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A list of possible conditions for the item.",
"format": "http://schema.org/OfferItemCondition",
"oneOf": [
{
"const": "DamagedCondition",
"description": "Indicates that the item is damaged."
},
{
"const": "RefurbishedCondition",
"description": "Indicates that the item is refurbished."
},
{
"const": "UsedCondition",
"description": "Indicates that the item is used."
},
{
"const": "NewCondition",
"description": "Indicates that the item is new."
}
],
"title": "OfferItemCondition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/City.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/City",
"$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 city or town.",
"title": "City",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/ImageObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ImageObject",
"$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": "An image file.",
"format": "http://schema.org/ImageObject",
"properties": {
"caption": {
"$ref": "MediaObject.schema.json",
"description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat."
},
"exifData": {
"$ref": "PropertyValue.schema.json",
"description": "exif data for this object."
},
"representativeOfPage": {
"description": "Indicates whether this image is representative of the content of the page.",
"format": "http://schema.org/Boolean"
},
"thumbnail": {
"$ref": "ImageObject.schema.json",
"description": "Thumbnail image for an image or video."
}
},
"title": "ImageObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/JewelryStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/JewelryStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A jewelry store.",
"title": "JewelryStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/ElectronicsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ElectronicsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "An electronics store.",
"title": "ElectronicsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Service.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Service",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Intangible",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A service provided by an organization, e.g. delivery service, print services, etc.",
"properties": {
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"areaServed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/AdministrativeArea"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The geographic area where a service or offered item is provided."
},
"audience": {
"$ref": "http://schema.org/Audience",
"description": "An intended audience, i.e. a group for whom something was created."
},
"availableChannel": {
"description": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).",
"oneOf": [
{
"$ref": "http://schema.org/ServiceChannel"
},
{
"items": {
"$ref": "http://schema.org/ServiceChannel"
},
"type": "array"
}
]
},
"award": {
"description": "An award won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"brand": {
"anyOf": [
{
"$ref": "http://schema.org/Brand"
},
{
"$ref": "http://schema.org/Organization"
}
],
"description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person."
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"category": {
"description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "http://schema.org/Thing"
}
]
},
"type": "array"
}
]
},
"hasOfferCatalog": {
"description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.",
"oneOf": [
{
"$ref": "http://schema.org/OfferCatalog"
},
{
"items": {
"$ref": "http://schema.org/OfferCatalog"
},
"type": "array"
}
]
},
"hoursAvailable": {
"$ref": "http://schema.org/OpeningHoursSpecification",
"description": "The hours during which this service or contact is available."
},
"isRelatedTo": {
"description": "A pointer to another, somehow related product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"isSimilarTo": {
"description": "A pointer to another, functionally similar product (or multiple products).",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Product"
},
{
"$ref": "http://schema.org/Service"
}
]
},
"type": "array"
}
]
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/ImageObject"
}
]
},
"type": "array"
}
]
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Demand"
},
{
"$ref": "http://schema.org/Offer"
}
]
},
"type": "array"
}
]
},
"produces": {
"$ref": "http://schema.org/Thing",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"provider": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"providerMobility": {
"description": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"serviceArea": {
"anyOf": [
{
"$ref": "http://schema.org/AdministrativeArea"
},
{
"$ref": "http://schema.org/GeoShape"
},
{
"$ref": "http://schema.org/Place"
}
],
"description": "The geographic area where the service is provided."
},
"serviceAudience": {
"$ref": "http://schema.org/Audience",
"description": "The audience eligible for this service."
},
"serviceOutput": {
"$ref": "http://schema.org/Thing",
"description": "The tangible thing generated by the service, e.g. a passport, permit, etc."
},
"serviceType": {
"description": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.",
"type": "string"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "Service",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/CreativeWork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreativeWork",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"format": "http://schema.org/CreativeWork",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "CreativeWork"
},
"about": {
"$ref": "Thing.schema.json",
"description": "The subject matter of the content."
},
"accessMode": {
"description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"accessModeSufficient": {
"description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.",
"oneOf": [
{
"$ref": "ItemList.schema.json"
},
{
"items": {
"$ref": "ItemList.schema.json"
},
"type": "array"
}
]
},
"accessibilityAPI": {
"description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"accessibilityControl": {
"description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"accessibilityFeature": {
"description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"accessibilityHazard": {
"description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"accessibilitySummary": {
"description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
"type": "string"
},
"accountablePerson": {
"$ref": "Person.schema.json",
"description": "Specifies the Person that is legally accountable for the CreativeWork."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"alternativeHeadline": {
"description": "A secondary title of the CreativeWork.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"associatedMedia": {
"$ref": "MediaObject.schema.json",
"description": "A media object that encodes this CreativeWork. This property is a synonym for encoding."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"audio": {
"description": "An embedded audio object.",
"oneOf": [
{
"anyOf": [
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "Clip.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "Clip.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
}
]
},
"type": "array"
}
]
},
"author": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."
},
"award": {
"description": "An award won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"awards": {
"description": "Awards won by or for this item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"character": {
"description": "Fictional person connected with a creative work.",
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
]
},
"citation": {
"description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
]
},
"type": "array"
}
]
},
"comment": {
"description": "Comments, typically from users.",
"oneOf": [
{
"$ref": "Comment.schema.json"
},
{
"items": {
"$ref": "Comment.schema.json"
},
"type": "array"
}
]
},
"commentCount": {
"description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
"type": "integer"
},
"contentLocation": {
"$ref": "Place.schema.json",
"description": "The location depicted or described in the content. For example, the location in a photograph or painting."
},
"contentRating": {
"description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "Rating.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Rating.schema.json"
}
]
},
"type": "array"
}
]
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"copyrightHolder": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The party holding the legal copyright to the CreativeWork."
},
"copyrightYear": {
"description": "The year during which the claimed copyright for the CreativeWork was first asserted.",
"type": "number"
},
"creator": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"dateCreated": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed."
},
"dateModified": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."
},
"datePublished": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "Date of first broadcast/publication."
},
"discussionUrl": {
"description": "A link to the page containing the comments of the CreativeWork.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"editor": {
"$ref": "Person.schema.json",
"description": "Specifies the Person who edited the CreativeWork."
},
"educationalAlignment": {
"description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.",
"oneOf": [
{
"$ref": "AlignmentObject.schema.json"
},
{
"items": {
"$ref": "AlignmentObject.schema.json"
},
"type": "array"
}
]
},
"educationalUse": {
"description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
"type": "string"
},
"encoding": {
"description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
"oneOf": [
{
"$ref": "MediaObject.schema.json"
},
{
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
}
]
},
"encodingFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"encodings": {
"description": "A media object that encodes this CreativeWork.",
"oneOf": [
{
"$ref": "MediaObject.schema.json"
},
{
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
}
]
},
"exampleOfWork": {
"description": "A creative work that this work is an example/instance/realization/derivation of.",
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
]
},
"expires": {
"description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
"format": "date",
"type": "string"
},
"fileFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"genre": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"hasPart": {
"description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
]
},
"headline": {
"description": "Headline of the article.",
"type": "string"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"interactionStatistic": {
"$ref": "InteractionCounter.schema.json",
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."
},
"interactivityType": {
"description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
"type": "string"
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"isBasedOn": {
"description": "A resource from which this work is derived or from which it is a modification or adaption.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
}
]
},
"isBasedOnUrl": {
"description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
}
]
},
"isFamilyFriendly": {
"description": "Indicates whether this content is family friendly.",
"type": "boolean"
},
"isPartOf": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
],
"description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."
},
"keywords": {
"description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
"type": "string"
},
"learningResourceType": {
"description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
"type": "string"
},
"license": {
"description": "A license document that applies to this content, typically indicated by URL.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
]
},
"type": "array"
}
]
},
"locationCreated": {
"$ref": "Place.schema.json",
"description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."
},
"mainEntity": {
"description": "Indicates the primary entity described in some page or other CreativeWork.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"material": {
"description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
}
]
},
"mentions": {
"description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
}
]
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"producer": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)."
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"publication": {
"description": "A publication event associated with the item.",
"oneOf": [
{
"$ref": "PublicationEvent.schema.json"
},
{
"items": {
"$ref": "PublicationEvent.schema.json"
},
"type": "array"
}
]
},
"publisher": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The publisher of the creative work."
},
"publishingPrinciples": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWork.schema.json"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"recordedAt": {
"$ref": "Event.schema.json",
"description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."
},
"releasedEvent": {
"$ref": "PublicationEvent.schema.json",
"description": "The place and time the release was issued, expressed as a PublicationEvent."
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"schemaVersion": {
"description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"sourceOrganization": {
"$ref": "Organization.schema.json",
"description": "The Organization on whose behalf the creator was working."
},
"spatial": {
"$ref": "Place.schema.json",
"description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate."
},
"spatialCoverage": {
"$ref": "Place.schema.json",
"description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"temporal": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"type": "string"
}
],
"description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate."
},
"temporalCoverage": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."
},
"text": {
"description": "The textual content of this CreativeWork.",
"type": "string"
},
"thumbnailUrl": {
"description": "A thumbnail image relevant to the Thing.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"timeRequired": {
"description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.",
"format": "https://schema.org/Duration",
"type": "string"
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"version": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The version of the CreativeWork embodied by a specified resource."
},
"video": {
"description": "An embedded video object.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Clip.schema.json"
},
{
"$ref": "VideoObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Clip.schema.json"
},
{
"$ref": "VideoObject.schema.json"
}
]
},
"type": "array"
}
]
},
"workExample": {
"description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.",
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "CreativeWork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/WebPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.",
"format": "http://schema.org/WebPage",
"properties": {
"breadcrumb": {
"description": "A set of links that can help a user understand and navigate a website hierarchy.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "BreadcrumbList.schema.json"
}
]
},
"type": "array"
},
"lastReviewed": {
"description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.",
"format": "date",
"type": "string"
},
"mainContentOfPage": {
"$ref": "WebPageElement.schema.json",
"description": "Indicates if this web page element is the main subject of the page."
},
"primaryImageOfPage": {
"$ref": "ImageObject.schema.json",
"description": "Indicates the main image on the page."
},
"relatedLink": {
"description": "A link related to this web page, for example to other related web pages.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"reviewedBy": {
"description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"significantLink": {
"description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"significantLinks": {
"description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"format": "uri",
"type": "string"
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "SpeakableSpecification.schema.json"
}
]
},
"type": "array"
},
"specialty": {
"description": "One of the domain specialities to which this web page's content applies.",
"items": {
"$ref": "Specialty.schema.json"
},
"type": "array"
}
},
"title": "WebPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Specialty.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Specialty",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Enumeration.schema.json",
"description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc."
}
],
"description": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.",
"format": "http://schema.org/Specialty",
"title": "Specialty",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/SheetMusic.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:SheetMusic",
"$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": "Printed music, as opposed to performed or recorded music.",
"title": "SheetMusic",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/UserPlusOnes.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserPlusOnes",
"$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/UserPlusOnes",
"title": "UserPlusOnes",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ActivateAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ActivateAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:ControlAction",
"description": "An agent controls a device or application."
}
],
"description": "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).",
"title": "ActivateAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Place.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Place",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Thing",
"description": "The most generic type of item."
}
],
"description": "Entities that have a somewhat fixed, physical extension.",
"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"
}
]
},
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/PostalAddress"
}
],
"description": "Physical address of the item."
},
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"oneOf": [
{
"$ref": "http://schema.org/LocationFeatureSpecification"
},
{
"items": {
"$ref": "http://schema.org/LocationFeatureSpecification"
},
"type": "array"
}
]
},
"branchCode": {
"description": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"containedIn": {
"$ref": "http://schema.org/Place",
"description": "The basic containment relation between a place and one that contains it."
},
"containedInPlace": {
"$ref": "http://schema.org/Place",
"description": "The basic containment relation between a place and one that contains it."
},
"containsPlace": {
"$ref": "http://schema.org/Place",
"description": "The basic containment relation between a place and another that it contains."
},
"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"
}
]
},
"events": {
"description": "Upcoming or past events associated with this place or organization.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
},
"faxNumber": {
"description": "The fax number.",
"type": "string"
},
"geo": {
"anyOf": [
{
"$ref": "http://schema.org/GeoCoordinates"
},
{
"$ref": "http://schema.org/GeoShape"
}
],
"description": "The geo coordinates of the place."
},
"geoContains": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoCoveredBy": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoCovers": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoCrosses": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoDisjoint": {
"description": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoEquals": {
"description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoIntersects": {
"description": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoOverlaps": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoTouches": {
"description": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"geoWithin": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "http://schema.org/Place"
},
{
"items": {
"$ref": "http://schema.org/Place"
},
"type": "array"
}
]
},
"globalLocationNumber": {
"description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
"type": "string"
},
"hasMap": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/Map"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "http://schema.org/Map"
}
]
},
"type": "array"
}
]
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"isicV4": {
"description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
"type": "string"
},
"latitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The latitude of a location. For example 37.42242 (WGS 84)."
},
"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"
}
]
},
"longitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The longitude of a location. For example -122.08585 (WGS 84)."
},
"map": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"maps": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"maximumAttendeeCapacity": {
"description": "The total number of individuals that may attend an event or venue.",
"type": "integer"
},
"openingHoursSpecification": {
"$ref": "http://schema.org/OpeningHoursSpecification",
"description": "The opening hours of a certain place."
},
"photo": {
"description": "A photograph of this place.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/ImageObject"
},
{
"$ref": "http://schema.org/Photograph"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/ImageObject"
},
{
"$ref": "http://schema.org/Photograph"
}
]
},
"type": "array"
}
]
},
"photos": {
"description": "Photographs of this place.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/ImageObject"
},
{
"$ref": "http://schema.org/Photograph"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/ImageObject"
},
{
"$ref": "http://schema.org/Photograph"
}
]
},
"type": "array"
}
]
},
"publicAccess": {
"description": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value",
"type": "boolean"
},
"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"
}
]
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"smokingAllowed": {
"description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.",
"type": "boolean"
},
"specialOpeningHoursSpecification": {
"$ref": "http://schema.org/OpeningHoursSpecification",
"description": "The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours."
},
"telephone": {
"description": "The telephone number.",
"type": "string"
}
},
"title": "Place",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/LiquorStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LiquorStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.",
"format": "http://schema.org/LiquorStore",
"title": "LiquorStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/UserComments.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserComments",
"$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.",
"properties": {
"commentText": {
"description": "The text of the UserComment.",
"type": "string"
},
"commentTime": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The time at which the UserComment was made."
},
"creator": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"discusses": {
"$ref": "http://schema.org/CreativeWork",
"description": "Specifies the CreativeWork associated with the UserComment."
},
"replyToUrl": {
"description": "The URL at which a reply may be posted to the specified UserComment.",
"format": "uri",
"type": "string"
}
},
"title": "UserComments",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/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": "http://schema.org/BodyOfWater",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A waterfall, like Niagara.",
"title": "Waterfall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/DepartAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DepartAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/MoveAction",
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n"
}
],
"description": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.",
"format": "http://schema.org/DepartAction",
"title": "DepartAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | schemas/BroadcastChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BroadcastChannel",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
"format": "http://schema.org/BroadcastChannel",
"properties": {
"broadcastChannelId": {
"description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.",
"type": "string"
},
"broadcastFrequency": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "BroadcastFrequencySpecification.schema.json"
}
],
"description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"."
},
"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": "CableOrSatelliteService.schema.json",
"description": "The CableOrSatelliteService offering the channel."
},
"providesBroadcastService": {
"$ref": "BroadcastService.schema.json",
"description": "The BroadcastService offered on this channel."
}
},
"title": "BroadcastChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MedicalSign.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MedicalSign",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalSignOrSymptom",
"description": "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective."
}
],
"description": "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination.",
"properties": {
"identifyingExam": {
"description": "A physical examination that can identify this sign.",
"oneOf": [
{
"$ref": "schema:PhysicalExam"
},
{
"items": {
"$ref": "schema:PhysicalExam"
},
"type": "array"
}
]
},
"identifyingTest": {
"description": "A diagnostic test that can identify this sign.",
"oneOf": [
{
"$ref": "schema:MedicalTest"
},
{
"items": {
"$ref": "schema:MedicalTest"
},
"type": "array"
}
]
}
},
"title": "MedicalSign",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Airline.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Airline",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Organization",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "An organization that provides flights for passengers.",
"properties": {
"boardingPolicy": {
"$ref": "schema:BoardingPolicyType",
"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 | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/WebPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WebPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.",
"format": "http://schema.org/WebPage",
"properties": {
"breadcrumb": {
"description": "A set of links that can help a user understand and navigate a website hierarchy.",
"items": {
"anyOf": [
{
"$ref": "BreadcrumbList.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"lastReviewed": {
"description": "Date on which the content on this web page was last reviewed for accuracy and/or completeness.",
"format": "date",
"type": "string"
},
"mainContentOfPage": {
"$ref": "WebPageElement.schema.json",
"description": "Indicates if this web page element is the main subject of the page."
},
"primaryImageOfPage": {
"$ref": "ImageObject.schema.json",
"description": "Indicates the main image on the page."
},
"relatedLink": {
"description": "A link related to this web page, for example to other related web pages.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"reviewedBy": {
"description": "People or organizations that have reviewed the content on this web page for accuracy and/or completeness.",
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"significantLink": {
"description": "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"significantLinks": {
"description": "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.",
"format": "uri",
"type": "string"
},
"speakable": {
"description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.",
"items": {
"anyOf": [
{
"$ref": "SpeakableSpecification.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"specialty": {
"description": "One of the domain specialities to which this web page's content applies.",
"items": {
"$ref": "Specialty.schema.json"
},
"type": "array"
}
},
"title": "WebPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Synagogue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Synagogue",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/PlaceOfWorship",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A synagogue.",
"title": "Synagogue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/EndorsementRating.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EndorsementRating",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Rating.schema.json",
"description": "A rating is an evaluation on a numeric scale, such as 1 to 5 stars."
}
],
"description": "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"Like\" or \"+1\" on a social network. It can be considered the result of an EndorseAction in which the object of the action is rated positively by\nsome agent. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the Action.\n\nAn EndorsementRating may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.",
"format": "http://schema.org/EndorsementRating",
"title": "EndorsementRating",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MovieRentalStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MovieRentalStore",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Store",
"description": "A retail good store."
}
],
"description": "A movie rental store.",
"title": "MovieRentalStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Event.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Event",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Thing",
"description": "The most generic type of item."
}
],
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects.",
"properties": {
"about": {
"$ref": "http://schema.org/Thing",
"description": "The subject matter of the content."
},
"actor": {
"description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.",
"oneOf": [
{
"$ref": "http://schema.org/Person"
},
{
"items": {
"$ref": "http://schema.org/Person"
},
"type": "array"
}
]
},
"aggregateRating": {
"$ref": "http://schema.org/AggregateRating",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"attendee": {
"description": "A person or organization attending the event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"attendees": {
"description": "A person attending the event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"audience": {
"$ref": "http://schema.org/Audience",
"description": "An intended audience, i.e. a group for whom something was created."
},
"composer": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event."
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"director": {
"$ref": "http://schema.org/Person",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"doorTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The time admission will commence."
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"endDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The end date and time of the item (in ISO 8601 date format)."
},
"eventStatus": {
"description": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.",
"oneOf": [
{
"$ref": "http://schema.org/EventStatusType"
},
{
"items": {
"$ref": "http://schema.org/EventStatusType"
},
"type": "array"
}
]
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Language"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"location": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/Place"
},
{
"$ref": "http://schema.org/PostalAddress"
}
],
"description": "The location of for example where the event is happening, an organization is located, or where an action takes place."
},
"maximumAttendeeCapacity": {
"description": "The total number of individuals that may attend an event or venue.",
"type": "integer"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"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"
}
]
},
"organizer": {
"description": "An organizer of an Event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"performer": {
"description": "A performer at the event\u2014for example, a presenter, musician, musical group or actor.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"performers": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
],
"description": "The main performer or performers of the event\u2014for example, a presenter, musician, or actor."
},
"previousStartDate": {
"description": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.",
"oneOf": [
{
"format": "date",
"type": "string"
},
{
"items": {
"format": "date",
"type": "string"
},
"type": "array"
}
]
},
"recordedIn": {
"$ref": "http://schema.org/CreativeWork",
"description": "The CreativeWork that captured all or part of this Event."
},
"remainingAttendeeCapacity": {
"description": "The number of attendee places for an event that remain unallocated.",
"type": "integer"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "http://schema.org/Review"
},
{
"items": {
"$ref": "http://schema.org/Review"
},
"type": "array"
}
]
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"startDate": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The start date and time of the item (in ISO 8601 date format)."
},
"subEvent": {
"description": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
},
"subEvents": {
"description": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
},
"superEvent": {
"description": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "http://schema.org/Organization"
},
{
"$ref": "http://schema.org/Person"
}
]
},
"type": "array"
}
]
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"workFeatured": {
"description": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).",
"oneOf": [
{
"$ref": "http://schema.org/CreativeWork"
},
{
"items": {
"$ref": "http://schema.org/CreativeWork"
},
"type": "array"
}
]
},
"workPerformed": {
"description": "A work performed in some event, for example a play performed in a TheaterEvent.",
"oneOf": [
{
"$ref": "http://schema.org/CreativeWork"
},
{
"items": {
"$ref": "http://schema.org/CreativeWork"
},
"type": "array"
}
]
}
},
"title": "Event",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/PerformanceRole.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PerformanceRole",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Role.schema.json",
"description": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also blog post."
}
],
"description": "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.",
"format": "http://schema.org/PerformanceRole",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "PerformanceRole"
},
"characterName": {
"description": "The name of a character played in some acting or performing role, i.e. in a PerformanceRole.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "PerformanceRole",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Resort.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Resort",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LodgingBusiness.schema.json",
"description": "A lodging business, such as a motel, hotel, or inn."
}
],
"description": "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Resort).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"format": "http://schema.org/Resort",
"title": "Resort",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/GeneralContractor.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeneralContractor",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/HomeAndConstructionBusiness",
"description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)."
}
],
"description": "A general contractor.",
"format": "http://schema.org/GeneralContractor",
"title": "GeneralContractor",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BefriendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BefriendAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.",
"title": "BefriendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Integer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Integer",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Number",
"description": "Data type: Number.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
}
],
"description": "Data type: Integer.",
"title": "Integer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/UserBlocks.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserBlocks",
"$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/UserBlocks",
"title": "UserBlocks",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BuddhistTemple.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BuddhistTemple",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PlaceOfWorship.schema.json",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A Buddhist temple.",
"format": "http://schema.org/BuddhistTemple",
"title": "BuddhistTemple",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/MovingCompany.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MovingCompany",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "HomeAndConstructionBusiness.schema.json",
"description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)."
}
],
"description": "A moving company.",
"format": "http://schema.org/MovingCompany",
"title": "MovingCompany",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/PropertyValue.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PropertyValue",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "StructuredValue.schema.json",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.",
"format": "http://schema.org/PropertyValue",
"properties": {
"maxValue": {
"description": "The upper value of some characteristic or property.",
"type": "number"
},
"minValue": {
"description": "The lower value of some characteristic or property.",
"type": "number"
},
"propertyID": {
"description": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"unitCode": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"value": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "number"
},
{
"$ref": "StructuredValue.schema.json"
},
{
"type": "string"
}
],
"description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"valueReference": {
"description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.",
"items": {
"anyOf": [
{
"$ref": "Enumeration.schema.json"
},
{
"$ref": "PropertyValue.schema.json"
},
{
"$ref": "QualitativeValue.schema.json"
},
{
"$ref": "QuantitativeValue.schema.json"
},
{
"$ref": "StructuredValue.schema.json"
}
]
},
"type": "array"
}
},
"title": "PropertyValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/GameServerStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GameServerStatus",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Status of a game server.",
"format": "http://schema.org/GameServerStatus",
"oneOf": [
{
"const": "OfflinePermanently",
"description": "Game server status: OfflinePermanently. Server is offline and not available."
},
{
"const": "OfflineTemporarily",
"description": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon."
},
{
"const": "Online",
"description": "Game server status: Online. Server is available."
},
{
"const": "OnlineFull",
"description": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached."
}
],
"title": "GameServerStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PreOrderAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PreOrderAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TradeAction",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "An agent orders a (not yet released) object/product/service to be delivered/sent.",
"title": "PreOrderAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/UseAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UseAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "ConsumeAction.schema.json",
"description": "The act of ingesting information/resources/food."
}
],
"description": "The act of applying an object to its intended purpose.",
"format": "http://schema.org/UseAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "UseAction"
}
},
"required": [
"@type"
],
"title": "UseAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/SendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SendAction",
"$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 physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:\n\n\nReceiveAction: The reciprocal of SendAction.\nGiveAction: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).\n\n",
"format": "http://schema.org/SendAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "SendAction"
},
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"items": {
"$ref": "DeliveryMethod.schema.json"
},
"type": "array"
},
"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": "SendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/RestrictedDiet.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RestrictedDiet",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.",
"format": "http://schema.org/RestrictedDiet",
"oneOf": [
{
"const": "DiabeticDiet",
"description": "A diet appropriate for people with diabetes."
},
{
"const": "GlutenFreeDiet",
"description": "A diet exclusive of gluten."
},
{
"const": "HalalDiet",
"description": "A diet conforming to Islamic dietary practices."
},
{
"const": "HinduDiet",
"description": "A diet conforming to Hindu dietary practices, in particular, beef-free."
},
{
"const": "KosherDiet",
"description": "A diet conforming to Jewish dietary practices."
},
{
"const": "LowCalorieDiet",
"description": "A diet focused on reduced calorie intake."
},
{
"const": "LowFatDiet",
"description": "A diet focused on reduced fat and cholesterol intake."
},
{
"const": "LowLactoseDiet",
"description": "A diet appropriate for people with lactose intolerance."
},
{
"const": "LowSaltDiet",
"description": "A diet focused on reduced sodium intake."
},
{
"const": "VeganDiet",
"description": "A diet exclusive of all animal products."
},
{
"const": "VegetarianDiet",
"description": "A diet exclusive of animal meat."
}
],
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "RestrictedDiet"
}
},
"required": [
"@type"
],
"title": "RestrictedDiet",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/UserReview.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:UserReview",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Review",
"description": "A review of an item - for example, of a restaurant, movie, or store."
}
],
"description": "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with [[CriticReview]].",
"title": "UserReview",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/TransferAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TransferAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Action.schema.json",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.",
"format": "http://schema.org/TransferAction",
"properties": {
"fromLocation": {
"description": "A sub property of location. The original location of the object or the agent before the action.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
},
"toLocation": {
"description": "A sub property of location. The final location of the object or the agent after the action.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
},
"title": "TransferAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Trip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Trip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A trip or journey. An itinerary of visits to one or more places.",
"format": "http://schema.org/Trip",
"properties": {
"arrivalTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The expected arrival time."
},
"departureTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The expected departure time."
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
}
]
},
"provider": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
}
},
"title": "Trip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$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 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).",
"format": "http://schema.org/MediaObject",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MediaObject"
},
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"items": {
"$ref": "NewsArticle.schema.json"
},
"type": "array"
},
"bitrate": {
"description": "The bitrate of the media object.",
"type": "string"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"type": "string"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "CreativeWork.schema.json",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"endTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"items": {
"type": "string"
},
"type": "array"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "Place.schema.json",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"anyOf": [
{
"type": "boolean"
},
{
"$ref": "MediaSubscription.schema.json"
}
],
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "date",
"type": "string"
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"required": [
"@type"
],
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SportingGoodsStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportingGoodsStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A sporting goods store.",
"format": "http://schema.org/SportingGoodsStore",
"title": "SportingGoodsStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/MonetaryAmount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MonetaryAmount",
"$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 monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between \u00a31,000 and \u00a31,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.",
"format": "http://schema.org/MonetaryAmount",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MonetaryAmount"
},
"currency": {
"description": "The currency in which the monetary amount is expressed.\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"
},
"maxValue": {
"description": "The upper value of some characteristic or property.",
"type": "number"
},
"minValue": {
"description": "The lower value of some characteristic or property.",
"type": "number"
},
"validFrom": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date when the item becomes valid."
},
"validThrough": {
"anyOf": [
{
"format": "date",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours."
},
"value": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "number"
},
{
"type": "string"
},
{
"$ref": "StructuredValue.schema.json"
}
],
"description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
}
},
"required": [
"@type"
],
"title": "MonetaryAmount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/OfferItemCondition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OfferItemCondition",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A list of possible conditions for the item.",
"format": "http://schema.org/OfferItemCondition",
"oneOf": [
{
"const": "DamagedCondition",
"description": "Indicates that the item is damaged."
},
{
"const": "NewCondition",
"description": "Indicates that the item is new."
},
{
"const": "RefurbishedCondition",
"description": "Indicates that the item is refurbished."
},
{
"const": "UsedCondition",
"description": "Indicates that the item is used."
}
],
"title": "OfferItemCondition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | 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": "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 brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"format": "http://schema.org/Brand",
"properties": {
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"logo": {
"description": "An associated logo.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"type": "array"
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "Brand",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Language.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Language",
"$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": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.",
"title": "Language",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/LodgingReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LodgingReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A reservation for lodging at a hotel, motel, inn, etc.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"format": "http://schema.org/LodgingReservation",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "LodgingReservation"
},
"checkinTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The earliest someone may check into a lodging establishment."
},
"checkoutTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The latest someone may check out of a lodging establishment."
},
"lodgingUnitDescription": {
"description": "A full description of the lodging unit.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"lodgingUnitType": {
"description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).",
"oneOf": [
{
"anyOf": [
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "QualitativeValue.schema.json"
}
]
},
"type": "array"
}
]
},
"numAdults": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of adults staying in the unit."
},
"numChildren": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of children staying in the unit."
}
},
"required": [
"@type"
],
"title": "LodgingReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/OfferItemCondition.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/OfferItemCondition",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A list of possible conditions for the item.",
"oneOf": [
{
"const": "DamagedCondition",
"description": "Indicates that the item is damaged."
},
{
"const": "NewCondition",
"description": "Indicates that the item is new."
},
{
"const": "RefurbishedCondition",
"description": "Indicates that the item is refurbished."
},
{
"const": "UsedCondition",
"description": "Indicates that the item is used."
}
],
"title": "OfferItemCondition",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Pharmacy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Pharmacy",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalBusiness",
"description": "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals."
},
{
"$ref": "schema:MedicalOrganization",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A pharmacy or drugstore.",
"title": "Pharmacy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/HowToSupply.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:HowToSupply",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:HowToItem",
"description": "An item used as either a tool or supply when performing the instructions for how to to achieve a result."
}
],
"description": "A supply consumed when performing the instructions for how to achieve a result.",
"properties": {
"estimatedCost": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:MonetaryAmount"
}
],
"description": "The estimated cost of the supply or supplies consumed when performing instructions."
}
},
"title": "HowToSupply",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/GeoCircle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/GeoCircle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/GeoShape",
"description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points."
}
],
"description": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.",
"properties": {
"geoMidpoint": {
"description": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.",
"oneOf": [
{
"$ref": "http://schema.org/GeoCoordinates"
},
{
"items": {
"$ref": "http://schema.org/GeoCoordinates"
},
"type": "array"
}
]
},
"geoRadius": {
"description": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).",
"oneOf": [
{
"anyOf": [
{
"type": "number"
},
{
"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 | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/PostOffice.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:PostOffice",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:GovernmentOffice",
"description": "A government office\u2014for example, an IRS or DMV office."
}
],
"description": "A post office.",
"title": "PostOffice",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Thing.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Thing",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The most generic type of item.",
"properties": {
"@context": {
"type": "string"
},
"@type": {
"type": "string"
},
"additionalType": {
"description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"alternateName": {
"description": "An alias for the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"description": {
"description": "A description of the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"disambiguatingDescription": {
"description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"identifier": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
},
{
"$ref": "schema:PropertyValue"
}
],
"description": "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.\n "
},
"image": {
"description": "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:ImageObject"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:ImageObject"
}
]
},
"type": "array"
}
]
},
"mainEntityOfPage": {
"description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:CreativeWork"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "schema:CreativeWork"
}
]
},
"type": "array"
}
]
},
"name": {
"description": "The name of the item.",
"type": "string"
},
"potentialAction": {
"description": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
"oneOf": [
{
"$ref": "schema:Action"
},
{
"items": {
"$ref": "schema:Action"
},
"type": "array"
}
]
},
"sameAs": {
"description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"subjectOf": {
"description": "A CreativeWork or Event about this Thing.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:Event"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:CreativeWork"
},
{
"$ref": "schema:Event"
}
]
},
"type": "array"
}
]
},
"url": {
"description": "URL of the item.",
"format": "uri",
"type": "string"
}
},
"title": "Thing",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/TaxiReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TaxiReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A reservation for a taxi.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.",
"format": "http://schema.org/TaxiReservation",
"properties": {
"partySize": {
"description": "Number of people the reservation should accommodate.",
"items": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
]
},
"type": "array"
},
"pickupLocation": {
"description": "Where a taxi will pick up a passenger or a rental car can be picked up.",
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
},
"pickupTime": {
"description": "When a taxi will pickup a passenger or a rental car can be picked up.",
"format": "http://schema.org/DateTime"
}
},
"title": "TaxiReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ConsumeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ConsumeAction",
"$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 ingesting information/resources/food.",
"format": "http://schema.org/ConsumeAction",
"properties": {
"actionAccessibilityRequirement": {
"description": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.",
"oneOf": [
{
"$ref": "ActionAccessSpecification.schema.json"
},
{
"items": {
"$ref": "ActionAccessSpecification.schema.json"
},
"type": "array"
}
]
},
"expectsAcceptanceOf": {
"description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.",
"oneOf": [
{
"$ref": "Offer.schema.json"
},
{
"items": {
"$ref": "Offer.schema.json"
},
"type": "array"
}
]
}
},
"title": "ConsumeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Mosque.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Mosque",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "PlaceOfWorship.schema.json",
"description": "Place of worship, such as a church, synagogue, or mosque."
}
],
"description": "A mosque.",
"format": "http://schema.org/Mosque",
"title": "Mosque",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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.",
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ScreeningEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ScreeningEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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": "A screening of a movie or other video.",
"format": "http://schema.org/ScreeningEvent",
"properties": {
"videoFormat": {
"description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).",
"type": "string"
},
"workPresented": {
"$ref": "http://schema.org/Movie",
"description": "The movie presented during this event."
}
},
"title": "ScreeningEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/TipAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:TipAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TradeAction",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:ContactPoint"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "TipAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/ServiceChannel.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ServiceChannel",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "A means for accessing a service, e.g. a government office location, web site, or phone number.",
"format": "http://schema.org/ServiceChannel",
"properties": {
"availableLanguage": {
"description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage",
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
]
},
"type": "array"
},
"processingTime": {
"description": "Estimated processing time for the service using this channel.",
"format": "https://schema.org/Duration",
"type": "string"
},
"providesService": {
"$ref": "Service.schema.json",
"description": "The service provided by this channel."
},
"serviceLocation": {
"$ref": "Place.schema.json",
"description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service."
},
"servicePhone": {
"$ref": "ContactPoint.schema.json",
"description": "The phone number to use to access the service."
},
"servicePostalAddress": {
"$ref": "PostalAddress.schema.json",
"description": "The address for accessing the service by mail."
},
"serviceSmsNumber": {
"$ref": "ContactPoint.schema.json",
"description": "The number to access the service by text message."
},
"serviceUrl": {
"description": "The website to access the service.",
"format": "uri",
"type": "string"
}
},
"title": "ServiceChannel",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TravelAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TravelAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MoveAction.schema.json",
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n"
}
],
"description": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.",
"format": "http://schema.org/TravelAction",
"properties": {
"distance": {
"description": "The distance travelled, e.g. exercising or travelling.",
"oneOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"items": {
"format": "https://schema.org/Distance",
"type": "string"
},
"type": "array"
}
]
}
},
"title": "TravelAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/GamePlayMode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:GamePlayMode",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Indicates whether this game is multi-player, co-op or single-player.",
"oneOf": [
{
"const": "CoOp",
"description": "Play mode: CoOp. Co-operative games, where you play on the same team with friends."
},
{
"const": "MultiPlayer",
"description": "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously."
},
{
"const": "SinglePlayer",
"description": "Play mode: SinglePlayer. Which is played by a lone player."
}
],
"title": "GamePlayMode",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/PaintAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaintAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/CreateAction",
"description": "The act of deliberately creating/producing/generating/building a result out of the agent."
}
],
"description": "The act of producing a painting, typically with paint and canvas as instruments.",
"title": "PaintAction",
"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.