repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/JobPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JobPosting", "$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 listing that describes a job opening in a certain organization.", "format": "http://schema.org/JobPosting", "properties": { "baseSalary": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "type": "number" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "benefits": { "description": "Description of benefits associated with the job.", "type": "string" }, "datePosted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Publication date of an online listing." }, "employmentType": { "description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", "items": { "type": "string" }, "type": "array" }, "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "items": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" }, { "type": "number" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "hiringOrganization": { "$ref": "Organization.schema.json", "description": "Organization offering the job position." }, "incentiveCompensation": { "description": "Description of bonus and commission compensation aspects of the job.", "items": { "type": "string" }, "type": "array" }, "incentives": { "description": "Description of bonus and commission compensation aspects of the job.", "items": { "type": "string" }, "type": "array" }, "industry": { "description": "The industry associated with the job position.", "type": "string" }, "jobBenefits": { "description": "Description of benefits associated with the job.", "items": { "type": "string" }, "type": "array" }, "jobLocation": { "description": "A (typically single) geographic location associated with the job position.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "relevantOccupation": { "$ref": "Occupation.schema.json", "description": "The Occupation for the JobPosting." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "items": { "type": "string" }, "type": "array" }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "type": "string" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "items": { "type": "string" }, "type": "array" }, "specialCommitments": { "description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", "items": { "type": "string" }, "type": "array" }, "title": { "description": "The title of the job.", "type": "string" }, "validThrough": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." }, "workHours": { "description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", "type": "string" } }, "title": "JobPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CivicStructure.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CivicStructure", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A public structure, such as a town hall or concert hall.", "format": "http://schema.org/CivicStructure", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CivicStructure" }, "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" } }, "required": [ "@type" ], "title": "CivicStructure", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BodyOfWater.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BodyOfWater", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Landform", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "A body of water, such as a sea, ocean, or lake.", "title": "BodyOfWater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/BedDetails.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedDetails", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also BedType (under development).", "format": "http://schema.org/BedDetails", "properties": { "numberOfBeds": { "description": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", "type": "number" }, "typeOfBed": { "anyOf": [ { "$ref": "BedType.schema.json" }, { "type": "string" } ], "description": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." } }, "title": "BedDetails", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/DeliveryEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeliveryEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "An event involving the delivery of an item.", "format": "http://schema.org/DeliveryEvent", "properties": { "accessCode": { "description": "Password, PIN, or access code needed for delivery (e.g. from a locker).", "type": "string" }, "availableFrom": { "description": "When the item is available for pickup from the store, locker, etc.", "format": "date-time", "type": "string" }, "availableThrough": { "description": "After this date, the item will no longer be available for pickup.", "format": "date-time", "type": "string" }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." } }, "title": "DeliveryEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Service.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Service", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 service provided by an organization, e.g. delivery service, print services, etc.", "format": "http://schema.org/Service", "properties": { "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "areaServed": { "anyOf": [ { "type": "string" }, { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where a service or offered item is provided." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "availableChannel": { "description": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", "items": { "$ref": "ServiceChannel.schema.json" }, "type": "array" }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "brand": { "anyOf": [ { "$ref": "Brand.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" }, "hoursAvailable": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The hours during which this service or contact is available." }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "logo": { "description": "An associated logo.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "ImageObject.schema.json" } ] }, "type": "array" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "produces": { "$ref": "Thing.schema.json", "description": "The tangible thing generated by the service, e.g. a passport, permit, etc." }, "provider": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "providerMobility": { "description": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", "items": { "type": "string" }, "type": "array" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where the service is provided." }, "serviceAudience": { "$ref": "Audience.schema.json", "description": "The audience eligible for this service." }, "serviceOutput": { "$ref": "Thing.schema.json", "description": "The tangible thing generated by the service, e.g. a passport, permit, etc." }, "serviceType": { "description": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", "type": "string" }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" } }, "title": "Service", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/OrderItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderItem", "$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 item is a line of an order. It includes the quantity and shipping details of a bought offer.", "format": "http://schema.org/OrderItem", "properties": { "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderItemNumber": { "description": "The identifier of the order item.", "type": "string" }, "orderItemStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order item." }, "orderQuantity": { "description": "The number of the item ordered. If the property is not set, assume the quantity is one.", "type": "number" }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" } ] } }, "title": "OrderItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/FollowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FollowAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\n\nRelated actions:\n\n\nBefriendAction: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.\nSubscribeAction: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\nRegisterAction: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\nTrackAction: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).\n\n", "format": "http://schema.org/FollowAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "FollowAction" }, "followee": { "description": "A sub property of object. The person or organization being followed.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "FollowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/RsvpAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InformAction.schema.json", "description": "The act of notifying someone of information pertinent to them, with no expectation of a response." } ], "description": "The act of notifying an event organizer as to whether you expect to attend the event.", "format": "http://schema.org/RsvpAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RsvpAction" }, "additionalNumberOfGuests": { "description": "If responding yes, the number of guests who will attend in addition to the invitee.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "comment": { "description": "Comments, typically from users.", "oneOf": [ { "$ref": "Comment.schema.json" }, { "items": { "$ref": "Comment.schema.json" }, "type": "array" } ] }, "rsvpResponse": { "$ref": "RsvpResponseType.schema.json", "description": "The response (yes, no, maybe) to the RSVP." } }, "required": [ "@type" ], "title": "RsvpAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/AskAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AskAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of posing a question / favor to someone.\n\nRelated actions:\n\n\nReplyAction: Appears generally as a response to AskAction.\n\n", "format": "http://schema.org/AskAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AskAction" }, "question": { "description": "A sub property of object. A question.", "oneOf": [ { "$ref": "Question.schema.json" }, { "items": { "$ref": "Question.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "AskAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AudioObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AudioObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "An audio file.", "format": "http://schema.org/AudioObject", "properties": { "caption": { "$ref": "MediaObject.schema.json", "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "format": "http://schema.org/Text" } }, "title": "AudioObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/TrainTrip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TrainTrip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Trip.schema.json", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "A trip on a commercial train line.", "format": "http://schema.org/TrainTrip", "properties": { "arrivalPlatform": { "description": "The platform where the train arrives.", "type": "string" }, "arrivalStation": { "$ref": "TrainStation.schema.json", "description": "The station where the train trip ends." }, "departurePlatform": { "description": "The platform from which the train departs.", "type": "string" }, "departureStation": { "$ref": "TrainStation.schema.json", "description": "The station from which the train departs." }, "trainName": { "description": "The name of the train (e.g. The Orient Express).", "type": "string" }, "trainNumber": { "description": "The unique identifier for the train.", "type": "string" } }, "title": "TrainTrip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Offer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Offer", "$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 offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nNote: As the businessFunction property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\n\nFor GTIN-related fields, see Check Digit calculator and validation guide from GS1.", "format": "http://schema.org/Offer", "properties": { "acceptedPaymentMethod": { "anyOf": [ { "$ref": "LoanOrCredit.schema.json" }, { "$ref": "PaymentMethod.schema.json" } ], "description": "The payment method(s) accepted by seller for this offer." }, "addOn": { "description": "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "advanceBookingRequirement": { "$ref": "QuantitativeValue.schema.json", "description": "The amount of time that is required between accepting the offer and the actual usage of the resource or service." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The geographic area where a service or offered item is provided." }, "availability": { "$ref": "ItemAvailability.schema.json", "description": "The availability of this item\u2014for example In stock, Out of stock, Pre-order, etc." }, "availabilityEnds": { "description": "The end of the availability of the product or service included in the offer.", "format": "http://schema.org/Time" }, "availabilityStarts": { "description": "The beginning of the availability of the product or service included in the offer.", "format": "http://schema.org/Date" }, "availableAtOrFrom": { "$ref": "Place.schema.json", "description": "The place(s) from which the offer can be obtained (e.g. store locations)." }, "availableDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "The delivery method(s) available for this offer." }, "businessFunction": { "$ref": "BusinessFunction.schema.json", "description": "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell." }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "deliveryLeadTime": { "$ref": "QuantitativeValue.schema.json", "description": "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup." }, "eligibleCustomerType": { "$ref": "BusinessEntityType.schema.json", "description": "The type(s) of customers for which the given offer is valid." }, "eligibleDuration": { "$ref": "QuantitativeValue.schema.json", "description": "The duration for which the given offer is valid." }, "eligibleQuantity": { "$ref": "QuantitativeValue.schema.json", "description": "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity." }, "eligibleRegion": { "anyOf": [ { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also ineligibleRegion." }, "eligibleTransactionVolume": { "$ref": "PriceSpecification.schema.json", "description": "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount." }, "gtin12": { "description": "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin13": { "description": "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin14": { "description": "The GTIN-14 code of the product, or the product to which the offer refers. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "gtin8": { "description": "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See GS1 GTIN Summary for more details.", "format": "http://schema.org/Text" }, "includesObject": { "description": "This links to a node or nodes indicating the exact quantity of the products included in the offer.", "items": { "$ref": "TypeAndQuantityNode.schema.json" }, "type": "array" }, "inventoryLevel": { "$ref": "QuantitativeValue.schema.json", "description": "The current approximate inventory level for the item or items." }, "itemCondition": { "description": "A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.", "items": { "$ref": "OfferItemCondition.schema.json" }, "type": "array" }, "itemOffered": { "anyOf": [ { "$ref": "Trip.schema.json" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "AggregateOffer.schema.json" }, { "$ref": "Event.schema.json" }, { "$ref": "Service.schema.json" }, { "$ref": "MenuItem.schema.json" }, { "$ref": "Product.schema.json" } ], "description": "An item being offered (or demanded). The transactional nature of the offer or demand is documented using businessFunction, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer." }, "mpn": { "description": "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "offeredBy": { "description": "A pointer to the organization or person making the offer.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "price": { "description": "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n\nUse the priceCurrency property (with standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\") instead of including ambiguous symbols such as '$' in the value.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\nNote that both RDFa and Microdata syntax allow the use of a \"content=\" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n\n", "format": "http://schema.org/Number" }, "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\".", "format": "http://schema.org/Text" }, "priceSpecification": { "description": "One or more detailed price specifications, indicating the unit price and delivery or payment charges.", "items": { "$ref": "PriceSpecification.schema.json" }, "type": "array" }, "priceValidUntil": { "description": "The date after which the price is no longer available.", "format": "http://schema.org/Date" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "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." }, "serialNumber": { "description": "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.", "format": "http://schema.org/Text" }, "sku": { "description": "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.", "format": "http://schema.org/Text" }, "validFrom": { "description": "The date when the item becomes valid.", "format": "http://schema.org/Date" }, "validThrough": { "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.", "format": "http://schema.org/Date" }, "warranty": { "$ref": "WarrantyPromise.schema.json", "description": "The warranty promise(s) included in the offer." } }, "title": "Offer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Vehicle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Vehicle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Product", "description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." } ], "description": "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.", "properties": { "cargoVolume": { "$ref": "http://schema.org/QuantitativeValue", "description": "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\n\nNote: You can use minValue and maxValue to indicate ranges." }, "dateVehicleFirstRegistered": { "description": "The date of the first registration of the vehicle with the respective public authorities.", "format": "date", "type": "string" }, "driveWheelConfiguration": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/DriveWheelConfigurationValue" } ], "description": "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain." }, "fuelConsumption": { "$ref": "http://schema.org/QuantitativeValue", "description": "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\n\n\nNote 1: There are unfortunately no standard unit codes for liters per 100 km. Use unitText to indicate the unit of measurement, e.g. L/100 km.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel consumption to another value.\n\n" }, "fuelEfficiency": { "$ref": "http://schema.org/QuantitativeValue", "description": "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\n\n\nNote 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use unitText to indicate the unit of measurement, e.g. mpg or km/L.\nNote 2: There are two ways of indicating the fuel consumption, fuelConsumption (e.g. 8 liters per 100 km) and fuelEfficiency (e.g. 30 miles per gallon). They are reciprocal.\nNote 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use valueReference to link the value for the fuel economy to another value.\n\n" }, "fuelType": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/QualitativeValue" } ], "description": "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle." }, "knownVehicleDamages": { "description": "A textual description of known damages, both repaired and unrepaired.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "mileageFromOdometer": { "$ref": "http://schema.org/QuantitativeValue", "description": "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles" }, "numberOfAirbags": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The number or type of airbags in the vehicle." }, "numberOfAxles": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of axles.\n\nTypical unit code(s): C62" }, "numberOfDoors": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of doors.\n\nTypical unit code(s): C62" }, "numberOfForwardGears": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The total number of forward gears available for the transmission system of the vehicle.\n\nTypical unit code(s): C62" }, "numberOfPreviousOwners": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of owners of the vehicle, including the current one.\n\nTypical unit code(s): C62" }, "productionDate": { "description": "The date of production of the item, e.g. vehicle.", "format": "date", "type": "string" }, "purchaseDate": { "description": "The date the item e.g. vehicle was purchased by the current owner.", "format": "date", "type": "string" }, "steeringPosition": { "$ref": "http://schema.org/SteeringPositionValue", "description": "The position of the steering wheel or similar device (mostly for cars)." }, "vehicleConfiguration": { "description": "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "vehicleEngine": { "description": "Information about the engine or engines of the vehicle.", "oneOf": [ { "$ref": "http://schema.org/EngineSpecification" }, { "items": { "$ref": "http://schema.org/EngineSpecification" }, "type": "array" } ] }, "vehicleIdentificationNumber": { "description": "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.", "type": "string" }, "vehicleInteriorColor": { "description": "The color or color combination of the interior of the vehicle.", "type": "string" }, "vehicleInteriorType": { "description": "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.", "type": "string" }, "vehicleModelDate": { "description": "The release date of a vehicle model (often used to differentiate versions of the same make and model).", "format": "date", "type": "string" }, "vehicleSeatingCapacity": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\n\nTypical unit code(s): C62 for persons." }, "vehicleTransmission": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "http://schema.org/QualitativeValue" } ], "description": "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)." } }, "title": "Vehicle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." }, { "$ref": "EntertainmentBusiness.schema.json", "description": "A business providing entertainment." } ], "description": "A movie theater.", "format": "http://schema.org/MovieTheater", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MovieTheater" }, "screenCount": { "description": "The number of screens in the movie theater.", "type": "number" } }, "required": [ "@type" ], "title": "MovieTheater", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/EmploymentAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmploymentAgency", "$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 employment agency.", "format": "http://schema.org/EmploymentAgency", "title": "EmploymentAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OrderAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "An agent orders an object/product/service to be delivered/sent.", "format": "http://schema.org/OrderAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OrderAction" }, "deliveryMethod": { "description": "A sub property of instrument. The method of delivery.", "items": { "$ref": "DeliveryMethod.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "OrderAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Order" }, "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": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "ParcelDelivery.schema.json", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "OrderStatus.schema.json", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "items": { "anyOf": [ { "$ref": "OrderItem.schema.json" }, { "$ref": "Product.schema.json" }, { "$ref": "Service.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": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "PaymentMethod.schema.json", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "items": { "type": "string" }, "type": "array" }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "required": [ "@type" ], "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/FoodService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FoodService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "CivicStructure.schema.json", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A bridge.", "format": "http://schema.org/Bridge", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Bridge" } }, "required": [ "@type" ], "title": "Bridge", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/UserInteraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserInteraction", "$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": "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/UserInteraction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "UserInteraction" } }, "required": [ "@type" ], "title": "UserInteraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AlignmentObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AlignmentObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An intangible item that describes an alignment between a learning resource and a node in an educational framework.\n\nShould not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.", "properties": { "alignmentType": { "description": "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "educationalFramework": { "description": "The framework to which the resource being described is aligned.", "type": "string" }, "targetDescription": { "description": "The description of a node in an established educational framework.", "type": "string" }, "targetName": { "description": "The name of a node in an established educational framework.", "type": "string" }, "targetUrl": { "description": "The URL of a node in an established educational framework.", "format": "uri", "type": "string" } }, "title": "AlignmentObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/GeneralContractor.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeneralContractor", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 general contractor.", "format": "http://schema.org/GeneralContractor", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "GeneralContractor" } }, "required": [ "@type" ], "title": "GeneralContractor", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/RentAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RentAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "TradeAction.schema.json", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.", "format": "http://schema.org/RentAction", "properties": { "landlord": { "description": "A sub property of participant. The owner of the real estate property.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "realEstateAgent": { "description": "A sub property of participant. The real estate agent involved in the action.", "items": { "$ref": "RealEstateAgent.schema.json" }, "type": "array" } }, "title": "RentAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ListenAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ListenAction", "$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 consuming audio content.", "title": "ListenAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BusinessAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessAudience", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Audience", "description": "Intended audience for an item, i.e. the group for whom the item was created." } ], "description": "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.", "format": "http://schema.org/BusinessAudience", "properties": { "numberOfEmployees": { "$ref": "http://schema.org/QuantitativeValue", "description": "The number of employees in an organization e.g. business." }, "yearlyRevenue": { "$ref": "http://schema.org/QuantitativeValue", "description": "The size of the business in annual revenue." }, "yearsInOperation": { "$ref": "http://schema.org/QuantitativeValue", "description": "The age of the business." } }, "title": "BusinessAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/UserInteraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserInteraction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "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/UserInteraction", "title": "UserInteraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ComicIssue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ComicIssue", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PublicationIssue", "description": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." } ], "description": "Individual comic issues are serially published as\n \tpart of a larger series. For the sake of consistency, even one-shot issues\n \tbelong to a series comprised of a single issue. All comic issues can be\n \tuniquely identified by: the combination of the name and volume number of the\n \tseries to which the issue belongs; the issue number; and the variant\n \tdescription of the issue (if any).", "properties": { "artist": { "$ref": "schema:Person", "description": "The primary artist for a work\n \tin a medium other than pencils or digital line art--for example, if the\n \tprimary artwork is done in watercolors or digital paints." }, "colorist": { "$ref": "schema:Person", "description": "The individual who adds color to inked drawings." }, "inker": { "$ref": "schema:Person", "description": "The individual who traces over the pencil drawings in ink after pencils are complete." }, "letterer": { "$ref": "schema:Person", "description": "The individual who adds lettering, including speech balloons and sound effects, to artwork." }, "penciler": { "$ref": "schema:Person", "description": "The individual who draws the primary narrative artwork." }, "variantCover": { "description": "A description of the variant cover\n \tfor the issue, if the issue is a variant printing. For example, \"Bryan Hitch\n \tVariant Cover\" or \"2nd Printing Variant\".", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "ComicIssue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/AudioObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AudioObject", "$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": "An audio file.", "properties": { "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." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" } }, "title": "AudioObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BreadcrumbList.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BreadcrumbList", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ItemList", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\\n\\nThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.\n ", "title": "BreadcrumbList", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/NewsArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NewsArticle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Article.schema.json", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of schema.org News markup is also available.", "format": "http://schema.org/NewsArticle", "properties": { "dateline": { "description": "A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.\n\nDateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: \"BEIRUT, Lebanon, June 2.\", \"Paris, France\", \"December 19, 2017 11:43AM Reporting from Washington\", \"Beijing/Moscow\", \"QUEZON CITY, Philippines\".", "format": "http://schema.org/Text" }, "printColumn": { "description": "The number of the column in which the NewsArticle appears in the print edition.", "format": "http://schema.org/Text" }, "printEdition": { "description": "The edition of the print product in which the NewsArticle appears.", "format": "http://schema.org/Text" }, "printPage": { "description": "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).", "format": "http://schema.org/Text" }, "printSection": { "description": "If this NewsArticle appears in print, this field indicates the print section in which the article appeared.", "format": "http://schema.org/Text" } }, "title": "NewsArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/ContactPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A contact point\u2014for example, a Customer Complaints department.", "format": "http://schema.org/ContactPoint", "properties": { "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" }, { "type": "string" } ], "description": "The geographic area where a service or offered item is provided." }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "anyOf": [ { "$ref": "Language.schema.json" }, { "type": "string" } ] }, "type": "array" }, "contactOption": { "description": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", "items": { "$ref": "ContactPointOption.schema.json" }, "type": "array" }, "contactType": { "description": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", "items": { "type": "string" }, "type": "array" }, "email": { "description": "Email address.", "items": { "type": "string" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "hoursAvailable": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The hours during which this service or contact is available." }, "productSupported": { "anyOf": [ { "$ref": "Product.schema.json" }, { "type": "string" } ], "description": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where the service is provided." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "ContactPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Park.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Park", "$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 park.", "format": "http://schema.org/Park", "title": "Park", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ParentAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ParentAudience", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PeopleAudience.schema.json", "description": "A set of characteristics belonging to people, e.g. who compose an item's target audience." } ], "description": "A set of characteristics describing parents, who can be interested in viewing some content.", "format": "http://schema.org/ParentAudience", "properties": { "childMaxAge": { "description": "Maximal age of the child.", "type": "number" }, "childMinAge": { "description": "Minimal age of the child.", "type": "number" } }, "title": "ParentAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Service.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Service", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 service provided by an organization, e.g. delivery service, print services, etc.", "format": "http://schema.org/Service", "properties": { "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" }, { "type": "string" } ], "description": "The geographic area where a service or offered item is provided." }, "audience": { "$ref": "Audience.schema.json", "description": "An intended audience, i.e. a group for whom something was created." }, "availableChannel": { "description": "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).", "items": { "$ref": "ServiceChannel.schema.json" }, "type": "array" }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "brand": { "anyOf": [ { "$ref": "Brand.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" }, "hoursAvailable": { "$ref": "OpeningHoursSpecification.schema.json", "description": "The hours during which this service or contact is available." }, "isRelatedTo": { "description": "A pointer to another, somehow related product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "isSimilarTo": { "description": "A pointer to another, functionally similar product (or multiple products).", "items": { "anyOf": [ { "$ref": "Product.schema.json" }, { "$ref": "Service.schema.json" } ] }, "type": "array" }, "logo": { "description": "An associated logo.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "items": { "anyOf": [ { "$ref": "Demand.schema.json" }, { "$ref": "Offer.schema.json" } ] }, "type": "array" }, "produces": { "$ref": "Thing.schema.json", "description": "The tangible thing generated by the service, e.g. a passport, permit, etc." }, "provider": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "providerMobility": { "description": "Indicates the mobility of a provided service (e.g. 'static', 'dynamic').", "items": { "type": "string" }, "type": "array" }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "$ref": "Place.schema.json" } ], "description": "The geographic area where the service is provided." }, "serviceAudience": { "$ref": "Audience.schema.json", "description": "The audience eligible for this service." }, "serviceOutput": { "$ref": "Thing.schema.json", "description": "The tangible thing generated by the service, e.g. a passport, permit, etc." }, "serviceType": { "description": "The type of service being offered, e.g. veterans' benefits, emergency relief, etc.", "type": "string" }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" } }, "title": "Service", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/PublicationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "A 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" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "publishedOn": { "description": "A broadcast service associated with the publication event.", "oneOf": [ { "$ref": "http://schema.org/BroadcastService" }, { "items": { "$ref": "http://schema.org/BroadcastService" }, "type": "array" } ] } }, "title": "PublicationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/MapCategoryType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MapCategoryType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "An enumeration of several kinds of Map.", "oneOf": [ { "const": "ParkingMap", "description": "A parking map." }, { "const": "SeatingMap", "description": "A seating map." }, { "const": "TransitMap", "description": "A transit map." }, { "const": "VenueMap", "description": "A venue map (e.g. for malls, auditoriums, museums, etc.)." } ], "title": "MapCategoryType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/NightClub.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:NightClub", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:EntertainmentBusiness", "description": "A business providing entertainment." } ], "description": "A nightclub or discotheque.", "title": "NightClub", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Organization.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Organization", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "An organization such as a school, NGO, corporation, club, etc.", "format": "http://schema.org/Organization", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "aggregateRating": { "$ref": "AggregateRating.schema.json", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "alumni": { "description": "Alumni of an organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "areaServed": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" }, { "type": "string" } ], "description": "The geographic area where a service or offered item is provided." }, "award": { "description": "An award won by or for this item.", "items": { "type": "string" }, "type": "array" }, "awards": { "description": "Awards won by or for this item.", "items": { "type": "string" }, "type": "array" }, "brand": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Brand.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "contactPoint": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "contactPoints": { "description": "A contact point for a person or organization.", "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" }, "department": { "description": "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.", "items": { "$ref": "Organization.schema.json" }, "type": "array" }, "dissolutionDate": { "description": "The date that this organization was dissolved.", "format": "date", "type": "string" }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "items": { "type": "string" }, "type": "array" }, "employee": { "description": "Someone working for this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "employees": { "description": "People working for this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "founder": { "description": "A person who founded this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "founders": { "description": "A person who founded this organization.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "foundingDate": { "description": "The date that this organization was founded.", "format": "date", "type": "string" }, "foundingLocation": { "$ref": "Place.schema.json", "description": "The place where the Organization was founded." }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "globalLocationNumber": { "description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.", "type": "string" }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "interactionStatistic": { "$ref": "InteractionCounter.schema.json", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "legalName": { "description": "The official name of the organization, e.g. the registered company name.", "type": "string" }, "leiCode": { "description": "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.", "items": { "type": "string" }, "type": "array" }, "location": { "anyOf": [ { "$ref": "Place.schema.json" }, { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "logo": { "description": "An associated logo.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "items": { "$ref": "Offer.schema.json" }, "type": "array" }, "member": { "description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "ProgramMembership.schema.json" } ] }, "type": "array" }, "members": { "description": "A member of this organization.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "numberOfEmployees": { "$ref": "QuantitativeValue.schema.json", "description": "The number of employees in an organization e.g. business." }, "owns": { "description": "Products owned by the organization or person.", "items": { "anyOf": [ { "$ref": "OwnershipInfo.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" }, "parentOrganization": { "$ref": "Organization.schema.json", "description": "The larger organization that this organization is a subOrganization of, if any." }, "publishingPrinciples": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology." }, "review": { "description": "A review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "items": { "$ref": "Demand.schema.json" }, "type": "array" }, "serviceArea": { "anyOf": [ { "$ref": "AdministrativeArea.schema.json" }, { "$ref": "Place.schema.json" }, { "$ref": "GeoShape.schema.json" } ], "description": "The geographic area where the service is provided." }, "slogan": { "description": "A slogan or motto associated with the item.", "items": { "type": "string" }, "type": "array" }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "subOrganization": { "description": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.", "items": { "$ref": "Organization.schema.json" }, "type": "array" }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" } }, "title": "Organization", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/TheaterEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:TheaterEvent", "$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: Theater performance.", "title": "TheaterEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ApplyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ApplyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "The act of registering to an organization/service without the guarantee to receive it.\n\nRelated actions:\n\n\nRegisterAction: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.\n\n", "format": "http://schema.org/ApplyAction", "title": "ApplyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Florist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Florist", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A florist.", "format": "http://schema.org/Florist", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Florist" } }, "required": [ "@type" ], "title": "Florist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InvestmentFund.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InvestmentFund", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:InvestmentOrDeposit", "description": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return." } ], "description": "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets.", "title": "InvestmentFund", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Blog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Blog", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A blog.", "format": "http://schema.org/Blog", "properties": { "blogPost": { "description": "A posting that is part of this blog.", "items": { "$ref": "BlogPosting.schema.json" }, "type": "array" }, "blogPosts": { "$ref": "BlogPosting.schema.json", "description": "The postings that are part of this blog." }, "issn": { "description": "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.", "type": "string" } }, "title": "Blog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Park.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Park", "$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 park.", "format": "http://schema.org/Park", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Park" } }, "required": [ "@type" ], "title": "Park", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Locksmith.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Locksmith", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HomeAndConstructionBusiness", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A locksmith.", "format": "http://schema.org/Locksmith", "title": "Locksmith", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/GovernmentOffice.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentOffice", "$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 government office\u2014for example, an IRS or DMV office.", "format": "http://schema.org/GovernmentOffice", "title": "GovernmentOffice", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/SportsActivityLocation", "description": "A sports location, such as a playing field." } ], "description": "A gym.", "format": "http://schema.org/ExerciseGym", "title": "ExerciseGym", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/EndorseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/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.", "format": "http://schema.org/EndorseAction", "properties": { "endorsee": { "description": "A sub property of participant. The person/organization being supported.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "EndorseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/PlayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlayAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Action", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n", "properties": { "audience": { "$ref": "http://schema.org/Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] } }, "title": "PlayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WPHeader.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPHeader", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPageElement", "description": "A web page element, like a table or an image." } ], "description": "The header section of the page.", "format": "http://schema.org/WPHeader", "title": "WPHeader", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/WorkersUnion.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WorkersUnion", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Organization.schema.json", "description": "An organization such as a school, NGO, corporation, club, etc." } ], "description": "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.", "format": "http://schema.org/WorkersUnion", "title": "WorkersUnion", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/ContactPointOption.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPointOption", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated options related to a ContactPoint.", "format": "http://schema.org/ContactPointOption", "oneOf": [ { "const": "HearingImpairedSupported", "description": "Uses devices to support users with hearing impairments." }, { "const": "TollFree", "description": "The associated telephone number is toll free." } ], "title": "ContactPointOption", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BroadcastService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Service", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A delivery service through which content is provided via broadcast over the air or online.", "properties": { "area": { "$ref": "http://schema.org/Place", "description": "The area within which users can expect to reach the broadcast service." }, "broadcastAffiliateOf": { "$ref": "http://schema.org/Organization", "description": "The media network(s) whose content is broadcast on this station." }, "broadcastDisplayName": { "description": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/BroadcastFrequencySpecification" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastTimezone": { "description": "The timezone in ISO 8601 format for which the service bases its broadcasts", "type": "string" }, "broadcaster": { "$ref": "http://schema.org/Organization", "description": "The organization owning or operating the broadcast service." }, "hasBroadcastChannel": { "description": "A broadcast channel of a broadcast service.", "oneOf": [ { "$ref": "http://schema.org/BroadcastChannel" }, { "items": { "$ref": "http://schema.org/BroadcastChannel" }, "type": "array" } ] }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "parentService": { "description": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "oneOf": [ { "$ref": "http://schema.org/BroadcastService" }, { "items": { "$ref": "http://schema.org/BroadcastService" }, "type": "array" } ] }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GovernmentBuilding.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GovernmentBuilding", "$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 government building.", "format": "http://schema.org/GovernmentBuilding", "title": "GovernmentBuilding", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/SearchResultsPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:SearchResultsPage", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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: Search results page.", "title": "SearchResultsPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TrainTrip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TrainTrip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Trip.schema.json", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "A trip on a commercial train line.", "format": "http://schema.org/TrainTrip", "properties": { "arrivalPlatform": { "description": "The platform where the train arrives.", "format": "http://schema.org/Text" }, "arrivalStation": { "$ref": "TrainStation.schema.json", "description": "The station where the train trip ends." }, "departurePlatform": { "description": "The platform from which the train departs.", "format": "http://schema.org/Text" }, "departureStation": { "$ref": "TrainStation.schema.json", "description": "The station from which the train departs." }, "trainName": { "description": "The name of the train (e.g. The Orient Express).", "format": "http://schema.org/Text" }, "trainNumber": { "description": "The unique identifier for the train.", "format": "http://schema.org/Text" } }, "title": "TrainTrip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/WantAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WantAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ReactAction", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a desire about the object. An agent wants an object.", "format": "http://schema.org/WantAction", "title": "WantAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Festival.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Festival", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Festival.", "title": "Festival", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/CDCPMDRecord.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:CDCPMDRecord", "$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 CDCPMDRecord is a data structure representing a record in a CDC tabular data format\n used for hospital data reporting. See [documentation](/docs/cdc-covid.html) for details, and the linked CDC materials for authoritative\n definitions used as the source here.\n ", "properties": { "cvdCollectionDate": { "description": "collectiondate - Date for which patient counts are reported.", "oneOf": [ { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "date-time", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "cvdFacilityCounty": { "description": "Name of the County of the NHSN facility that this data record applies to. Use [[cvdFacilityId]] to identify the facility. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "cvdFacilityId": { "description": "Identifier of the NHSN facility that this data record applies to. Use [[cvdFacilityCounty]] to indicate the county. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "cvdNumBeds": { "description": "numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumBedsOcc": { "description": "numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19Died": { "description": "numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19HOPats": { "description": "numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19HospPats": { "description": "numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19MechVentPats": { "description": "numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19OFMechVentPats": { "description": "numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumC19OverflowPats": { "description": "numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumICUBeds": { "description": "numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumICUBedsOcc": { "description": "numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumTotBeds": { "description": "numtotbeds - ALL HOSPITAL BEDS: Total number of all Inpatient and outpatient beds, including all staffed,ICU, licensed, and overflow (surge) beds used for inpatients or outpatients.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumVent": { "description": "numvent - MECHANICAL VENTILATORS: Total number of ventilators available.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "cvdNumVentUse": { "description": "numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.", "oneOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ] }, "datePosted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Publication date of an online listing." } }, "title": "CDCPMDRecord", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CancelAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CancelAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlanAction.schema.json", "description": "The act of planning the execution of an event/task/action/reservation/plan to a future date." } ], "description": "The act of asserting that a future event/action is no longer going to happen.\n\nRelated actions:\n\n\nConfirmAction: The antonym of CancelAction.\n\n", "format": "http://schema.org/CancelAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CancelAction" } }, "required": [ "@type" ], "title": "CancelAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MarryAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MarryAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of marrying a person.", "format": "http://schema.org/MarryAction", "title": "MarryAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
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": "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 food-related business.", "format": "http://schema.org/FoodEstablishment", "properties": { "acceptsReservations": { "anyOf": [ { "type": "boolean" }, { "type": "string" }, { "format": "uri", "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.", "items": { "anyOf": [ { "$ref": "Menu.schema.json" }, { "type": "string" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "menu": { "anyOf": [ { "$ref": "Menu.schema.json" }, { "type": "string" }, { "format": "uri", "type": "string" } ], "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).", "items": { "$ref": "Rating.schema.json" }, "type": "array" } }, "title": "FoodEstablishment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CommunicateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CommunicateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", "format": "http://schema.org/CommunicateAction", "properties": { "about": { "$ref": "Thing.schema.json", "description": "The subject matter of the content." }, "inLanguage": { "$ref": "Language.schema.json", "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "language": { "description": "A sub property of instrument. The language used on this action.", "items": { "$ref": "Language.schema.json" }, "type": "array" }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" } ] }, "type": "array" } }, "title": "CommunicateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TechArticle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TechArticle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Article", "description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post." } ], "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.", "properties": { "dependencies": { "description": "Prerequisites needed to fulfill steps in article.", "type": "string" }, "proficiencyLevel": { "description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.", "type": "string" } }, "title": "TechArticle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
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": { "anyOf": [ { "$ref": "ListItem.schema.json" }, { "type": "string" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" }, "itemListOrder": { "anyOf": [ { "type": "string" }, { "$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
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/FoodEstablishment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:FoodEstablishment", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LocalBusiness", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "A food-related business.", "properties": { "acceptsReservations": { "anyOf": [ { "type": "boolean" }, { "format": "uri", "type": "string" }, { "enum": [ "Yes", "No" ], "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": "schema:Menu" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:Menu" } ] }, "type": "array" } ] }, "menu": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema: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": "schema:Rating" }, { "items": { "$ref": "schema:Rating" }, "type": "array" } ] } }, "title": "FoodEstablishment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/LoanOrCredit.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LoanOrCredit", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialProduct.schema.json", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A financial product for the loaning of an amount of money under agreed terms and charges.", "format": "http://schema.org/LoanOrCredit", "properties": { "amount": { "$ref": "MonetaryAmount.schema.json", "description": "The amount of money." }, "currency": { "description": "The currency in which the monetary amount is expressed.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "format": "http://schema.org/Text" }, "loanTerm": { "$ref": "QuantitativeValue.schema.json", "description": "The duration of the loan or credit agreement." }, "requiredCollateral": { "description": "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)", "items": { "$ref": "Thing.schema.json" }, "type": "array" } }, "title": "LoanOrCredit", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": { "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." } }, "title": "RadioSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OutletStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OutletStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An outlet store.", "format": "http://schema.org/OutletStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OutletStore" } }, "required": [ "@type" ], "title": "OutletStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AppendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AppendAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:InsertAction", "description": "The act of adding at a specific location in an ordered collection." } ], "description": "The act of inserting at the end if an ordered collection.", "title": "AppendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PlaceOfWorship.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PlaceOfWorship", "$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": "Place of worship, such as a church, synagogue, or mosque.", "format": "http://schema.org/PlaceOfWorship", "title": "PlaceOfWorship", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BookStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A bookstore.", "title": "BookStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalCause.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalCause", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalEntity", "description": "The most generic type of entity related to health and the practice of medicine." } ], "description": "The causative agent(s) that are responsible for the pathophysiologic process that eventually results in a medical condition, symptom or sign. In this schema, unless otherwise specified this is meant to be the proximate cause of the medical condition, symptom or sign. The proximate cause is defined as the causative agent that most directly results in the medical condition, symptom or sign. For example, the HIV virus could be considered a cause of AIDS. Or in a diagnostic context, if a patient fell and sustained a hip fracture and two days later sustained a pulmonary embolism which eventuated in a cardiac arrest, the cause of the cardiac arrest (the proximate cause) would be the pulmonary embolism and not the fall. Medical causes can include cardiovascular, chemical, dermatologic, endocrine, environmental, gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, infectious, musculoskeletal, neurologic, nutritional, obstetric, oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, renal, rheumatologic, toxic, traumatic, or urologic causes; medical conditions can be causes as well.", "properties": { "causeOf": { "$ref": "schema:MedicalEntity", "description": "The condition, complication, symptom, sign, etc. caused." } }, "title": "MedicalCause", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PodcastEpisode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PodcastEpisode", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Episode", "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season." } ], "description": "A single episode of a podcast series.", "title": "PodcastEpisode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AggregateOffer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AggregateOffer", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Offer", "description": "An offer to transfer some rights to an item or to provide a service \u2014 for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\\n\\nNote: As the [[businessFunction]] property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.\\n\\nFor [GTIN](http://www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](http://www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](http://www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](http://www.gs1.org/)." } ], "description": "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\\n\\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined [[businessFunction]] value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.", "properties": { "highPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." }, "lowPrice": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The lowest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." }, "offerCount": { "description": "The number of offers for the product.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.\n ", "oneOf": [ { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Demand" }, { "$ref": "schema:Offer" } ] }, "type": "array" } ] } }, "title": "AggregateOffer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Episode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Episode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", "format": "http://schema.org/Episode", "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" } ] }, "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" } ] }, "episodeNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the episode within an ordered group of episodes." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Episode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Flight.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Flight", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Trip", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "An airline flight.", "format": "http://schema.org/Flight", "properties": { "aircraft": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Vehicle" } ], "description": "The kind of aircraft (e.g., \"Boeing 747\")." }, "arrivalAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight terminates." }, "arrivalGate": { "description": "Identifier of the flight's arrival gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "arrivalTerminal": { "description": "Identifier of the flight's arrival terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "boardingPolicy": { "$ref": "http://schema.org/BoardingPolicyType", "description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)." }, "carrier": { "$ref": "http://schema.org/Organization", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "departureAirport": { "$ref": "http://schema.org/Airport", "description": "The airport where the flight originates." }, "departureGate": { "description": "Identifier of the flight's departure gate.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "departureTerminal": { "description": "Identifier of the flight's departure terminal.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "estimatedFlightDuration": { "anyOf": [ { "format": "https://schema.org/Duration", "type": "string" }, { "type": "string" } ], "description": "The estimated time the flight will take." }, "flightDistance": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "type": "string" } ], "description": "The distance of the flight." }, "flightNumber": { "description": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "type": "string" }, "mealService": { "description": "Description of the meals that will be provided or available for purchase.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "webCheckinTime": { "description": "The time when a passenger can check into the flight online.", "format": "date-time", "type": "string" } }, "title": "Flight", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/TVClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short TV program or a segment/part of a TV program.", "format": "http://schema.org/TVClip", "properties": { "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "title": "TVClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CourseInstance.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CourseInstance", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.", "format": "http://schema.org/CourseInstance", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CourseInstance" }, "courseMode": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )." }, "instructor": { "description": "A person assigned to instruct or provide instructional assistance for the CourseInstance.", "items": { "$ref": "Person.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "CourseInstance", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/UseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of applying an object to its intended purpose.", "title": "UseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/EndorseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EndorseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "An agent approves/certifies/likes/supports/sanction an object.", "format": "http://schema.org/EndorseAction", "properties": { "endorsee": { "description": "A sub property of participant. The person/organization being supported.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "title": "EndorseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ApplyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ApplyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/OrganizeAction", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "The act of registering to an organization/service without the guarantee to receive it.\n\nRelated actions:\n\n\nRegisterAction: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.\n\n", "format": "http://schema.org/ApplyAction", "title": "ApplyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MusicVideoObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicVideoObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A music video file.", "format": "http://schema.org/MusicVideoObject", "title": "MusicVideoObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Invoice.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Invoice", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A statement of the money due for goods or services; a bill.", "properties": { "accountId": { "description": "The identifier for the account the payment will be applied to.", "type": "string" }, "billingPeriod": { "$comment": "https://schema.org/Duration", "description": "The time interval used to compute the invoice.", "type": "string" }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, { "items": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ] }, "type": "array" } ] }, "category": { "description": "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PhysicalActivityCategory" }, { "$ref": "schema:Thing" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "schema:PhysicalActivityCategory" }, { "$ref": "schema:Thing" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "Party placing the order or paying the invoice." }, "minimumPaymentDue": { "anyOf": [ { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:PriceSpecification" } ], "description": "The minimum payment required at this time." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "schema:PaymentMethod", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentStatus": { "anyOf": [ { "type": "string" }, { "$ref": "schema:PaymentStatusType" } ], "description": "The status of payment; whether the invoice has been paid or not." }, "provider": { "anyOf": [ { "$ref": "schema:Organization" }, { "$ref": "schema:Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." }, "referencesOrder": { "$ref": "schema:Order", "description": "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice." }, "scheduledPaymentDate": { "description": "The date the invoice is scheduled to be paid.", "format": "date", "type": "string" }, "totalPaymentDue": { "anyOf": [ { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:PriceSpecification" } ], "description": "The total amount due." } }, "title": "Invoice", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalSpecialty.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalSpecialty", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalEnumeration", "description": "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice." }, { "$ref": "schema:Specialty", "description": "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort." } ], "description": "Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.", "title": "MedicalSpecialty", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/GenderType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GenderType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "An enumeration of genders.", "oneOf": [ { "const": "Female", "description": "The female gender." }, { "const": "Male", "description": "The male gender." } ], "title": "GenderType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TieAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TieAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AchieveAction.schema.json", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of reaching a draw in a competitive activity.", "format": "http://schema.org/TieAction", "title": "TieAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Landform.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Landform", "$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 landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.", "format": "http://schema.org/Landform", "title": "Landform", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ReviewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReviewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AssessAction.schema.json", "description": "The act of forming one's opinion, reaction or sentiment." } ], "description": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", "format": "http://schema.org/ReviewAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ReviewAction" }, "resultReview": { "description": "A sub property of result. The review that resulted in the performing of the action.", "items": { "$ref": "Review.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "ReviewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ChildrensEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ChildrensEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Children's event.", "format": "http://schema.org/ChildrensEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ChildrensEvent" } }, "required": [ "@type" ], "title": "ChildrensEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MobilePhoneStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MobilePhoneStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A store that sells mobile phones and related accessories.", "format": "http://schema.org/MobilePhoneStore", "title": "MobilePhoneStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MediaSubscription.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MediaSubscription", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A subscription which allows a user to access media including audio, video, books, etc.", "format": "http://schema.org/MediaSubscription", "properties": { "authenticator": { "$ref": "http://schema.org/Organization", "description": "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media." }, "expectsAcceptanceOf": { "description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", "oneOf": [ { "$ref": "http://schema.org/Offer" }, { "items": { "$ref": "http://schema.org/Offer" }, "type": "array" } ] } }, "title": "MediaSubscription", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/MoveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MoveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n", "format": "http://schema.org/MoveAction", "properties": { "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "items": { "$ref": "Place.schema.json" }, "type": "array" } }, "title": "MoveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/ContactPoint.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ContactPoint", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/StructuredValue", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A contact point\u2014for example, a Customer Complaints department.", "properties": { "areaServed": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/AdministrativeArea" }, { "$ref": "http://schema.org/GeoShape" }, { "$ref": "http://schema.org/Place" } ], "description": "The geographic area where a service or offered item is provided." }, "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": "http://schema.org/Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ] }, "type": "array" } ] }, "contactOption": { "description": "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).", "oneOf": [ { "$ref": "http://schema.org/ContactPointOption" }, { "items": { "$ref": "http://schema.org/ContactPointOption" }, "type": "array" } ] }, "contactType": { "description": "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "email": { "description": "Email address.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "faxNumber": { "description": "The fax number.", "type": "string" }, "hoursAvailable": { "$ref": "http://schema.org/OpeningHoursSpecification", "description": "The hours during which this service or contact is available." }, "productSupported": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Product" } ], "description": "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." }, "serviceArea": { "anyOf": [ { "$ref": "http://schema.org/AdministrativeArea" }, { "$ref": "http://schema.org/GeoShape" }, { "$ref": "http://schema.org/Place" } ], "description": "The geographic area where the service is provided." }, "telephone": { "description": "The telephone number.", "type": "string" } }, "title": "ContactPoint", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MiddleSchool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MiddleSchool", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "EducationalOrganization.schema.json", "description": "An educational organization." } ], "description": "A middle school (typically for children aged around 11-14, although this varies somewhat).", "format": "http://schema.org/MiddleSchool", "title": "MiddleSchool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/HobbyShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HobbyShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "A store that sells materials useful or necessary for various hobbies.", "format": "http://schema.org/HobbyShop", "title": "HobbyShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/UserCheckins.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserCheckins", "$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/UserCheckins", "title": "UserCheckins", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/DeliveryEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DeliveryEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "An event involving the delivery of an item.", "format": "http://schema.org/DeliveryEvent", "properties": { "accessCode": { "description": "Password, PIN, or access code needed for delivery (e.g. from a locker).", "type": "string" }, "availableFrom": { "description": "When the item is available for pickup from the store, locker, etc.", "format": "date-time", "type": "string" }, "availableThrough": { "description": "After this date, the item will no longer be available for pickup.", "format": "date-time", "type": "string" }, "hasDeliveryMethod": { "$ref": "DeliveryMethod.schema.json", "description": "Method used for delivery or shipping." } }, "title": "DeliveryEvent", "type": "object" }
Apache-2.0
en