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
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
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.", "format": "http://schema.org/ItemListOrderType", "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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Continent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Continent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Landform.schema.json", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "One of the continents (for example, Europe or Africa).", "format": "http://schema.org/Continent", "title": "Continent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BuddhistTemple.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BuddhistTemple", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PlaceOfWorship", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A Buddhist temple.", "title": "BuddhistTemple", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Review.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Review", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A review of an item - for example, of a restaurant, movie, or store.", "properties": { "itemReviewed": { "$ref": "http://schema.org/Thing", "description": "The item that is being reviewed/rated." }, "reviewAspect": { "description": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "reviewBody": { "description": "The actual body of the review.", "type": "string" }, "reviewRating": { "$ref": "http://schema.org/Rating", "description": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." } }, "title": "Review", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GolfCourse.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GolfCourse", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A golf course.", "format": "http://schema.org/GolfCourse", "title": "GolfCourse", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/BoardingPolicyType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BoardingPolicyType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A type of boarding policy used by an airline.", "oneOf": [ { "const": "GroupBoardingPolicy", "description": "The airline boards by groups based on check-in time, priority, etc." }, { "const": "ZoneBoardingPolicy", "description": "The airline boards by zones of the plane." } ], "title": "BoardingPolicyType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/QuoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QuoteAction", "$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": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", "title": "QuoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BeautySalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BeautySalon", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "Beauty salon.", "format": "http://schema.org/BeautySalon", "title": "BeautySalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Waterfall.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Waterfall", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:BodyOfWater", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A waterfall, like Niagara.", "title": "Waterfall", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ReturnAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ReturnAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:TransferAction", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).", "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": "ReturnAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Order", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "format": "http://schema.org/Order", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "oneOf": [ { "$ref": "http://schema.org/Offer" }, { "items": { "$ref": "http://schema.org/Offer" }, "type": "array" } ] }, "billingAddress": { "$ref": "http://schema.org/PostalAddress", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "http://schema.org/ParcelDelivery", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "http://schema.org/OrderStatus", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, "type": "array" } ] }, "partOfInvoice": { "$ref": "http://schema.org/Invoice", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "http://schema.org/PaymentMethod", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoanOrCredit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialProduct.schema.json", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money under agreed terms and charges.", "format": "http://schema.org/LoanOrCredit", "properties": { "amount": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" } ], "description": "The amount of money." }, "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" }, "loanTerm": { "$ref": "QuantitativeValue.schema.json", "description": "The duration of the loan or credit agreement." }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } ] } }, "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Attorney.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Attorney", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LegalService", "description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "Professional service: Attorney. \n\nThis type is deprecated - LegalService is more inclusive and less ambiguous.", "format": "http://schema.org/Attorney", "title": "Attorney", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/FinancialProduct.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FinancialProduct", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.", "format": "http://schema.org/FinancialProduct", "properties": { "annualPercentageRate": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction." }, "feesAndCommissionsSpecification": { "description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" }, "interestRate": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate." } }, "title": "FinancialProduct", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/AlignmentObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AlignmentObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.\n\nShould not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.", "format": "http://schema.org/AlignmentObject", "properties": { "alignmentType": { "description": "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.", "items": { "type": "string" }, "type": "array" }, "educationalFramework": { "description": "The framework to which the resource being described is aligned.", "type": "string" }, "targetDescription": { "description": "The description of a node in an established educational framework.", "type": "string" }, "targetName": { "description": "The name of a node in an established educational framework.", "type": "string" }, "targetUrl": { "description": "The URL of a node in an established educational framework.", "format": "uri", "type": "string" } }, "title": "AlignmentObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Review.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Review", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A review of an item - for example, of a restaurant, movie, or store.", "format": "http://schema.org/Review", "properties": { "itemReviewed": { "$ref": "Thing.schema.json", "description": "The item that is being reviewed/rated." }, "reviewAspect": { "description": "This Review or Rating is relevant to this part or facet of the itemReviewed.", "format": "http://schema.org/Text" }, "reviewBody": { "description": "The actual body of the review.", "format": "http://schema.org/Text" }, "reviewRating": { "$ref": "Rating.schema.json", "description": "The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work." } }, "title": "Review", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/EventVenue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EventVenue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "An event venue.", "format": "http://schema.org/EventVenue", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "EventVenue" } }, "required": [ "@type" ], "title": "EventVenue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoanOrCredit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FinancialProduct", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money under agreed terms and charges.", "format": "http://schema.org/LoanOrCredit", "properties": { "amount": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/MonetaryAmount" } ], "description": "The amount of money." }, "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" }, "loanTerm": { "$ref": "http://schema.org/QuantitativeValue", "description": "The duration of the loan or credit agreement." }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Thing" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Thing" } ] }, "type": "array" } ] } }, "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "Store.schema.json", "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/BusStop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusStop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bus stop.", "title": "BusStop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TVClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVClip", "$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 TV program or a segment/part of a TV program.", "properties": { "partOfTVSeries": { "$ref": "http://schema.org/TVSeries", "description": "The TV series to which this episode or season belongs." } }, "title": "TVClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/RoofingContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RoofingContractor", "$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 roofing contractor.", "format": "http://schema.org/RoofingContractor", "title": "RoofingContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ChildrensEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildrensEvent", "$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: Children's event.", "format": "http://schema.org/ChildrensEvent", "title": "ChildrensEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/InformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CommunicateAction", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of notifying someone of information pertinent to them, with no expectation of a response.", "format": "http://schema.org/InformAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] } }, "title": "InformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BioChemEntity.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BioChemEntity", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical.", "properties": { "associatedDisease": { "description": "Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:MedicalCondition" }, { "$ref": "schema:PropertyValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:MedicalCondition" }, { "$ref": "schema:PropertyValue" } ] }, "type": "array" } ] }, "bioChemInteraction": { "description": "A BioChemEntity that is known to interact with this item.", "oneOf": [ { "$ref": "schema:BioChemEntity" }, { "items": { "$ref": "schema:BioChemEntity" }, "type": "array" } ] }, "bioChemSimilarity": { "description": "A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms.", "oneOf": [ { "$ref": "schema:BioChemEntity" }, { "items": { "$ref": "schema:BioChemEntity" }, "type": "array" } ] }, "biologicalRole": { "description": "A role played by the BioChemEntity within a biological context.", "oneOf": [ { "$ref": "schema:DefinedTerm" }, { "items": { "$ref": "schema:DefinedTerm" }, "type": "array" } ] }, "hasBioChemEntityPart": { "description": "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. ", "oneOf": [ { "$ref": "schema:BioChemEntity" }, { "items": { "$ref": "schema:BioChemEntity" }, "type": "array" } ] }, "hasMolecularFunction": { "description": "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, "type": "array" } ] }, "hasRepresentation": { "description": "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PropertyValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PropertyValue" } ] }, "type": "array" } ] }, "isEncodedByBioChemEntity": { "description": "Another BioChemEntity encoding by this one.", "oneOf": [ { "$ref": "schema:Gene" }, { "items": { "$ref": "schema:Gene" }, "type": "array" } ] }, "isInvolvedInBiologicalProcess": { "description": "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, "type": "array" } ] }, "isLocatedInSubcellularLocation": { "description": "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:PropertyValue" } ] }, "type": "array" } ] }, "isPartOfBioChemEntity": { "description": "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. ", "oneOf": [ { "$ref": "schema:BioChemEntity" }, { "items": { "$ref": "schema:BioChemEntity" }, "type": "array" } ] }, "taxonomicRange": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:DefinedTerm" }, { "$ref": "schema:Taxon" } ], "description": "The taxonomic grouping of the organism that expresses, encodes, or in someway related to the BioChemEntity." } }, "title": "BioChemEntity", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AcceptAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AcceptAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of committing to/adopting an object.\n\nRelated actions:\n\n\nRejectAction: The antonym of AcceptAction.\n\n", "format": "http://schema.org/AcceptAction", "title": "AcceptAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MenuItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuItem", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 food or drink item listed in a menu or menu section.", "properties": { "menuAddOn": { "description": "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/MenuItem" }, { "$ref": "http://schema.org/MenuSection" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/MenuItem" }, { "$ref": "http://schema.org/MenuSection" } ] }, "type": "array" } ] }, "nutrition": { "$ref": "http://schema.org/NutritionInformation", "description": "Nutrition information about the recipe or menu item." }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "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" } ] }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "oneOf": [ { "$ref": "http://schema.org/RestrictedDiet" }, { "items": { "$ref": "http://schema.org/RestrictedDiet" }, "type": "array" } ] } }, "title": "MenuItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Thing.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Thing", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The most generic type of item.", "format": "http://schema.org/Thing", "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": "http://schema.org/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 for more details." }, "image": { "description": "An image of the item. This can be a URL or a fully described ImageObject.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/ImageObject" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/ImageObject" } ] }, "type": "array" } ] }, "mainEntityOfPage": { "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/CreativeWork" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "http://schema.org/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": "http://schema.org/Action" }, { "items": { "$ref": "http://schema.org/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": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/Event" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/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
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/VideoObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MediaObject", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A video file.", "format": "http://schema.org/VideoObject", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "caption": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/MediaObject" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The composer of the soundtrack." }, "thumbnail": { "$ref": "http://schema.org/ImageObject", "description": "Thumbnail image for an image or video." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" }, "videoFrameSize": { "description": "The frame size of the video.", "type": "string" }, "videoQuality": { "description": "The quality of the video.", "type": "string" } }, "title": "VideoObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/VideoGameClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short segment/part of a video game.", "format": "http://schema.org/VideoGameClip", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "VideoGameClip" } }, "required": [ "@type" ], "title": "VideoGameClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicineSystem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicineSystem", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalEnumeration", "description": "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice." } ], "description": "Systems of medical practice.", "title": "MedicineSystem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BreadcrumbList.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BreadcrumbList", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ItemList", "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." } ], "description": "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\n\nThe position property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an itemListOrder of ItemListOrderAscending (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.", "title": "BreadcrumbList", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EventSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EventSeries", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." }, { "$ref": "schema:Series", "description": "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]]." } ], "description": "A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property.\n\nAn EventSeries is a collection of events that share some unifying characteristic. For example, \"The Olympic Games\" is a series, which\nis repeated regularly. The \"2012 London Olympics\" can be presented both as an [[Event]] in the series \"Olympic Games\", and as an\n[[EventSeries]] that included a number of sporting competitions as Events.\n\nThe nature of the association between the events in an [[EventSeries]] can vary, but typical examples could\ninclude a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers.\n\nEventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without\nworrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries\nmay seem more Event-like when the period of time is compact and when aspects such as location are fixed, but\nit may also sometimes prove useful to describe a longer-term series as an Event.\n ", "title": "EventSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BedAndBreakfast.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedAndBreakfast", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "Bed and breakfast.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/BedAndBreakfast", "title": "BedAndBreakfast", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GenderType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GenderType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "An enumeration of genders.", "format": "http://schema.org/GenderType", "oneOf": [ { "const": "Female", "description": "The female gender." }, { "const": "Male", "description": "The male gender." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GenderType" } }, "required": [ "@type" ], "title": "GenderType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/TouristAttraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TouristAttraction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", "format": "http://schema.org/TouristAttraction", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "$ref": "Language.schema.json" }, { "type": "string" } ] }, "type": "array" }, "touristType": { "description": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "type": "string" } ] }, "type": "array" } }, "title": "TouristAttraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LocalBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LocalBusiness", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." }, { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", "format": "http://schema.org/LocalBusiness", "properties": { "branchOf": { "$ref": "Organization.schema.json", "description": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch." }, "currenciesAccepted": { "description": "The currency accepted.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "openingHours": { "description": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n\nDays are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.\nTimes are specified using 24:00 time. For example, 3pm is specified as 15:00. \nHere is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>.\nIf a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>.\n\n", "type": "string" }, "paymentAccepted": { "description": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "priceRange": { "description": "The price range of the business, for example $$$.", "type": "string" } }, "title": "LocalBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/PublicationVolume.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationVolume", "$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 part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\n\nSee also blog post.", "format": "http://schema.org/PublicationVolume", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PublicationVolume" }, "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" } ] }, "volumeNumber": { "description": "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\".", "oneOf": [ { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "PublicationVolume", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ProgramMembership.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ProgramMembership", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", "format": "http://schema.org/ProgramMembership", "properties": { "hostingOrganization": { "$ref": "Organization.schema.json", "description": "The organization (airline, travelers' club, etc.) the membership is made with." }, "member": { "description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "members": { "description": "A member of this organization.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "membershipNumber": { "description": "A unique identifier for the membership.", "format": "http://schema.org/Text" }, "programName": { "description": "The program providing the membership.", "format": "http://schema.org/Text" } }, "title": "ProgramMembership", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/LocalBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LocalBusiness", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." }, { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.", "format": "http://schema.org/LocalBusiness", "properties": { "branchOf": { "$ref": "Organization.schema.json", "description": "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)branch." }, "currenciesAccepted": { "description": "The currency accepted.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "format": "http://schema.org/Text" }, "openingHours": { "description": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n\nDays are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.\nTimes are specified using 24:00 time. For example, 3pm is specified as 15:00. \nHere is an example: Tuesdays and Thursdays 4-8pm.\nIf a business is open 7 days a week, then it can be specified as Monday through Sunday, all day.\n\n", "format": "http://schema.org/Text" }, "paymentAccepted": { "description": "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.", "format": "http://schema.org/Text" }, "priceRange": { "description": "The price range of the business, for example $$$.", "format": "http://schema.org/Text" } }, "title": "LocalBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ToyStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ToyStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A toy store.", "format": "http://schema.org/ToyStore", "title": "ToyStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ReservationPackage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReservationPackage", "$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 group of multiple reservations with common values for all sub-reservations.", "format": "http://schema.org/ReservationPackage", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ReservationPackage" }, "subReservation": { "$ref": "Reservation.schema.json", "description": "The individual reservations included in the package. Typically a repeated property." } }, "required": [ "@type" ], "title": "ReservationPackage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Observation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Observation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Instances of the class [[Observation]] are used to specify observations about an entity (which may or may not be an instance of a [[StatisticalPopulation]]), at a particular time. The principal properties of an [[Observation]] are [[observedNode]], [[measuredProperty]], [[measuredValue]] (or [[median]], etc.) and [[observationDate]] ([[measuredProperty]] properties can, but need not always, be W3C RDF Data Cube \"measure properties\", as in the [lifeExpectancy example](https://www.w3.org/TR/vocab-data-cube/#dsd-example)).\nSee also [[StatisticalPopulation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n ", "properties": { "marginOfError": { "description": "A marginOfError for an [[Observation]].", "oneOf": [ { "$ref": "schema:QuantitativeValue" }, { "items": { "$ref": "schema:QuantitativeValue" }, "type": "array" } ] }, "measuredProperty": { "$ref": "schema:Property", "description": "The measuredProperty of an [[Observation]], either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as [GS1's](https://www.gs1.org/voc/?show=properties)." }, "measuredValue": { "$ref": "schema:DataType", "description": "The measuredValue of an [[Observation]]." }, "observationDate": { "description": "The observationDate of an [[Observation]].", "format": "date-time", "type": "string" }, "observedNode": { "$ref": "schema:StatisticalPopulation", "description": "The observedNode of an [[Observation]], often a [[StatisticalPopulation]]." } }, "title": "Observation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Reservoir.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Reservoir", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.", "format": "http://schema.org/Reservoir", "title": "Reservoir", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PostalAddress.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PostalAddress", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ContactPoint.schema.json", "description": "A contact point\u2014for example, a Customer Complaints department." } ], "description": "The mailing address.", "format": "http://schema.org/PostalAddress", "properties": { "addressCountry": { "$ref": "Country.schema.json", "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "addressLocality": { "description": "The locality in which the street address is, and which is in the region. For example, Mountain View.", "format": "http://schema.org/Text" }, "addressRegion": { "description": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division", "format": "http://schema.org/Text" }, "postOfficeBoxNumber": { "description": "The post office box number for PO box addresses.", "format": "http://schema.org/Text" }, "postalCode": { "description": "The postal code. For example, 94043.", "format": "http://schema.org/Text" }, "streetAddress": { "description": "The street address. For example, 1600 Amphitheatre Pkwy.", "format": "http://schema.org/Text" } }, "title": "PostalAddress", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MediaGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CollectionPage", "description": "Web page type: Collection page." } ], "description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.", "format": "http://schema.org/MediaGallery", "title": "MediaGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BookmarkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookmarkAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "An agent bookmarks/flags/labels/tags/marks an object.", "format": "http://schema.org/BookmarkAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BookmarkAction" } }, "required": [ "@type" ], "title": "BookmarkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Campground.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Campground", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A camping site, campsite, or Campground is a place used for overnight stay in the outdoors, typically containing individual CampingPitch locations. \n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see https://en.wikipedia.org/wiki/Campsite).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Campground", "title": "Campground", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BusinessEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Business event.", "format": "http://schema.org/BusinessEvent", "title": "BusinessEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/CivicStructure.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CivicStructure", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A public structure, such as a town hall or concert hall.", "format": "http://schema.org/CivicStructure", "properties": { "openingHours": { "description": "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n\nDays are specified using the following two-letter combinations: Mo, Tu, We, Th, Fr, Sa, Su.\nTimes are specified using 24:00 time. For example, 3pm is specified as 15:00. \nHere is an example: <time itemprop=\"openingHours\" datetime=\"Tu,Th 16:00-20:00\">Tuesdays and Thursdays 4-8pm</time>.\nIf a business is open 7 days a week, then it can be specified as <time itemprop=\"openingHours\" datetime=\"Mo-Su\">Monday through Sunday, all day</time>.\n\n", "type": "string" } }, "title": "CivicStructure", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BarOrPub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BarOrPub", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A bar or pub.", "format": "http://schema.org/BarOrPub", "title": "BarOrPub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OrderAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent orders an object/product/service to be delivered/sent.", "format": "http://schema.org/OrderAction", "properties": { "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "items": { "$ref": "DeliveryMethod.schema.json" }, "type": "array" } }, "title": "OrderAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Library.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Library", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A library.", "title": "Library", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MusicAlbum.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicAlbum", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MusicPlaylist", "description": "A collection of music tracks in playlist form." } ], "description": "A collection of music tracks.", "format": "http://schema.org/MusicAlbum", "properties": { "albumProductionType": { "description": "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.", "oneOf": [ { "$ref": "http://schema.org/MusicAlbumProductionType" }, { "items": { "$ref": "http://schema.org/MusicAlbumProductionType" }, "type": "array" } ] }, "albumRelease": { "description": "A release of this album.", "oneOf": [ { "$ref": "http://schema.org/MusicRelease" }, { "items": { "$ref": "http://schema.org/MusicRelease" }, "type": "array" } ] }, "albumReleaseType": { "$ref": "http://schema.org/MusicAlbumReleaseType", "description": "The kind of release which this album is: single, EP or album." }, "byArtist": { "anyOf": [ { "$ref": "http://schema.org/MusicGroup" }, { "$ref": "http://schema.org/Person" } ], "description": "The artist that performed this album or recording." } }, "title": "MusicAlbum", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/OutletStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:OutletStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "An outlet store.", "title": "OutletStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BroadcastChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.", "properties": { "broadcastChannelId": { "description": "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/BroadcastFrequencySpecification" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastServiceTier": { "description": "The type of service required to have access to the channel (e.g. Standard or Premium).", "type": "string" }, "genre": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Genre of the creative work, broadcast channel or group." }, "inBroadcastLineup": { "$ref": "http://schema.org/CableOrSatelliteService", "description": "The CableOrSatelliteService offering the channel." }, "providesBroadcastService": { "$ref": "http://schema.org/BroadcastService", "description": "The BroadcastService offered on this channel." } }, "title": "BroadcastChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CookAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CookAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing/preparing food.", "format": "http://schema.org/CookAction", "properties": { "foodEstablishment": { "description": "A sub property of location. The specific food establishment where the action occurred.", "items": { "oneOf": [ { "$ref": "FoodEstablishment.schema.json" }, { "$ref": "Place.schema.json" } ] }, "type": "array" }, "foodEvent": { "description": "A sub property of location. The specific food event where the action occurred.", "items": { "$ref": "FoodEvent.schema.json" }, "type": "array" }, "recipe": { "description": "A sub property of instrument. The recipe/instructions used to perform the action.", "items": { "$ref": "Recipe.schema.json" }, "type": "array" } }, "title": "CookAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ReservationPackage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReservationPackage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A group of multiple reservations with common values for all sub-reservations.", "format": "http://schema.org/ReservationPackage", "properties": { "subReservation": { "$ref": "http://schema.org/Reservation", "description": "The individual reservations included in the package. Typically a repeated property." } }, "title": "ReservationPackage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$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 profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "items": { "type": "string" }, "type": "array" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "items": { "type": "string" }, "type": "array" } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/PublicationEvent", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "An over the air or online broadcast event.", "properties": { "broadcastOfEvent": { "$ref": "http://schema.org/Event", "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" } }, "title": "BroadcastEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EmployeeRole.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmployeeRole", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/OrganizationRole", "description": "A subclass of Role used to describe roles within organizations." } ], "description": "A subclass of OrganizationRole used to describe employee relationships.", "properties": { "baseSalary": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "type": "string" } }, "title": "EmployeeRole", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BusStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bus station.", "title": "BusStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CommunicateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CommunicateAction", "$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 conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", "properties": { "about": { "$ref": "schema:Thing", "description": "The subject matter of the content." }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." }, "language": { "description": "A sub property of instrument. The language used on this action.", "oneOf": [ { "$ref": "schema:Language" }, { "items": { "$ref": "schema:Language" }, "type": "array" } ] }, "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": "CommunicateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FAQPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FAQPage", "$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": "A FAQPage is a WebPage presenting one or more \"Frequently asked questions\" (see also QAPage).", "format": "http://schema.org/FAQPage", "title": "FAQPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Recipe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Recipe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HowTo", "description": "Instructions that explain how to achieve a result by performing a sequence of steps." } ], "description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", "format": "http://schema.org/Recipe", "properties": { "cookTime": { "description": "The time it takes to actually cook the dish, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "cookingMethod": { "description": "The method of cooking, such as Frying, Steaming, ...", "type": "string" }, "ingredients": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "nutrition": { "$ref": "http://schema.org/NutritionInformation", "description": "Nutrition information about the recipe or menu item." }, "recipeCategory": { "description": "The category of the recipe\u2014for example, appetizer, entree, etc.", "type": "string" }, "recipeCuisine": { "description": "The cuisine of the recipe (for example, French or Ethiopian).", "type": "string" }, "recipeIngredient": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "recipeInstructions": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ], "description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." }, "recipeYield": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "oneOf": [ { "$ref": "http://schema.org/RestrictedDiet" }, { "items": { "$ref": "http://schema.org/RestrictedDiet" }, "type": "array" } ] } }, "title": "Recipe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FireStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FireStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "EmergencyService.schema.json", "description": "An emergency service, such as a fire station or ER." } ], "description": "A fire station. With firemen.", "format": "http://schema.org/FireStation", "title": "FireStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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.", "format": "http://schema.org/ElectronicsStore", "title": "ElectronicsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$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 profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "oneOf": [ { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" } ] }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "AdministrativeArea.schema.json", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ShareAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShareAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of distributing content to people for their amusement or edification.", "format": "http://schema.org/ShareAction", "title": "ShareAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DrugStrength.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DrugStrength", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalIntangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space." } ], "description": "A specific strength in which a medical drug is available in a specific country.", "properties": { "activeIngredient": { "description": "An active ingredient, typically chemical compounds and/or biologic substances.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "availableIn": { "$ref": "schema:AdministrativeArea", "description": "The location in which the strength is available." }, "maximumIntake": { "$ref": "schema:MaximumDoseSchedule", "description": "Recommended intake of this supplement for a given population as defined by a specific recommending authority." }, "strengthUnit": { "description": "The units of an active ingredient's strength, e.g. mg.", "type": "string" }, "strengthValue": { "description": "The value of an active ingredient's strength, e.g. 325.", "type": "number" } }, "title": "DrugStrength", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Motel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Motel", "$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 motel.\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/Motel", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Motel" } }, "required": [ "@type" ], "title": "Motel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "Beach.", "title": "Beach", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AddAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AddAction", "$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 by adding an object to a collection.", "title": "AddAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Role.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Role", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also blog post.", "format": "http://schema.org/Role", "properties": { "endDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The end date and time of the item (in ISO 8601 date format)." }, "namedPosition": { "description": "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "roleName": { "description": "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "startDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The start date and time of the item (in ISO 8601 date format)." } }, "title": "Role", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ReviewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReviewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AssessAction.schema.json", "description": "The act of forming one's opinion, reaction or sentiment." } ], "description": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", "format": "http://schema.org/ReviewAction", "properties": { "resultReview": { "description": "A sub property of result. The review that resulted in the performing of the action.", "oneOf": [ { "$ref": "Review.schema.json" }, { "items": { "$ref": "Review.schema.json" }, "type": "array" } ] } }, "title": "ReviewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ExerciseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ExerciseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlayAction", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in exertive activity for the purposes of improving health and fitness.", "properties": { "course": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "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" } ] }, "exerciseCourse": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "opponent": { "description": "A sub property of participant. The opponent on this action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "sportsActivityLocation": { "description": "A sub property of location. The sports activity location where this action occurred.", "oneOf": [ { "$ref": "http://schema.org/SportsActivityLocation" }, { "items": { "$ref": "http://schema.org/SportsActivityLocation" }, "type": "array" } ] }, "sportsEvent": { "description": "A sub property of location. The sports event where this action occurred.", "oneOf": [ { "$ref": "http://schema.org/SportsEvent" }, { "items": { "$ref": "http://schema.org/SportsEvent" }, "type": "array" } ] }, "sportsTeam": { "description": "A sub property of participant. The sports team that participated on this action.", "oneOf": [ { "$ref": "http://schema.org/SportsTeam" }, { "items": { "$ref": "http://schema.org/SportsTeam" }, "type": "array" } ] }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] } }, "title": "ExerciseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MovieClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MovieClip", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Clip", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short segment/part of a movie.", "title": "MovieClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/RsvpResponseType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpResponseType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", "format": "http://schema.org/RsvpResponseType", "oneOf": [ { "const": "RsvpResponseMaybe", "description": "The invitee may or may not attend." }, { "const": "RsvpResponseNo", "description": "The invitee will not attend." }, { "const": "RsvpResponseYes", "description": "The invitee will attend." } ], "title": "RsvpResponseType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Trip" }, "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.", "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." } }, "required": [ "@type" ], "title": "Trip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WPHeader.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPHeader", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "The header section of the page.", "title": "WPHeader", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Sculpture.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Sculpture", "$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 piece of sculpture.", "format": "http://schema.org/Sculpture", "title": "Sculpture", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/PlanAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlanAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date.", "format": "http://schema.org/PlanAction", "properties": { "scheduledTime": { "description": "The time the object is scheduled to.", "format": "date-time", "type": "string" } }, "title": "PlanAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/VoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VoteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ChooseAction", "description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options." } ], "description": "The act of expressing a preference from a fixed/finite/structured set of choices/options.", "format": "http://schema.org/VoteAction", "properties": { "candidate": { "description": "A sub property of object. The candidate subject of this action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "VoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ToyStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ToyStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A toy store.", "title": "ToyStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BedDetails.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedDetails", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also BedType (under development).", "format": "http://schema.org/BedDetails", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BedDetails" }, "numberOfBeds": { "description": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", "type": "number" }, "typeOfBed": { "anyOf": [ { "type": "string" }, { "$ref": "BedType.schema.json" } ], "description": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." } }, "required": [ "@type" ], "title": "BedDetails", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MusicVideoObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicVideoObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MediaObject", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A music video file.", "format": "http://schema.org/MusicVideoObject", "title": "MusicVideoObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/ContactPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A contact point\u2014for example, a Customer Complaints department.", "format": "http://schema.org/ContactPoint", "properties": { "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "type": "string" } ], "description": "The geographic area where a service or offered item is provided." }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" }, "contactOption": { "description": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", "items": { "$ref": "ContactPointOption.schema.json" }, "type": "array" }, "contactType": { "description": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", "items": { "type": "string" }, "type": "array" }, "email": { "description": "Email address.", "items": { "type": "string" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "hoursAvailable": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The hours during which this service or contact is available." }, "productSupported": { "anyOf": [ { "type": "string" }, { "$ref": "Product.schema.json" } ], "description": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The geographic area where the service is provided." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "ContactPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/LoseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AchieveAction", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of being defeated in a competitive activity.", "format": "http://schema.org/LoseAction", "properties": { "winner": { "description": "A sub property of participant. The winner of the action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] } }, "title": "LoseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/OwnershipInfo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OwnershipInfo", "$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 structured value providing information about when a certain organization or person owned a certain product.", "format": "http://schema.org/OwnershipInfo", "properties": { "acquiredFrom": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The organization or person from which the product was acquired." }, "ownedFrom": { "description": "The date and time of obtaining the product.", "format": "date-time", "type": "string" }, "ownedThrough": { "description": "The date and time of giving up ownership on the product.", "format": "date-time", "type": "string" }, "typeOfGood": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ], "description": "The product that this structured value is referring to." } }, "title": "OwnershipInfo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/ExerciseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ExerciseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlayAction.schema.json", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in exertive activity for the purposes of improving health and fitness.", "format": "http://schema.org/ExerciseAction", "properties": { "course": { "description": "A sub property of location. The course where this action was taken.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "distance": { "description": "The distance travelled, e.g. exercising or travelling.", "items": { "format": "https://schema.org/Distance", "type": "string" }, "type": "array" }, "exerciseCourse": { "description": "A sub property of location. The course where this action was taken.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "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" }, "opponent": { "description": "A sub property of participant. The opponent on this action.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "sportsActivityLocation": { "description": "A sub property of location. The sports activity location where this action occurred.", "items": { "$ref": "SportsActivityLocation.schema.json" }, "type": "array" }, "sportsEvent": { "description": "A sub property of location. The sports event where this action occurred.", "items": { "$ref": "SportsEvent.schema.json" }, "type": "array" }, "sportsTeam": { "description": "A sub property of participant. The sports team that participated on this action.", "items": { "$ref": "SportsTeam.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": "ExerciseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RadioSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RadioSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.", "format": "http://schema.org/RadioSeries", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RadioSeries" }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "RadioSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/QuoteAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QuoteAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.", "format": "http://schema.org/QuoteAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "QuoteAction" } }, "required": [ "@type" ], "title": "QuoteAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/UserDownloads.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:UserDownloads", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:UserInteraction", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]]." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].", "title": "UserDownloads", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EntryPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EntryPoint", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entry point, within some Web-based protocol.", "properties": { "actionApplication": { "description": "An application that can complete the request.", "oneOf": [ { "$ref": "schema:SoftwareApplication" }, { "items": { "$ref": "schema:SoftwareApplication" }, "type": "array" } ] }, "actionPlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication." }, "application": { "description": "An application that can complete the request.", "oneOf": [ { "$ref": "schema:SoftwareApplication" }, { "items": { "$ref": "schema:SoftwareApplication" }, "type": "array" } ] }, "contentType": { "description": "The supported content type(s) for an EntryPoint response.", "type": "string" }, "encodingType": { "description": "The supported encoding type(s) for an EntryPoint request.", "type": "string" }, "httpMethod": { "description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "urlTemplate": { "description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "EntryPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Embassy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Embassy", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "GovernmentBuilding.schema.json", "description": "A government building." } ], "description": "An embassy.", "format": "http://schema.org/Embassy", "title": "Embassy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/EventReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EventReservation", "$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 an event like a concert, sporting event, or lecture.\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/EventReservation", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "EventReservation" } }, "required": [ "@type" ], "title": "EventReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Season.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Season", "$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 season e.g. tv, radio, video game etc.", "format": "http://schema.org/Season", "title": "Season", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/CheckInAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CheckInAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\n\nRelated actions:\n\n\nCheckOutAction: The antonym of CheckInAction.\nArriveAction: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\nConfirmAction: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service rather than its validity/existence.\n\n", "format": "http://schema.org/CheckInAction", "title": "CheckInAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Question.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Question", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Comment", "description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks." } ], "description": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.", "properties": { "acceptedAnswer": { "anyOf": [ { "$ref": "schema:Answer" }, { "$ref": "schema:ItemList" } ], "description": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author." }, "answerCount": { "description": "The number of answers this question has received.", "type": "integer" }, "eduQuestionType": { "description": "For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: \"Multiple choice\", \"Open ended\", \"Flashcard\".", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "suggestedAnswer": { "description": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Answer" }, { "$ref": "schema:ItemList" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Answer" }, { "$ref": "schema:ItemList" } ] }, "type": "array" } ] } }, "title": "Question", "type": "object" }
Apache-2.0
en