repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GardenStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GardenStore", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Store", "description": "A retail good store." } ], "description": "A garden store.", "title": "GardenStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/DepartmentStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DepartmentStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A department store.", "format": "http://schema.org/DepartmentStore", "title": "DepartmentStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Attorney.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Attorney", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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.", "title": "Attorney", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LodgingBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingBusiness", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A lodging business, such as a motel, hotel, or inn.", "format": "http://schema.org/LodgingBusiness", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "LocationFeatureSpecification.schema.json" }, { "items": { "$ref": "LocationFeatureSpecification.schema.json" }, "type": "array" } ] }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ] }, "type": "array" } ] }, "checkinTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The earliest someone may check into a lodging establishment." }, "checkoutTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The latest someone may check out of a lodging establishment." }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "petsAllowed": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ], "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." }, "starRating": { "description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", "oneOf": [ { "$ref": "Rating.schema.json" }, { "items": { "$ref": "Rating.schema.json" }, "type": "array" } ] } }, "title": "LodgingBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FoodService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FoodService", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A food service, like breakfast, lunch, or dinner.", "title": "FoodService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Playground.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Playground", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A playground.", "format": "http://schema.org/Playground", "title": "Playground", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Movie.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Movie", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A movie.", "format": "http://schema.org/Movie", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Movie" }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "duration": { "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "format": "https://schema.org/Duration", "type": "string" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "Movie", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ArriveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ArriveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MoveAction.schema.json", "description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n" } ], "description": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.", "format": "http://schema.org/ArriveAction", "title": "ArriveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/AssessAction", "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.", "properties": { "resultReview": { "description": "A sub property of result. The review that resulted in the performing of the action.", "oneOf": [ { "$ref": "http://schema.org/Review" }, { "items": { "$ref": "http://schema.org/Review" }, "type": "array" } ] } }, "title": "ReviewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/DonateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DonateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.", "format": "http://schema.org/DonateAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "title": "DonateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AutomatedTeller.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutomatedTeller", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FinancialService", "description": "Financial services business." } ], "description": "ATM/cash machine.", "title": "AutomatedTeller", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/PayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PayAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent pays a price to a participant.", "format": "http://schema.org/PayAction", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "PayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/PropertyValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PropertyValue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\n\nAlways use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.", "format": "http://schema.org/PropertyValue", "properties": { "maxValue": { "description": "The upper value of some characteristic or property.", "type": "number" }, "minValue": { "description": "The lower value of some characteristic or property.", "type": "number" }, "propertyID": { "description": "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)\na URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "unitCode": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ], "description": "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon." }, "unitText": { "description": "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\nunitCode.", "items": { "type": "string" }, "type": "array" }, "value": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" }, { "$ref": "StructuredValue.schema.json" } ], "description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "valueReference": { "description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", "items": { "anyOf": [ { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" }, { "$ref": "Enumeration.schema.json" }, { "$ref": "QuantitativeValue.schema.json" } ] }, "type": "array" } }, "title": "PropertyValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Sculpture.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Sculpture", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A piece of sculpture.", "title": "Sculpture", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WarrantyScope.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WarrantyScope", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#Labor-BringIn\nhttp://purl.org/goodrelations/v1#PartsAndLabor-BringIn\nhttp://purl.org/goodrelations/v1#PartsAndLabor-PickUp\n\n", "format": "http://schema.org/WarrantyScope", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WarrantyScope" } }, "required": [ "@type" ], "title": "WarrantyScope", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Order", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "format": "http://schema.org/Order", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "billingAddress": { "$ref": "PostalAddress.schema.json", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "format": "http://schema.org/Text" }, "customer": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "description": "Any discount applied (to an Order).", "format": "http://schema.org/Number" }, "discountCode": { "description": "Code used to redeem a discount.", "format": "http://schema.org/Text" }, "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\".", "format": "http://schema.org/Text" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "format": "http://schema.org/Boolean" }, "merchant": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "description": "Date order was placed.", "format": "http://schema.org/Date" }, "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "format": "http://schema.org/Text" }, "orderStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "items": { "oneOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "partOfInvoice": { "$ref": "Invoice.schema.json", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "http://schema.org/DateTime" }, "paymentDueDate": { "description": "The date that payment is due.", "format": "http://schema.org/DateTime" }, "paymentMethod": { "$ref": "PaymentMethod.schema.json", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "format": "http://schema.org/Text" }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/EntryPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EntryPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entry point, within some Web-based protocol.", "format": "http://schema.org/EntryPoint", "properties": { "actionApplication": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "actionPlatform": { "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.", "format": "uri", "type": "string" }, "application": { "description": "An application that can complete the request.", "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" }, "contentType": { "description": "The supported content type(s) for an EntryPoint response.", "format": "http://schema.org/Text" }, "encodingType": { "description": "The supported encoding type(s) for an EntryPoint request.", "format": "http://schema.org/Text" }, "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.", "format": "http://schema.org/Text" }, "urlTemplate": { "description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.", "format": "http://schema.org/Text" } }, "title": "EntryPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/URL.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/URL", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Data type: URL.", "format": "http://schema.org/URL", "title": "URL", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/GroceryStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GroceryStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A grocery store.", "format": "http://schema.org/GroceryStore", "title": "GroceryStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WPSideBar.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPSideBar", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPageElement.schema.json", "description": "A web page element, like a table or an image." } ], "description": "A sidebar section of the page.", "format": "http://schema.org/WPSideBar", "title": "WPSideBar", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ExerciseGym.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ExerciseGym", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A gym.", "format": "http://schema.org/ExerciseGym", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ExerciseGym" } }, "required": [ "@type" ], "title": "ExerciseGym", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Accommodation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Accommodation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "http://schema.org/LocationFeatureSpecification" }, { "items": { "$ref": "http://schema.org/LocationFeatureSpecification" }, "type": "array" } ] }, "floorSize": { "$ref": "http://schema.org/QuantitativeValue", "description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard" }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "permittedUsage": { "description": "Indications regarding the permitted usage of the accommodation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "petsAllowed": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ], "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." } }, "title": "Accommodation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AdministrativeArea.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AdministrativeArea", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A geographical region, typically under the jurisdiction of a particular government.", "format": "http://schema.org/AdministrativeArea", "title": "AdministrativeArea", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DrinkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DrinkAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of swallowing liquids.", "title": "DrinkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/ReceiveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReceiveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TransferAction.schema.json", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n\nSendAction: The reciprocal of ReceiveAction.\nTakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).\n\n", "format": "http://schema.org/ReceiveAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ReceiveAction" }, "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "oneOf": [ { "$ref": "DeliveryMethod.schema.json" }, { "items": { "$ref": "DeliveryMethod.schema.json" }, "type": "array" } ] }, "sender": { "description": "A sub property of participant. The participant who is at the sending end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "ReceiveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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.", "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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Locksmith.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Locksmith", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:HomeAndConstructionBusiness", "description": "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." } ], "description": "A locksmith.", "title": "Locksmith", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PublicationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PublicationEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "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.", "properties": { "free": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "publishedBy": { "description": "An agent associated with the publication event.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "publishedOn": { "description": "A broadcast service associated with the publication event.", "oneOf": [ { "$ref": "schema:BroadcastService" }, { "items": { "$ref": "schema:BroadcastService" }, "type": "array" } ] } }, "title": "PublicationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/EducationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EducationEvent", "$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: Education event.", "format": "http://schema.org/EducationEvent", "title": "EducationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LiteraryEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LiteraryEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Literary event.", "title": "LiteraryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TaxiStand.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TaxiStand", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A taxi stand.", "format": "http://schema.org/TaxiStand", "title": "TaxiStand", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
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.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "containsSeason": { "description": "A season that is part of the media series.", "oneOf": [ { "$ref": "CreativeWorkSeason.schema.json" }, { "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" } ] }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "oneOf": [ { "$ref": "Episode.schema.json" }, { "items": { "$ref": "Episode.schema.json" }, "type": "array" } ] }, "episodes": { "description": "An episode of a TV/radio series or season.", "oneOf": [ { "$ref": "Episode.schema.json" }, { "items": { "$ref": "Episode.schema.json" }, "type": "array" } ] }, "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.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" } ] }, "seasons": { "description": "A season in a media series.", "oneOf": [ { "$ref": "CreativeWorkSeason.schema.json" }, { "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" } ] }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "required": [ "@type" ], "title": "RadioSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Bridge.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Bridge", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bridge.", "format": "http://schema.org/Bridge", "title": "Bridge", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InstallAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InstallAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of installing an application.", "title": "InstallAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PawnShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PawnShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A shop that will buy, or lend money against the security of, personal possessions.", "format": "http://schema.org/PawnShop", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PawnShop" } }, "required": [ "@type" ], "title": "PawnShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/UserPlays.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPlays", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UserInteraction.schema.json", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserPlays", "title": "UserPlays", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserPageVisits.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPageVisits", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UserInteraction.schema.json", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserPageVisits", "title": "UserPageVisits", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Ticket.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Ticket", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a ticket to an event, a flight, a bus ride, etc.", "format": "http://schema.org/Ticket", "properties": { "dateIssued": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "date", "type": "string" } ], "description": "The date the ticket was issued." }, "issuedBy": { "$ref": "Organization.schema.json", "description": "The organization issuing the ticket or permit." }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "ticketNumber": { "description": "The unique identifier for the ticket.", "type": "string" }, "ticketToken": { "description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", "items": { "anyOf": [ { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "ticketedSeat": { "$ref": "Seat.schema.json", "description": "The seat associated with the ticket." }, "totalPrice": { "anyOf": [ { "$ref": "PriceSpecification.schema.json" }, { "type": "number" }, { "type": "string" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Ticket", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/MovieTheater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovieTheater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "http://schema.org/EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "A movie theater.", "properties": { "screenCount": { "description": "The number of screens in the movie theater.", "type": "number" } }, "title": "MovieTheater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Comment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Comment", "$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 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.", "format": "http://schema.org/Comment", "properties": { "downvoteCount": { "description": "The number of downvotes this question, answer or comment has received from the community.", "type": "integer" }, "parentItem": { "$ref": "Question.schema.json", "description": "The parent of a question, answer or item in general." }, "upvoteCount": { "description": "The number of upvotes this question, answer or comment has received from the community.", "type": "integer" } }, "title": "Comment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/RVPark.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:RVPark", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", "title": "RVPark", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AutoBodyShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoBodyShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "Auto body shop.", "format": "http://schema.org/AutoBodyShop", "title": "AutoBodyShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/FoodEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Food event.", "format": "http://schema.org/FoodEvent", "title": "FoodEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Taxon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Taxon", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Thing", "description": "The most generic type of item." } ], "description": "A set of organisms asserted to represent a natural cohesive biological unit.", "properties": { "childTaxon": { "description": "Closest child taxa of the taxon in question.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Taxon" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Taxon" } ] }, "type": "array" } ] }, "hasDefinedTerm": { "description": "A Defined Term contained in this term set.", "oneOf": [ { "$ref": "schema:DefinedTerm" }, { "items": { "$ref": "schema:DefinedTerm" }, "type": "array" } ] }, "parentTaxon": { "description": "Closest parent taxon of the taxon in question.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Taxon" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Taxon" } ] }, "type": "array" } ] }, "taxonRank": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PropertyValue" } ], "description": "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary \u2013 (typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs)." } }, "title": "Taxon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ItemList.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ItemList", "$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 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.", "format": "http://schema.org/ItemList", "properties": { "itemListElement": { "description": "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.\n\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.\n\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.", "items": { "oneOf": [ { "$ref": "ListItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "itemListOrder": { "$ref": "ItemListOrderType.schema.json", "description": "Type of ordering (e.g. Ascending, Descending, Unordered)." }, "numberOfItems": { "description": "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.", "type": "integer" } }, "title": "ItemList", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "items": { "oneOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/HowToTip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToTip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).", "format": "http://schema.org/HowToTip", "title": "HowToTip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CoverArt.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CoverArt", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:VisualArtwork", "description": "A work of art that is primarily visual in character." } ], "description": "The artwork on the outer surface of a CreativeWork.", "title": "CoverArt", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/HotelRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HotelRoom", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Room.schema.json", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A hotel room is a single room in a hotel.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/HotelRoom", "properties": { "bed": { "anyOf": [ { "type": "string" }, { "$ref": "BedDetails.schema.json" }, { "$ref": "BedType.schema.json" } ], "description": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property." }, "occupancy": { "$ref": "QuantitativeValue.schema.json", "description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person" } }, "title": "HotelRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Duration.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Duration", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Quantity", "description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." } ], "description": "Quantity: Duration (use ISO 8601 duration format).", "title": "Duration", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/School.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/School", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EducationalOrganization.schema.json", "description": "An educational organization." } ], "description": "A school.", "format": "http://schema.org/School", "title": "School", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PaymentService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PaymentService", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:FinancialProduct", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A Service to transfer funds from a person or organization to a beneficiary person or organization.", "title": "PaymentService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ShoppingCenter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShoppingCenter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A shopping center or mall.", "format": "http://schema.org/ShoppingCenter", "title": "ShoppingCenter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/FoodEstablishment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodEstablishment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A food-related business.", "format": "http://schema.org/FoodEstablishment", "properties": { "acceptsReservations": { "anyOf": [ { "type": "boolean" }, { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No." }, "hasMenu": { "description": "Either the actual menu as a structured representation, as text, or a URL of the menu.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Menu" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Menu" } ] }, "type": "array" } ] }, "menu": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/Menu" } ], "description": "Either the actual menu as a structured representation, as text, or a URL of the menu." }, "servesCuisine": { "description": "The cuisine of the restaurant.", "type": "string" }, "starRating": { "description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", "oneOf": [ { "$ref": "http://schema.org/Rating" }, { "items": { "$ref": "http://schema.org/Rating" }, "type": "array" } ] } }, "title": "FoodEstablishment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/PetStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PetStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A pet store.", "title": "PetStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/HowToDirection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToDirection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A direction indicating a single action to do in the instructions for how to achieve a result.", "format": "http://schema.org/HowToDirection", "properties": { "afterMedia": { "description": "A media object representing the circumstances after performing this direction.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "beforeMedia": { "description": "A media object representing the circumstances before performing this direction.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "duringMedia": { "description": "A media object representing the circumstances while performing this direction.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "MediaObject.schema.json" } ] }, "type": "array" }, "performTime": { "description": "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "prepTime": { "description": "The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "supply": { "description": "A sub-property of instrument. A supply consumed when performing instructions or a direction.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToSupply.schema.json" } ] }, "type": "array" }, "tool": { "description": "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "HowToTool.schema.json" } ] }, "type": "array" }, "totalTime": { "description": "The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" } }, "title": "HowToDirection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/VideoGame.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGame", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Game.schema.json", "description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." }, { "$ref": "SoftwareApplication.schema.json", "description": "A software application." } ], "description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "format": "http://schema.org/VideoGame", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "cheatCode": { "description": "Cheat codes to the game.", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Thing.schema.json" } ], "description": "The electronic systems used to play video games." }, "gameServer": { "$ref": "GameServer.schema.json", "description": "The server on which it is possible to play the game." }, "gameTip": { "description": "Links to tips, tactics, etc.", "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "oneOf": [ { "$ref": "GamePlayMode.schema.json" }, { "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" } ] }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGame", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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.", "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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Country.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Country", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AdministrativeArea", "description": "A geographical region, typically under the jurisdiction of a particular government." } ], "description": "A country.", "title": "Country", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/InternetCafe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InternetCafe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "An internet cafe.", "format": "http://schema.org/InternetCafe", "title": "InternetCafe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PreOrderAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PreOrderAction", "$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 a (not yet released) object/product/service to be delivered/sent.", "format": "http://schema.org/PreOrderAction", "title": "PreOrderAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/DepartAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DepartAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MoveAction.schema.json", "description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n" } ], "description": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.", "format": "http://schema.org/DepartAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DepartAction" } }, "required": [ "@type" ], "title": "DepartAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/HairSalon.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HairSalon", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HealthAndBeautyBusiness", "description": "Health and beauty." } ], "description": "A hair salon.", "format": "http://schema.org/HairSalon", "title": "HairSalon", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/BroadcastEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PublicationEvent.schema.json", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "An over the air or online broadcast event.", "format": "http://schema.org/BroadcastEvent", "properties": { "broadcastOfEvent": { "$ref": "Event.schema.json", "description": "The event being broadcast such as a sporting event or awards ceremony." }, "isLiveBroadcast": { "description": "True is the broadcast is of a live event.", "format": "http://schema.org/Boolean" }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "format": "http://schema.org/Text" } }, "title": "BroadcastEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AboutPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AboutPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: About page.", "format": "http://schema.org/AboutPage", "title": "AboutPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PaymentCard.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PaymentCard", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:FinancialProduct", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." }, { "$ref": "schema:PaymentMethod", "description": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\\n* http://purl.org/goodrelations/v1#ByInvoice\\n* http://purl.org/goodrelations/v1#Cash\\n* http://purl.org/goodrelations/v1#CheckInAdvance\\n* http://purl.org/goodrelations/v1#COD\\n* http://purl.org/goodrelations/v1#DirectDebit\\n* http://purl.org/goodrelations/v1#GoogleCheckout\\n* http://purl.org/goodrelations/v1#PayPal\\n* http://purl.org/goodrelations/v1#PaySwarm\n " } ], "description": "A payment method using a credit, debit, store or other card to associate the payment with an account.", "properties": { "cashBack": { "description": "A cardholder benefit that pays the cardholder a small percentage of their net expenditures.", "oneOf": [ { "anyOf": [ { "type": "boolean" }, { "type": "number" } ] }, { "items": { "anyOf": [ { "type": "boolean" }, { "type": "number" } ] }, "type": "array" } ] }, "contactlessPayment": { "description": "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.", "type": "boolean" }, "floorLimit": { "description": "A floor limit is the amount of money above which credit card transactions must be authorized.", "oneOf": [ { "$ref": "schema:MonetaryAmount" }, { "items": { "$ref": "schema:MonetaryAmount" }, "type": "array" } ] }, "monthlyMinimumRepaymentAmount": { "anyOf": [ { "type": "number" }, { "$ref": "schema:MonetaryAmount" } ], "description": "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month." } }, "title": "PaymentCard", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/GroceryStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GroceryStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A grocery store.", "format": "http://schema.org/GroceryStore", "title": "GroceryStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/LiveBlogPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiveBlogPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BlogPosting.schema.json", "description": "A blog post." } ], "description": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.", "format": "http://schema.org/LiveBlogPosting", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "LiveBlogPosting" }, "coverageEndTime": { "description": "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.", "format": "date-time", "type": "string" }, "coverageStartTime": { "description": "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.", "format": "date-time", "type": "string" }, "liveBlogUpdate": { "description": "An update to the LiveBlog.", "oneOf": [ { "$ref": "BlogPosting.schema.json" }, { "items": { "$ref": "BlogPosting.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "LiveBlogPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Book.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Book", "$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 book.", "format": "http://schema.org/Book", "properties": { "bookEdition": { "description": "The edition of the book.", "type": "string" }, "bookFormat": { "$ref": "BookFormatType.schema.json", "description": "The format of the book." }, "illustrator": { "$ref": "Person.schema.json", "description": "The illustrator of the book." }, "isbn": { "description": "The ISBN of the book.", "type": "string" }, "numberOfPages": { "description": "The number of pages in the book.", "type": "integer" } }, "title": "Book", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GeoCoordinates.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCoordinates", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic coordinates of a place or event.", "format": "http://schema.org/GeoCoordinates", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GeoCoordinates" }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "Country.schema.json" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "required": [ "@type" ], "title": "GeoCoordinates", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Code.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Code", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.", "format": "http://schema.org/Code", "title": "Code", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/StadiumOrArena.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/StadiumOrArena", "$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": "SportsActivityLocation.schema.json", "description": "A sports location, such as a playing field." } ], "description": "A stadium.", "format": "http://schema.org/StadiumOrArena", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "StadiumOrArena" } }, "required": [ "@type" ], "title": "StadiumOrArena", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HousePainter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HousePainter", "$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 house painting service.", "format": "http://schema.org/HousePainter", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HousePainter" } }, "required": [ "@type" ], "title": "HousePainter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/House.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/House", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Accommodation.schema.json", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/House).", "format": "http://schema.org/House", "properties": { "numberOfRooms": { "$ref": "QuantitativeValue.schema.json", "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." } }, "title": "House", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/HighSchool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:HighSchool", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:EducationalOrganization", "description": "An educational organization." } ], "description": "A high school.", "title": "HighSchool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Physician.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Physician", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MedicalOrganization.schema.json", "description": "A medical organization (physical or not), such as hospital, institution or clinic." } ], "description": "A doctor's office.", "format": "http://schema.org/Physician", "title": "Physician", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "$ref": "Language.schema.json" }, { "type": "string" } ] }, "type": "array" }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "Service.schema.json", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "Place.schema.json", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "ContactPoint.schema.json", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "PostalAddress.schema.json", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "ContactPoint.schema.json", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/RecyclingCenter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RecyclingCenter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A recycling center.", "format": "http://schema.org/RecyclingCenter", "title": "RecyclingCenter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "format": "http://schema.org/GeoShape", "properties": { "address": { "$ref": "PostalAddress.schema.json", "description": "Physical address of the item." }, "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." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "format": "http://schema.org/Text" }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "format": "http://schema.org/Text" }, "elevation": { "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.", "format": "http://schema.org/Number" }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "format": "http://schema.org/Text" }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "format": "http://schema.org/Text" }, "postalCode": { "description": "The postal code. For example, 94043.", "format": "http://schema.org/Text" } }, "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Artery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Artery", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Vessel", "description": "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body." } ], "description": "A type of blood vessel that specifically carries blood away from the heart.", "properties": { "arterialBranch": { "$ref": "schema:AnatomicalStructure", "description": "The branches that comprise the arterial structure." }, "supplyTo": { "$ref": "schema:AnatomicalStructure", "description": "The area to which the artery supplies blood." } }, "title": "Artery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/AutoRepair.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoRepair", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." } ], "description": "Car repair business.", "format": "http://schema.org/AutoRepair", "title": "AutoRepair", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Book.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Book", "$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 book.", "format": "http://schema.org/Book", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Book" }, "bookEdition": { "description": "The edition of the book.", "type": "string" }, "bookFormat": { "$ref": "BookFormatType.schema.json", "description": "The format of the book." }, "illustrator": { "$ref": "Person.schema.json", "description": "The illustrator of the book." }, "isbn": { "description": "The ISBN of the book.", "type": "string" }, "numberOfPages": { "description": "The number of pages in the book.", "type": "integer" } }, "required": [ "@type" ], "title": "Book", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EndorseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EndorseAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "An agent approves/certifies/likes/supports/sanction an object.", "properties": { "endorsee": { "description": "A sub property of participant. The person/organization being supported.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] } }, "title": "EndorseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TVSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TVSeries", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "schema:CreativeWorkSeries", "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.\n\t " } ], "description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.", "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": "schema:Person" }, { "items": { "$ref": "schema: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": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "containsSeason": { "description": "A season that is part of the media series.", "oneOf": [ { "$ref": "schema:CreativeWorkSeason" }, { "items": { "$ref": "schema:CreativeWorkSeason" }, "type": "array" } ] }, "countryOfOrigin": { "$ref": "schema:Country", "description": "The country of origin of something, including products as well as creative works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here." }, "director": { "$ref": "schema: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": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "oneOf": [ { "$ref": "schema:Episode" }, { "items": { "$ref": "schema:Episode" }, "type": "array" } ] }, "episodes": { "description": "An episode of a TV/radio series or season.", "oneOf": [ { "$ref": "schema:Episode" }, { "items": { "$ref": "schema:Episode" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "schema:MusicGroup" }, { "$ref": "schema:Person" } ], "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": "schema:Organization", "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.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWorkSeason" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "schema:CreativeWorkSeason" } ] }, "type": "array" } ] }, "seasons": { "description": "A season in a media series.", "oneOf": [ { "$ref": "schema:CreativeWorkSeason" }, { "items": { "$ref": "schema:CreativeWorkSeason" }, "type": "array" } ] }, "trailer": { "$ref": "schema:VideoObject", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "TVSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Car.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Car", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Vehicle.schema.json", "description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space." } ], "description": "A car is a wheeled, self-powered motor vehicle used for transportation.", "format": "http://schema.org/Car", "title": "Car", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Language.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Language", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.", "format": "http://schema.org/Language", "title": "Language", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ItemAvailability.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ItemAvailability", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A list of possible product availability options.", "oneOf": [ { "const": "BackOrder", "description": "Indicates that the item is available on back order." }, { "const": "Discontinued", "description": "Indicates that the item has been discontinued." }, { "const": "InStock", "description": "Indicates that the item is in stock." }, { "const": "InStoreOnly", "description": "Indicates that the item is available only at physical locations." }, { "const": "LimitedAvailability", "description": "Indicates that the item has limited availability." }, { "const": "OnlineOnly", "description": "Indicates that the item is available only online." }, { "const": "OutOfStock", "description": "Indicates that the item is out of stock." }, { "const": "PreOrder", "description": "Indicates that the item is available for pre-order." }, { "const": "PreSale", "description": "Indicates that the item is available for ordering and delivery before general availability." }, { "const": "SoldOut", "description": "Indicates that the item has sold out." } ], "title": "ItemAvailability", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Joint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Joint", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AnatomicalStructure", "description": "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures." } ], "description": "The anatomical location at which two or more bones make contact.", "properties": { "biomechnicalClass": { "description": "The biomechanical properties of the bone.", "type": "string" }, "functionalClass": { "anyOf": [ { "type": "string" }, { "$ref": "schema:MedicalEntity" } ], "description": "The degree of mobility the joint allows." }, "structuralClass": { "description": "The name given to how bone physically connects to each other.", "type": "string" } }, "title": "Joint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DefinedRegion.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DefinedRegion", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:StructuredValue", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...\n", "properties": { "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Country" } ], "description": "The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1)." }, "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](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country) ", "type": "string" }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" }, "postalCodePrefix": { "description": "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "postalCodeRange": { "description": "A defined range of postal codes.", "oneOf": [ { "$ref": "schema:PostalCodeRangeSpecification" }, { "items": { "$ref": "schema:PostalCodeRangeSpecification" }, "type": "array" } ] } }, "title": "DefinedRegion", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "const": "https://schema.org" }, "@type": { "const": "Thing" }, "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.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "alternateName": { "description": "An alias for the item.", "items": { "type": "string" }, "type": "array" }, "description": { "description": "A description of the item.", "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.", "items": { "type": "string" }, "type": "array" }, "identifier": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "PropertyValue.schema.json" } ], "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.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "ImageObject.schema.json" } ] }, "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.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ] }, "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.", "items": { "$ref": "Action.schema.json" }, "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.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "subjectOf": { "description": "A CreativeWork or Event about this Thing.", "items": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "Event.schema.json" } ] }, "type": "array" }, "url": { "description": "URL of the item.", "format": "uri", "type": "string" } }, "required": [ "@type" ], "title": "Thing", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A public structure, such as a town hall or concert hall.", "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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Table.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Table", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "A table on a Web page.", "title": "Table", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Airport.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Airport", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "An airport.", "format": "http://schema.org/Airport", "properties": { "iataCode": { "description": "IATA identifier for an airline or airport.", "format": "http://schema.org/Text" }, "icaoCode": { "description": "ICAO identifier for an airport.", "format": "http://schema.org/Text" } }, "title": "Airport", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LodgingReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Reservation.schema.json", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for lodging at a hotel, motel, inn, etc.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.", "format": "http://schema.org/LodgingReservation", "properties": { "checkinTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The earliest someone may check into a lodging establishment." }, "checkoutTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The latest someone may check out of a lodging establishment." }, "lodgingUnitDescription": { "description": "A full description of the lodging unit.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "lodgingUnitType": { "description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "QualitativeValue.schema.json" } ] }, "type": "array" } ] }, "numAdults": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of adults staying in the unit." }, "numChildren": { "anyOf": [ { "type": "integer" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The number of children staying in the unit." } }, "title": "LodgingReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Legislation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Legislation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).", "properties": { "jurisdiction": { "description": "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:AdministrativeArea" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:AdministrativeArea" } ] }, "type": "array" } ] }, "legislationApplies": { "description": "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the legislationTransposes property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it.", "oneOf": [ { "$ref": "schema:Legislation" }, { "items": { "$ref": "schema:Legislation" }, "type": "array" } ] }, "legislationChanges": { "description": "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the legislationConsolidates property.", "oneOf": [ { "$ref": "schema:Legislation" }, { "items": { "$ref": "schema:Legislation" }, "type": "array" } ] }, "legislationConsolidates": { "description": "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change.", "oneOf": [ { "$ref": "schema:Legislation" }, { "items": { "$ref": "schema:Legislation" }, "type": "array" } ] }, "legislationDate": { "description": "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force.", "format": "date", "type": "string" }, "legislationDateVersion": { "description": "The point-in-time at which the provided description of the legislation is valid (e.g. : when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")", "format": "date", "type": "string" }, "legislationIdentifier": { "description": "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "legislationJurisdiction": { "anyOf": [ { "type": "string" }, { "$ref": "schema:AdministrativeArea" } ], "description": "The jurisdiction from which the legislation originates." }, "legislationLegalForce": { "description": "Whether the legislation is currently in force, not in force, or partially in force.", "oneOf": [ { "$ref": "schema:LegalForceStatus" }, { "items": { "$ref": "schema:LegalForceStatus" }, "type": "array" } ] }, "legislationPassedBy": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The person or organization that originally passed or made the law : typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author." }, "legislationResponsible": { "description": "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "legislationTransposes": { "description": "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations.", "oneOf": [ { "$ref": "schema:Legislation" }, { "items": { "$ref": "schema:Legislation" }, "type": "array" } ] }, "legislationType": { "anyOf": [ { "type": "string" }, { "$ref": "schema:CategoryCode" } ], "description": "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"r\u00e8glement grand-ducal\", etc., depending on the country." } }, "title": "Legislation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PoliceStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PoliceStation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 police station.", "format": "http://schema.org/PoliceStation", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PoliceStation" } }, "required": [ "@type" ], "title": "PoliceStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OceanBodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OceanBodyOfWater", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "BodyOfWater.schema.json", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "An ocean (for example, the Pacific).", "format": "http://schema.org/OceanBodyOfWater", "title": "OceanBodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ParcelDelivery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParcelDelivery", "$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": "The delivery of a parcel either via the postal service or a commercial service.", "format": "http://schema.org/ParcelDelivery", "properties": { "carrier": { "$ref": "Organization.schema.json", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "deliveryAddress": { "$ref": "PostalAddress.schema.json", "description": "Destination address." }, "deliveryStatus": { "description": "New entry added as the package passes through each leg of its journey (from shipment to final delivery).", "items": { "$ref": "DeliveryEvent.schema.json" }, "type": "array" }, "expectedArrivalFrom": { "description": "The earliest date the package may arrive.", "format": "http://schema.org/Date" }, "expectedArrivalUntil": { "description": "The latest date the package may arrive.", "format": "http://schema.org/DateTime" }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." }, "itemShipped": { "description": "Item(s) being shipped.", "items": { "$ref": "Product.schema.json" }, "type": "array" }, "originAddress": { "$ref": "PostalAddress.schema.json", "description": "Shipper's address." }, "partOfOrder": { "$ref": "Order.schema.json", "description": "The overall order the items in this delivery were included in." }, "provider": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "trackingNumber": { "description": "Shipper tracking number.", "format": "http://schema.org/Text" }, "trackingUrl": { "description": "Tracking url for the parcel delivery.", "format": "uri", "type": "string" } }, "title": "ParcelDelivery", "type": "object" }
Apache-2.0
en