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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GameServerStatus.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GameServerStatus", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Status of a game server.", "format": "http://schema.org/GameServerStatus", "oneOf": [ { "const": "OfflinePermanently", "description": "Game server status: OfflinePermanently. Server is offline and not available." }, { "const": "OfflineTemporarily", "description": "Game server status: OfflineTemporarily. Server is offline now but it can be online soon." }, { "const": "Online", "description": "Game server status: Online. Server is available." }, { "const": "OnlineFull", "description": "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached." } ], "title": "GameServerStatus", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/BusinessEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusinessEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Business event.", "format": "http://schema.org/BusinessEvent", "title": "BusinessEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MovingCompany.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovingCompany", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A moving company.", "format": "http://schema.org/MovingCompany", "title": "MovingCompany", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EventReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EventReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for an event like a concert, sporting event, or lecture.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", "title": "EventReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BusTrip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BusTrip", "$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": "A trip on a commercial bus line.", "format": "http://schema.org/BusTrip", "properties": { "arrivalBusStop": { "anyOf": [ { "$ref": "http://schema.org/BusStation" }, { "$ref": "http://schema.org/BusStop" } ], "description": "The stop or station from which the bus arrives." }, "busName": { "description": "The name of the bus (e.g. Bolt Express).", "type": "string" }, "busNumber": { "description": "The unique identifier for the bus.", "type": "string" }, "departureBusStop": { "anyOf": [ { "$ref": "http://schema.org/BusStation" }, { "$ref": "http://schema.org/BusStop" } ], "description": "The stop or station from which the bus departs." } }, "title": "BusTrip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/SubscribeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SubscribeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/InteractAction", "description": "The act of interacting with another person or organization." } ], "description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\nRegisterAction: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\nJoinAction: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\n\n", "format": "http://schema.org/SubscribeAction", "title": "SubscribeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/OrderStatus.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderStatus", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated status values for Order.", "format": "http://schema.org/OrderStatus", "oneOf": [ { "const": "OrderReturned", "description": "OrderStatus representing that an order has been returned." }, { "const": "OrderProcessing", "description": "OrderStatus representing that an order is being processed." }, { "const": "OrderPickupAvailable", "description": "OrderStatus representing availability of an order for pickup." }, { "const": "OrderProblem", "description": "OrderStatus representing that there is a problem with the order." }, { "const": "OrderDelivered", "description": "OrderStatus representing successful delivery of an order." }, { "const": "OrderInTransit", "description": "OrderStatus representing that an order is in transit." }, { "const": "OrderCancelled", "description": "OrderStatus representing cancellation of an order." }, { "const": "OrderPaymentDue", "description": "OrderStatus representing that payment is due on an order." } ], "title": "OrderStatus", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Winery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Winery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A winery.", "format": "http://schema.org/Winery", "title": "Winery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MovieSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovieSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A series of movies. Included movies can be indicated with the hasPart property.", "format": "http://schema.org/MovieSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "MovieSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TelevisionChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TelevisionChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BroadcastChannel", "description": "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.", "format": "http://schema.org/TelevisionChannel", "title": "TelevisionChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Accommodation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Accommodation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Place", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Accommodation", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "http://schema.org/LocationFeatureSpecification" }, { "items": { "$ref": "http://schema.org/LocationFeatureSpecification" }, "type": "array" } ] }, "floorSize": { "$ref": "http://schema.org/QuantitativeValue", "description": "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard" }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "permittedUsage": { "description": "Indications regarding the permitted usage of the accommodation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "petsAllowed": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ], "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." } }, "title": "Accommodation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ShareAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ShareAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CommunicateAction", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of distributing content to people for their amusement or edification.", "format": "http://schema.org/ShareAction", "title": "ShareAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/InstallAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InstallAction", "$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 installing an application.", "format": "http://schema.org/InstallAction", "title": "InstallAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CafeOrCoffeeShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CafeOrCoffeeShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "A cafe or coffee shop.", "format": "http://schema.org/CafeOrCoffeeShop", "title": "CafeOrCoffeeShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/PaymentMethod.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaymentMethod", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#ByBankTransferInAdvance\nhttp://purl.org/goodrelations/v1#ByInvoice\nhttp://purl.org/goodrelations/v1#Cash\nhttp://purl.org/goodrelations/v1#CheckInAdvance\nhttp://purl.org/goodrelations/v1#COD\nhttp://purl.org/goodrelations/v1#DirectDebit\nhttp://purl.org/goodrelations/v1#GoogleCheckout\nhttp://purl.org/goodrelations/v1#PayPal\nhttp://purl.org/goodrelations/v1#PaySwarm\n\n", "format": "http://schema.org/PaymentMethod", "title": "PaymentMethod", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ExerciseAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ExerciseAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/PlayAction", "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n" } ], "description": "The act of participating in exertive activity for the purposes of improving health and fitness.", "format": "http://schema.org/ExerciseAction", "properties": { "course": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "distance": { "description": "The distance travelled, e.g. exercising or travelling.", "oneOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "items": { "format": "https://schema.org/Distance", "type": "string" }, "type": "array" } ] }, "exerciseCourse": { "description": "A sub property of location. The course where this action was taken.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "fromLocation": { "description": "A sub property of location. The original location of the object or the agent before the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] }, "opponent": { "description": "A sub property of participant. The opponent on this action.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "sportsActivityLocation": { "description": "A sub property of location. The sports activity location where this action occurred.", "oneOf": [ { "$ref": "http://schema.org/SportsActivityLocation" }, { "items": { "$ref": "http://schema.org/SportsActivityLocation" }, "type": "array" } ] }, "sportsEvent": { "description": "A sub property of location. The sports event where this action occurred.", "oneOf": [ { "$ref": "http://schema.org/SportsEvent" }, { "items": { "$ref": "http://schema.org/SportsEvent" }, "type": "array" } ] }, "sportsTeam": { "description": "A sub property of participant. The sports team that participated on this action.", "oneOf": [ { "$ref": "http://schema.org/SportsTeam" }, { "items": { "$ref": "http://schema.org/SportsTeam" }, "type": "array" } ] }, "toLocation": { "description": "A sub property of location. The final location of the object or the agent after the action.", "oneOf": [ { "$ref": "http://schema.org/Place" }, { "items": { "$ref": "http://schema.org/Place" }, "type": "array" } ] } }, "title": "ExerciseAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Enumeration.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Enumeration", "$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": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc.", "title": "Enumeration", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/MovingCompany.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MovingCompany", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 moving company.", "format": "http://schema.org/MovingCompany", "title": "MovingCompany", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/EmergencyService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmergencyService", "$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": "An emergency service, such as a fire station or ER.", "format": "http://schema.org/EmergencyService", "title": "EmergencyService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Occupation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Occupation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 profession, may involve prolonged training and/or a formal qualification.", "format": "http://schema.org/Occupation", "properties": { "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "oneOf": [ { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/MonetaryAmountDistribution" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/MonetaryAmount" }, { "$ref": "http://schema.org/MonetaryAmountDistribution" } ] }, "type": "array" } ] }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "occupationLocation": { "$ref": "http://schema.org/AdministrativeArea", "description": "The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "Occupation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/InteractAction", "description": "The act of interacting with another person or organization." } ], "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.", "format": "http://schema.org/CommunicateAction", "properties": { "about": { "$ref": "http://schema.org/Thing", "description": "The subject matter of the content." }, "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." }, "language": { "description": "A sub property of instrument. The language used on this action.", "oneOf": [ { "$ref": "http://schema.org/Language" }, { "items": { "$ref": "http://schema.org/Language" }, "type": "array" } ] }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "CommunicateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TheaterEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TheaterEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Event.schema.json", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "Event type: Theater performance.", "format": "http://schema.org/TheaterEvent", "title": "TheaterEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/TVSeason.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TVSeason", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "CreativeWorkSeason.schema.json", "description": "A media season e.g. tv, radio, video game etc." } ], "description": "Season dedicated to TV broadcast and associated online delivery.", "format": "http://schema.org/TVSeason", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "TVSeason" }, "countryOfOrigin": { "$ref": "Country.schema.json", "description": "The country of the principal offices of the production company or individual responsible for the movie or program." }, "partOfTVSeries": { "$ref": "TVSeries.schema.json", "description": "The TV series to which this episode or season belongs." } }, "required": [ "@type" ], "title": "TVSeason", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/DayOfWeek.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:DayOfWeek", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.\n\nOriginally, URLs from [GoodRelations](http://purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org.\n ", "oneOf": [ { "const": "Friday", "description": "The day of the week between Thursday and Saturday." }, { "const": "Monday", "description": "The day of the week between Sunday and Tuesday." }, { "const": "PublicHolidays", "description": "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." }, { "const": "Saturday", "description": "The day of the week between Friday and Sunday." }, { "const": "Sunday", "description": "The day of the week between Saturday and Monday." }, { "const": "Thursday", "description": "The day of the week between Wednesday and Friday." }, { "const": "Tuesday", "description": "The day of the week between Monday and Wednesday." }, { "const": "Wednesday", "description": "The day of the week between Tuesday and Thursday." } ], "title": "DayOfWeek", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Apartment.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Apartment", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Accommodation", "description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations." } ], "description": "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Apartment).", "format": "http://schema.org/Apartment", "properties": { "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "occupancy": { "$ref": "http://schema.org/QuantitativeValue", "description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person" } }, "title": "Apartment", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PaintAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PaintAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreateAction", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing a painting, typically with paint and canvas as instruments.", "title": "PaintAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Continent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Continent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Landform.schema.json", "description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." } ], "description": "One of the continents (for example, Europe or Africa).", "format": "http://schema.org/Continent", "title": "Continent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/TouristAttraction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TouristAttraction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoricalBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)", "format": "http://schema.org/TouristAttraction", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "$ref": "Language.schema.json" }, "type": "array" }, "touristType": { "description": "Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.", "items": { "$ref": "Audience.schema.json" }, "type": "array" } }, "title": "TouristAttraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/VisualArtwork.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VisualArtwork", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A work of art that is primarily visual in character.", "format": "http://schema.org/VisualArtwork", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "VisualArtwork" }, "artEdition": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")." }, "artMedium": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)" }, "artform": { "description": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" }, "artworkSurface": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ], "description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc." }, "depth": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "surface": { "description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "required": [ "@type" ], "title": "VisualArtwork", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ItemPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ItemPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPage.schema.json", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "A page devoted to a single item, such as a particular product or hotel.", "format": "http://schema.org/ItemPage", "title": "ItemPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Game.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Game", "$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": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.", "format": "http://schema.org/Game", "properties": { "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" } ] }, "type": "array" }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "items": { "$ref": "QuantitativeValue.schema.json" }, "type": "array" }, "quest": { "$ref": "Thing.schema.json", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." } }, "title": "Game", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/PaymentService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaymentService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FinancialProduct", "description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." } ], "description": "A Service to transfer funds from a person or organization to a beneficiary person or organization.", "format": "http://schema.org/PaymentService", "title": "PaymentService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/VideoObject.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoObject", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A video file.", "format": "http://schema.org/VideoObject", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" } ] }, "caption": { "anyOf": [ { "type": "string" }, { "$ref": "MediaObject.schema.json" } ], "description": "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the encodingFormat." }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "thumbnail": { "$ref": "ImageObject.schema.json", "description": "Thumbnail image for an image or video." }, "transcript": { "description": "If this MediaObject is an AudioObject or VideoObject, the transcript of that object.", "type": "string" }, "videoFrameSize": { "description": "The frame size of the video.", "type": "string" }, "videoQuality": { "description": "The quality of the video.", "type": "string" } }, "title": "VideoObject", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/AMRadioChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:AMRadioChannel", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:RadioChannel", "description": "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." } ], "description": "A radio channel that uses AM.", "title": "AMRadioChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/UpdateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UpdateAction", "$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 managing by changing/editing the state of the object.", "format": "http://schema.org/UpdateAction", "properties": { "collection": { "description": "A sub property of object. The collection target of the action.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "targetCollection": { "description": "A sub property of object. The collection target of the action.", "items": { "$ref": "Thing.schema.json" }, "type": "array" } }, "title": "UpdateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/TrainReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TrainReservation", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer." } ], "description": "A reservation for train travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use Offer.", "format": "http://schema.org/TrainReservation", "title": "TrainReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/MusicPlaylist.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicPlaylist", "$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 collection of music tracks in playlist form.", "format": "http://schema.org/MusicPlaylist", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "MusicPlaylist" }, "numTracks": { "description": "The number of tracks in this album or playlist.", "type": "integer" }, "track": { "description": "A music recording (track)\u2014usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.", "items": { "anyOf": [ { "$ref": "ItemList.schema.json" }, { "$ref": "MusicRecording.schema.json" } ] }, "type": "array" }, "tracks": { "description": "A music recording (track)\u2014usually a single song.", "items": { "$ref": "MusicRecording.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "MusicPlaylist", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/InsuranceAgency.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InsuranceAgency", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FinancialService.schema.json", "description": "Financial services business." } ], "description": "An Insurance agency.", "format": "http://schema.org/InsuranceAgency", "title": "InsuranceAgency", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/SellAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/SellAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.", "properties": { "buyer": { "description": "A sub property of participant. The participant/person/organization that bought the object.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "warrantyPromise": { "$ref": "http://schema.org/WarrantyPromise", "description": "The warranty promise(s) included in the offer." } }, "title": "SellAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": "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 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", "format": "http://schema.org/PlayAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PlayAction" }, "audience": { "$ref": "Audience.schema.json", "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.", "items": { "$ref": "Event.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "PlayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/BowlingAlley.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BowlingAlley", "$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 bowling alley.", "format": "http://schema.org/BowlingAlley", "title": "BowlingAlley", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AutoPartsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoPartsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AutomotiveBusiness", "description": "Car repair, sales, or parts." }, { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "An auto parts store.", "format": "http://schema.org/AutoPartsStore", "title": "AutoPartsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CommentAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CommentAction", "$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 generating a comment about a subject.", "format": "http://schema.org/CommentAction", "properties": { "resultComment": { "description": "A sub property of result. The Comment created or sent as a result of this action.", "items": { "$ref": "Comment.schema.json" }, "type": "array" } }, "title": "CommentAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/GeoShape.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoShape", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.", "format": "http://schema.org/GeoShape", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Country" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "box": { "description": "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "circle": { "description": "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "line": { "description": "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "polygon": { "description": "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "title": "GeoShape", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AutoPartsStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AutoPartsStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AutomotiveBusiness.schema.json", "description": "Car repair, sales, or parts." }, { "$ref": "Store.schema.json", "description": "A retail good store." } ], "description": "An auto parts store.", "format": "http://schema.org/AutoPartsStore", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AutoPartsStore" } }, "required": [ "@type" ], "title": "AutoPartsStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/ProgramMembership.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ProgramMembership", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.", "format": "http://schema.org/ProgramMembership", "properties": { "hostingOrganization": { "$ref": "Organization.schema.json", "description": "The organization (airline, travelers' club, etc.) the membership is made with." }, "member": { "description": "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "members": { "description": "A member of this organization.", "items": { "oneOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" }, "membershipNumber": { "description": "A unique identifier for the membership.", "items": { "type": "string" }, "type": "array" }, "programName": { "description": "The program providing the membership.", "type": "string" } }, "title": "ProgramMembership", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Order.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Order", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.", "properties": { "acceptedOffer": { "description": "The offer(s) -- e.g., product, quantity and price combinations -- included in the order.", "oneOf": [ { "$ref": "http://schema.org/Offer" }, { "items": { "$ref": "http://schema.org/Offer" }, "type": "array" } ] }, "billingAddress": { "$ref": "http://schema.org/PostalAddress", "description": "The billing address for the order." }, "broker": { "description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] }, "confirmationNumber": { "description": "A number that confirms the given order or payment has been received.", "type": "string" }, "customer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "Party placing the order or paying the invoice." }, "discount": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "Any discount applied (to an Order)." }, "discountCode": { "description": "Code used to redeem a discount.", "type": "string" }, "discountCurrency": { "description": "The currency of the discount.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "isGift": { "description": "Was the offer accepted as a gift for someone other than the buyer.", "type": "boolean" }, "merchant": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "'merchant' is an out-dated term for 'seller'." }, "orderDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Date order was placed." }, "orderDelivery": { "$ref": "http://schema.org/ParcelDelivery", "description": "The delivery of the parcel related to this order or order item." }, "orderNumber": { "description": "The identifier of the transaction.", "type": "string" }, "orderStatus": { "$ref": "http://schema.org/OrderStatus", "description": "The current status of the order." }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, "type": "array" } ] }, "partOfInvoice": { "$ref": "http://schema.org/Invoice", "description": "The order is being paid as part of the referenced Invoice." }, "paymentDue": { "description": "The date that payment is due.", "format": "date-time", "type": "string" }, "paymentDueDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date that payment is due." }, "paymentMethod": { "$ref": "http://schema.org/PaymentMethod", "description": "The name of the credit card or other method of payment for the order." }, "paymentMethodId": { "description": "An identifier for the method of payment used (e.g. the last 4 digits of the credit card).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "paymentUrl": { "description": "The URL for sending a payment.", "format": "uri", "type": "string" }, "seller": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." } }, "title": "Order", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/BorrowAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BorrowAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TransferAction", "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." } ], "description": "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n\nLendAction: Reciprocal of BorrowAction.\n\n", "properties": { "lender": { "description": "A sub property of participant. The person that lends the object being borrowed.", "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": "BorrowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
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": { "followee": { "description": "A sub property of object. The person or organization being followed.", "items": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" } }, "title": "FollowAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Playground.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Playground", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A playground.", "title": "Playground", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/VisualArtsEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VisualArtsEvent", "$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: Visual arts event.", "title": "VisualArtsEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Distillery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Distillery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A distillery.", "title": "Distillery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/BookSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A series of books. Included books can be indicated with the hasPart property.", "format": "http://schema.org/BookSeries", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BookSeries" } }, "required": [ "@type" ], "title": "BookSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "MusicGroup.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "season": { "description": "A season in a media series.", "items": { "oneOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "RadioSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/AchieveAction", "description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." } ], "description": "The act of reaching a draw in a competitive activity.", "title": "TieAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DaySpa.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DaySpa", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HealthAndBeautyBusiness.schema.json", "description": "Health and beauty." } ], "description": "A day spa.", "format": "http://schema.org/DaySpa", "title": "DaySpa", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/DislikeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DislikeAction", "$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 negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.", "title": "DislikeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LeaveAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LeaveAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "InteractAction.schema.json", "description": "The act of interacting with another person or organization." } ], "description": "An agent leaves an event / group with participants/friends at a location.\n\nRelated actions:\n\n\nJoinAction: The antonym of LeaveAction.\nUnRegisterAction: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.\n\n", "format": "http://schema.org/LeaveAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "title": "LeaveAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/QualitativeValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/QualitativeValue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Enumeration.schema.json", "description": "Lists or enumerations\u2014for example, a list of cuisines or music genres, etc." } ], "description": "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.", "format": "http://schema.org/QualitativeValue", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "QualitativeValue" }, "additionalProperty": { "description": "A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.", "oneOf": [ { "$ref": "PropertyValue.schema.json" }, { "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" } ] }, "equal": { "description": "This ordering relation for qualitative values indicates that the subject is equal to the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "greater": { "description": "This ordering relation for qualitative values indicates that the subject is greater than the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "greaterOrEqual": { "description": "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "lesser": { "description": "This ordering relation for qualitative values indicates that the subject is lesser than the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "lesserOrEqual": { "description": "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "nonEqual": { "description": "This ordering relation for qualitative values indicates that the subject is not equal to the object.", "oneOf": [ { "$ref": "QualitativeValue.schema.json" }, { "items": { "$ref": "QualitativeValue.schema.json" }, "type": "array" } ] }, "valueReference": { "description": "A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.", "oneOf": [ { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Enumeration.schema.json" }, { "$ref": "PropertyValue.schema.json" }, { "$ref": "QualitativeValue.schema.json" }, { "$ref": "QuantitativeValue.schema.json" }, { "$ref": "StructuredValue.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "QualitativeValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/NGO.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/NGO", "$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": "Organization: Non-governmental Organization.", "format": "http://schema.org/NGO", "title": "NGO", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MeetingRoom.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MeetingRoom", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Room", "description": "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Room).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n" } ], "description": "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Conference_hall).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n", "title": "MeetingRoom", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EventReservation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EventReservation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Reservation", "description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]]." } ], "description": "A reservation for an event like a concert, sporting event, or lecture.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].", "title": "EventReservation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/FastFoodRestaurant.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FastFoodRestaurant", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "A fast-food restaurant.", "format": "http://schema.org/FastFoodRestaurant", "title": "FastFoodRestaurant", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/OfferCatalog.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OfferCatalog", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ItemList", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.", "format": "http://schema.org/OfferCatalog", "title": "OfferCatalog", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/VisualArtwork.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VisualArtwork", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A work of art that is primarily visual in character.", "format": "http://schema.org/VisualArtwork", "properties": { "artEdition": { "description": "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\").", "type": "integer" }, "artMedium": { "description": "The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)", "format": "uri", "type": "string" }, "artform": { "description": "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "artworkSurface": { "description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.", "format": "uri", "type": "string" }, "depth": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The depth of the item." }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "surface": { "description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "width": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The width of the item." } }, "title": "VisualArtwork", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Cemetery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Cemetery", "$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 graveyard.", "format": "http://schema.org/Cemetery", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Cemetery" } }, "required": [ "@type" ], "title": "Cemetery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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.", "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/Pond.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Pond", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/BodyOfWater", "description": "A body of water, such as a sea, ocean, or lake." } ], "description": "A pond.", "format": "http://schema.org/Pond", "title": "Pond", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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.", "title": "UserInteraction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Message.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Message", "$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 single message from a sender to one or more organizations or people.", "format": "http://schema.org/Message", "properties": { "bccRecipient": { "description": "A sub property of recipient. The recipient blind copied on a message.", "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "ccRecipient": { "description": "A sub property of recipient. The recipient copied on a message.", "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "dateRead": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date/time at which the message has been read by the recipient if a single recipient exists." }, "dateReceived": { "description": "The date/time the message was received if a single recipient exists.", "format": "date-time", "type": "string" }, "dateSent": { "description": "The date/time at which the message was sent.", "format": "date-time", "type": "string" }, "messageAttachment": { "description": "A CreativeWork attached to the message.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "sender": { "description": "A sub property of participant. The participant who is at the sending end of the action.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "toRecipient": { "description": "A sub property of recipient. The recipient who was directly sent the message.", "items": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "title": "Message", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/RestrictedDiet.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RestrictedDiet", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.", "format": "http://schema.org/RestrictedDiet", "oneOf": [ { "const": "DiabeticDiet", "description": "A diet appropriate for people with diabetes." }, { "const": "GlutenFreeDiet", "description": "A diet exclusive of gluten." }, { "const": "HalalDiet", "description": "A diet conforming to Islamic dietary practices." }, { "const": "HinduDiet", "description": "A diet conforming to Hindu dietary practices, in particular, beef-free." }, { "const": "KosherDiet", "description": "A diet conforming to Jewish dietary practices." }, { "const": "LowCalorieDiet", "description": "A diet focused on reduced calorie intake." }, { "const": "LowFatDiet", "description": "A diet focused on reduced fat and cholesterol intake." }, { "const": "LowLactoseDiet", "description": "A diet appropriate for people with lactose intolerance." }, { "const": "LowSaltDiet", "description": "A diet focused on reduced sodium intake." }, { "const": "VeganDiet", "description": "A diet exclusive of all animal products." }, { "const": "VegetarianDiet", "description": "A diet exclusive of animal meat." } ], "title": "RestrictedDiet", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/FastFoodRestaurant.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/FastFoodRestaurant", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A fast-food restaurant.", "format": "http://schema.org/FastFoodRestaurant", "title": "FastFoodRestaurant", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Painting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Painting", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A painting.", "title": "Painting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/EmergencyService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/EmergencyService", "$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": "An emergency service, such as a fire station or ER.", "title": "EmergencyService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Course.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Course", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CreativeWork", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.", "properties": { "courseCode": { "description": "The identifier for the Course used by the course provider (e.g. CS101 or 6.001).", "type": "string" }, "coursePrerequisites": { "description": "Requirements for taking the Course. May be completion of another Course or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using AlignmentObject.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/AlignmentObject" }, { "$ref": "http://schema.org/Course" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/AlignmentObject" }, { "$ref": "http://schema.org/Course" } ] }, "type": "array" } ] }, "educationalCredentialAwarded": { "description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "hasCourseInstance": { "description": "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.", "oneOf": [ { "$ref": "http://schema.org/CourseInstance" }, { "items": { "$ref": "http://schema.org/CourseInstance" }, "type": "array" } ] } }, "title": "Course", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/CollectionPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CollectionPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/WebPage", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: Collection page.", "format": "http://schema.org/CollectionPage", "title": "CollectionPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/PeopleAudience.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PeopleAudience", "$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 people, e.g. who compose an item's target audience.", "format": "http://schema.org/PeopleAudience", "properties": { "requiredGender": { "description": "Audiences defined by a person's gender.", "type": "string" }, "requiredMaxAge": { "description": "Audiences defined by a person's maximum age.", "type": "integer" }, "requiredMinAge": { "description": "Audiences defined by a person's minimum age.", "type": "integer" }, "suggestedGender": { "description": "The gender of the person or audience.", "type": "string" }, "suggestedMaxAge": { "description": "Maximal age recommended for viewing content.", "type": "number" }, "suggestedMinAge": { "description": "Minimal age recommended for viewing content.", "type": "number" } }, "title": "PeopleAudience", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Ticket.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Ticket", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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": "Used to describe a ticket to an event, a flight, a bus ride, etc.", "properties": { "dateIssued": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date the ticket was issued." }, "issuedBy": { "$ref": "http://schema.org/Organization", "description": "The organization issuing the ticket or permit." }, "priceCurrency": { "description": "The currency of the price, or a price component when attached to PriceSpecification and its subtypes.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "ticketNumber": { "description": "The unique identifier for the ticket.", "type": "string" }, "ticketToken": { "description": "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" } ] }, "type": "array" } ] }, "ticketedSeat": { "$ref": "http://schema.org/Seat", "description": "The seat associated with the ticket." }, "totalPrice": { "anyOf": [ { "type": "number" }, { "type": "string" }, { "$ref": "http://schema.org/PriceSpecification" } ], "description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" }, "underName": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization the reservation or ticket is for." } }, "title": "Ticket", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/DataFeed.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeed", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Dataset.schema.json", "description": "A body of structured information describing some topic(s) of interest." } ], "description": "A single feed providing structured information about one or more entities or topics.", "format": "http://schema.org/DataFeed", "properties": { "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/VideoGameSeries.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameSeries", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWorkSeries.schema.json", "description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike ItemList which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing TVSeries, RadioSeries, MovieSeries, BookSeries, Periodical and VideoGameSeries. In each case, the hasPart / isPartOf properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate." } ], "description": "A video game series.", "format": "http://schema.org/VideoGameSeries", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "characterAttribute": { "description": "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "cheatCode": { "description": "Cheat codes to the game.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "containsSeason": { "description": "A season that is part of the media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episode": { "description": "An episode of a tv, radio or game media within a series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "episodes": { "description": "An episode of a TV/radio series or season.", "items": { "$ref": "Episode.schema.json" }, "type": "array" }, "gameItem": { "description": "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "gameLocation": { "description": "Real or fictional location of the game (or part of game).", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" } ] }, "type": "array" }, "gamePlatform": { "anyOf": [ { "format": "uri", "type": "string" }, { "type": "string" }, { "$ref": "Thing.schema.json" } ], "description": "The electronic systems used to play video games." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "numberOfEpisodes": { "description": "The number of episodes in this season or series.", "type": "integer" }, "numberOfPlayers": { "description": "Indicate how many people can play this game (minimum, maximum, or range).", "items": { "$ref": "QuantitativeValue.schema.json" }, "type": "array" }, "numberOfSeasons": { "description": "The number of seasons in this series.", "type": "integer" }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "quest": { "$ref": "Thing.schema.json", "description": "The task that a player-controlled character, or group of characters may complete in order to gain a reward." }, "season": { "description": "A season in a media series.", "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWorkSeason.schema.json" } ] }, "type": "array" }, "seasons": { "description": "A season in a media series.", "items": { "$ref": "CreativeWorkSeason.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGameSeries", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/UserComments.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserComments", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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/UserComments", "properties": { "commentText": { "description": "The text of the UserComment.", "type": "string" }, "commentTime": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The time at which the UserComment was made." }, "creator": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." }, "discusses": { "$ref": "CreativeWork.schema.json", "description": "Specifies the CreativeWork associated with the UserComment." }, "replyToUrl": { "description": "The URL at which a reply may be posted to the specified UserComment.", "format": "uri", "type": "string" } }, "title": "UserComments", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CommunicateAction" }, "about": { "$ref": "Thing.schema.json", "description": "The subject matter of the content." }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "Language.schema.json" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "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": { "anyOf": [ { "$ref": "Audience.schema.json" }, { "$ref": "ContactPoint.schema.json" }, { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "CommunicateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/InfectiousDisease.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:InfectiousDisease", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:MedicalCondition", "description": "Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc." } ], "description": "An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease.", "properties": { "infectiousAgent": { "description": "The actual infectious agent, such as a specific bacterium.", "type": "string" }, "infectiousAgentClass": { "$ref": "schema:InfectiousAgentClass", "description": "The class of infectious agent (bacteria, prion, etc.) that causes the disease." }, "transmissionMethod": { "description": "How the disease spreads, either as a route or vector, for example 'direct contact', 'Aedes aegypti', etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "InfectiousDisease", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/LodgingBusiness.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LodgingBusiness", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 lodging business, such as a motel, hotel, or inn.", "format": "http://schema.org/LodgingBusiness", "properties": { "amenityFeature": { "description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.", "oneOf": [ { "$ref": "http://schema.org/LocationFeatureSpecification" }, { "items": { "$ref": "http://schema.org/LocationFeatureSpecification" }, "type": "array" } ] }, "audience": { "$ref": "http://schema.org/Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ] }, "type": "array" } ] }, "checkinTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The earliest someone may check into a lodging establishment." }, "checkoutTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The latest someone may check out of a lodging establishment." }, "numberOfRooms": { "anyOf": [ { "type": "number" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue." }, "petsAllowed": { "anyOf": [ { "type": "boolean" }, { "type": "string" } ], "description": "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." }, "starRating": { "description": "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).", "oneOf": [ { "$ref": "http://schema.org/Rating" }, { "items": { "$ref": "http://schema.org/Rating" }, "type": "array" } ] } }, "title": "LodgingBusiness", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ReadAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReadAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming written content.", "format": "http://schema.org/ReadAction", "title": "ReadAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/CheckOutAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CheckOutAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CommunicateAction.schema.json", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).\n\nRelated actions:\n\n\nCheckInAction: The antonym of CheckOutAction.\nDepartAction: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\nCancelAction: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\n\n", "format": "http://schema.org/CheckOutAction", "title": "CheckOutAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/TipAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/TipAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/TradeAction", "description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." } ], "description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.", "properties": { "recipient": { "description": "A sub property of participant. The participant who is at the receiving end of the action.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Audience" }, { "$ref": "http://schema.org/ContactPoint" }, { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ] }, "type": "array" } ] } }, "title": "TipAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Season.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Season", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media season e.g. tv, radio, video game etc.", "format": "http://schema.org/Season", "title": "Season", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Intangible.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Intangible", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.", "format": "http://schema.org/Intangible", "title": "Intangible", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Crematorium.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Crematorium", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A crematorium.", "format": "http://schema.org/Crematorium", "title": "Crematorium", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/PostalAddress.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PostalAddress", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ContactPoint.schema.json", "description": "A contact point\u2014for example, a Customer Complaints department." } ], "description": "The mailing address.", "format": "http://schema.org/PostalAddress", "properties": { "addressCountry": { "anyOf": [ { "$ref": "Country.schema.json" }, { "type": "string" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "addressLocality": { "description": "The locality in which the street address is, and which is in the region. For example, Mountain View.", "type": "string" }, "addressRegion": { "description": "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level Administrative division", "type": "string" }, "postOfficeBoxNumber": { "description": "The post office box number for PO box addresses.", "type": "string" }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" }, "streetAddress": { "description": "The street address. For example, 1600 Amphitheatre Pkwy.", "type": "string" } }, "title": "PostalAddress", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ApplyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ApplyAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.", "title": "ApplyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Hostel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Hostel", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:LodgingBusiness", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A hostel - cheap accommodation, often in shared dormitories.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.\n", "title": "Hostel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Hotel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Hotel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LodgingBusiness.schema.json", "description": "A lodging business, such as a motel, hotel, or inn." } ], "description": "A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.", "format": "http://schema.org/Hotel", "title": "Hotel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/StructuredValue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/StructuredValue", "$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": "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.", "title": "StructuredValue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AboutPage.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AboutPage", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "WebPage.schema.json", "description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." } ], "description": "Web page type: About page.", "format": "http://schema.org/AboutPage", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AboutPage" } }, "required": [ "@type" ], "title": "AboutPage", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/InteractAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InteractAction", "$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 interacting with another person or organization.", "format": "http://schema.org/InteractAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "InteractAction" } }, "required": [ "@type" ], "title": "InteractAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/OwnershipInfo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OwnershipInfo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 structured value providing information about when a certain organization or person owned a certain product.", "format": "http://schema.org/OwnershipInfo", "properties": { "acquiredFrom": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The organization or person from which the product was acquired." }, "ownedFrom": { "description": "The date and time of obtaining the product.", "format": "date-time", "type": "string" }, "ownedThrough": { "description": "The date and time of giving up ownership on the product.", "format": "date-time", "type": "string" }, "typeOfGood": { "anyOf": [ { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ], "description": "The product that this structured value is referring to." } }, "title": "OwnershipInfo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Trip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Trip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 trip or journey. An itinerary of visits to one or more places.", "format": "http://schema.org/Trip", "properties": { "arrivalTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The expected arrival time." }, "departureTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The expected departure time." }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, "type": "array" } ] }, "provider": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." } }, "title": "Trip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
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": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$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": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "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