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 | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/WarrantyScope.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WarrantyScope",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#Labor-BringIn\nhttp://purl.org/goodrelations/v1#PartsAndLabor-BringIn\nhttp://purl.org/goodrelations/v1#PartsAndLabor-PickUp\n\n",
"title": "WarrantyScope",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/SportsEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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: Sports event.",
"format": "http://schema.org/SportsEvent",
"properties": {
"awayTeam": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "SportsTeam.schema.json"
}
],
"description": "The away team in a sports event."
},
"competitor": {
"description": "A competitor in a sports event.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "SportsTeam.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "SportsTeam.schema.json"
}
]
},
"type": "array"
}
]
},
"homeTeam": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "SportsTeam.schema.json"
}
],
"description": "The home team in a sports event."
}
},
"title": "SportsEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Aquarium.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Aquarium",
"$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": "Aquarium.",
"format": "http://schema.org/Aquarium",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Aquarium"
}
},
"required": [
"@type"
],
"title": "Aquarium",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/UserPageVisits.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UserPageVisits",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/UserInteraction",
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment."
}
],
"description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.",
"title": "UserPageVisits",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/AnimalShelter.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AnimalShelter",
"$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": "Animal shelter.",
"title": "AnimalShelter",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/FlightReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FlightReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A reservation for air 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/FlightReservation",
"properties": {
"boardingGroup": {
"description": "The airline-specific indicator of boarding order / preference.",
"type": "string"
},
"passengerPriorityStatus": {
"anyOf": [
{
"$ref": "QualitativeValue.schema.json"
},
{
"type": "string"
}
],
"description": "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)."
},
"passengerSequenceNumber": {
"description": "The passenger's sequence number as assigned by the airline.",
"type": "string"
},
"securityScreening": {
"description": "The type of security screening the passenger is subject to.",
"type": "string"
}
},
"title": "FlightReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ProductCollection.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ProductCollection",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:Collection",
"description": "A collection of items e.g. creative works or products."
},
{
"$ref": "schema:Product",
"description": "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online."
}
],
"description": "A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]].",
"properties": {
"includesObject": {
"description": "This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].",
"oneOf": [
{
"$ref": "schema:TypeAndQuantityNode"
},
{
"items": {
"$ref": "schema:TypeAndQuantityNode"
},
"type": "array"
}
]
}
},
"title": "ProductCollection",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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": "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": "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.",
"format": "http://schema.org/StructuredValue",
"title": "StructuredValue",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/MensClothingStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MensClothingStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Store",
"description": "A retail good store."
}
],
"description": "A men's clothing store.",
"format": "http://schema.org/MensClothingStore",
"title": "MensClothingStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/FinancialService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialService",
"$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": "Financial services business.",
"properties": {
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
}
},
"title": "FinancialService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/USNonprofitType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:USNonprofitType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:NonprofitType",
"description": "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be."
}
],
"description": "USNonprofitType: Non-profit organization type originating from the United States.",
"title": "USNonprofitType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/FinancialProduct.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialProduct",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Service.schema.json",
"description": "A service provided by an organization, e.g. delivery service, print services, etc."
}
],
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.",
"format": "http://schema.org/FinancialProduct",
"properties": {
"annualPercentageRate": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction."
},
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"items": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"interestRate": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate."
}
},
"title": "FinancialProduct",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Restaurant.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Restaurant",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:FoodEstablishment",
"description": "A food-related business."
}
],
"description": "A restaurant.",
"title": "Restaurant",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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": "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: Visual arts event.",
"format": "http://schema.org/VisualArtsEvent",
"title": "VisualArtsEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | d93f16a26bf98d23eb806d03ccce08d7cf15b99a | 2020-05-20T22:06:03 | 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": "MusicGroup.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The composer of the soundtrack."
},
"numberOfEpisodes": {
"description": "The number of episodes in this season or series.",
"type": "integer"
},
"numberOfSeasons": {
"description": "The number of seasons in this series.",
"type": "integer"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"season": {
"description": "A season in a media series.",
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "CreativeWorkSeason.schema.json"
}
]
},
"type": "array"
},
"seasons": {
"description": "A season in a media series.",
"items": {
"$ref": "CreativeWorkSeason.schema.json"
},
"type": "array"
},
"trailer": {
"$ref": "VideoObject.schema.json",
"description": "The trailer of a movie or tv/radio series, season, episode, etc."
}
},
"title": "RadioSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MapCategoryType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MapCategoryType",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "An enumeration of several kinds of Map.",
"oneOf": [
{
"const": "ParkingMap",
"description": "A parking map."
},
{
"const": "SeatingMap",
"description": "A seating map."
},
{
"const": "TransitMap",
"description": "A transit map."
},
{
"const": "VenueMap",
"description": "A venue map (e.g. for malls, auditoriums, museums, etc.)."
}
],
"title": "MapCategoryType",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ReservationPackage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReservationPackage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A group of multiple reservations with common values for all sub-reservations.",
"format": "http://schema.org/ReservationPackage",
"properties": {
"subReservation": {
"$ref": "Reservation.schema.json",
"description": "The individual reservations included in the package. Typically a repeated property."
}
},
"title": "ReservationPackage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/TrainStation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TrainStation",
"$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 train station.",
"format": "http://schema.org/TrainStation",
"title": "TrainStation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/GeoShape.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:GeoShape",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:StructuredValue",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "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.",
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:PostalAddress"
}
],
"description": "Physical address of the item."
},
"addressCountry": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "schema:Country"
}
],
"description": "The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1)."
},
"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](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT_OF_MEASUREMENT' (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 | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/CompleteDataFeed.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:CompleteDataFeed",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:DataFeed",
"description": "A single feed providing structured information about one or more entities or topics."
}
],
"description": "A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed.\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving [RFC 5005](https://tools.ietf.org/html/rfc5005), For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.",
"title": "CompleteDataFeed",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Pharmacy.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Pharmacy",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MedicalOrganization.schema.json",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A pharmacy or drugstore.",
"format": "http://schema.org/Pharmacy",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Pharmacy"
}
},
"required": [
"@type"
],
"title": "Pharmacy",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/Barcode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Barcode",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ImageObject",
"description": "An image file."
}
],
"description": "An image of a visual machine-readable code such as a barcode or QR code.",
"title": "Barcode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | 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.",
"oneOf": [
{
"anyOf": [
{
"$ref": "ItemList.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "ItemList.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
}
]
},
"type": "array"
}
]
},
"tracks": {
"description": "A music recording (track)\u2014usually a single song.",
"oneOf": [
{
"$ref": "MusicRecording.schema.json"
},
{
"items": {
"$ref": "MusicRecording.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "MusicPlaylist",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | 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": "TransferAction.schema.json",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of 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",
"format": "http://schema.org/BorrowAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "BorrowAction"
},
"lender": {
"description": "A sub property of participant. The person that lends the object being borrowed.",
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
},
"required": [
"@type"
],
"title": "BorrowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Report.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Report",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Article.schema.json",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post."
}
],
"description": "A Report generated by governmental or non-governmental organization.",
"format": "http://schema.org/Report",
"properties": {
"reportNumber": {
"description": "The number or other unique designator assigned to a Report by the publishing organization.",
"type": "string"
}
},
"title": "Report",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ContactPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ContactPage",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:WebPage",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "Web page type: Contact page.",
"title": "ContactPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Attorney.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Attorney",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LegalService.schema.json",
"description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)."
}
],
"description": "Professional service: Attorney. \n\nThis type is deprecated - LegalService is more inclusive and less ambiguous.",
"format": "http://schema.org/Attorney",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Attorney"
}
},
"required": [
"@type"
],
"title": "Attorney",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/PlayAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PlayAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n\nListenAction: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\nWatchAction: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.\n\n",
"format": "http://schema.org/PlayAction",
"properties": {
"audience": {
"$ref": "http://schema.org/Audience",
"description": "An intended audience, i.e. a group for whom something was created."
},
"event": {
"description": "Upcoming or past event associated with this place, organization, or action.",
"oneOf": [
{
"$ref": "http://schema.org/Event"
},
{
"items": {
"$ref": "http://schema.org/Event"
},
"type": "array"
}
]
}
},
"title": "PlayAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/SoftwareSourceCode.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SoftwareSourceCode",
"$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": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.",
"format": "http://schema.org/SoftwareSourceCode",
"properties": {
"codeRepository": {
"description": "Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"codeSampleType": {
"description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.",
"items": {
"type": "string"
},
"type": "array"
},
"programmingLanguage": {
"description": "The computer programming language.",
"items": {
"anyOf": [
{
"$ref": "ComputerLanguage.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"runtime": {
"description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).",
"type": "string"
},
"runtimePlatform": {
"description": "Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).",
"items": {
"type": "string"
},
"type": "array"
},
"sampleType": {
"description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.",
"type": "string"
},
"targetProduct": {
"description": "Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.",
"items": {
"$ref": "SoftwareApplication.schema.json"
},
"type": "array"
}
},
"title": "SoftwareSourceCode",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/LegalForceStatus.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:LegalForceStatus",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:StatusEnumeration",
"description": "Lists or enumerations dealing with status types."
}
],
"description": "A list of possible statuses for the legal force of a legislation.",
"title": "LegalForceStatus",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Integer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Integer",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Number.schema.json",
"description": "Data type: Number.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
}
],
"description": "Data type: Integer.",
"format": "http://schema.org/Integer",
"title": "Integer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | 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.",
"format": "http://schema.org/TipAction",
"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 | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/LendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LendAction",
"$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 providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\n\nRelated actions:\n\n\nBorrowAction: Reciprocal of LendAction.\n\n",
"format": "http://schema.org/LendAction",
"properties": {
"borrower": {
"description": "A sub property of participant. The person that borrows the object being lent.",
"oneOf": [
{
"$ref": "http://schema.org/Person"
},
{
"items": {
"$ref": "http://schema.org/Person"
},
"type": "array"
}
]
}
},
"title": "LendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Waterfall.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Waterfall",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BodyOfWater.schema.json",
"description": "A body of water, such as a sea, ocean, or lake."
}
],
"description": "A waterfall, like Niagara.",
"format": "http://schema.org/Waterfall",
"title": "Waterfall",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/CreditCard.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreditCard",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LoanOrCredit.schema.json",
"description": "A financial product for the loaning of an amount of money under agreed terms and charges."
},
{
"$ref": "PaymentCard.schema.json",
"description": "A payment method using a credit, debit, store or other card to associate the payment with an account."
}
],
"description": "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\n\nCommonly used values:\n\n\nhttp://purl.org/goodrelations/v1#AmericanExpress\nhttp://purl.org/goodrelations/v1#DinersClub\nhttp://purl.org/goodrelations/v1#Discover\nhttp://purl.org/goodrelations/v1#JCB\nhttp://purl.org/goodrelations/v1#MasterCard\nhttp://purl.org/goodrelations/v1#VISA\n\n",
"format": "http://schema.org/CreditCard",
"title": "CreditCard",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
"format": "http://schema.org/MediaObject",
"properties": {
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"items": {
"$ref": "NewsArticle.schema.json"
},
"type": "array"
},
"bitrate": {
"description": "The bitrate of the media object.",
"type": "string"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"type": "string"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "CreativeWork.schema.json",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"endTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"items": {
"type": "string"
},
"type": "array"
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "Place.schema.json",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"anyOf": [
{
"$ref": "MediaSubscription.schema.json"
},
{
"type": "boolean"
}
],
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "date",
"type": "string"
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/HotelRoom.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/HotelRoom",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/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."
}
],
"description": "A hotel room is a single room in a hotel.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.",
"properties": {
"bed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "http://schema.org/BedDetails"
},
{
"$ref": "http://schema.org/BedType"
}
],
"description": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property."
},
"occupancy": {
"$ref": "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": "HotelRoom",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/FinancialService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "Financial services business.",
"format": "http://schema.org/FinancialService",
"properties": {
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"items": {
"oneOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
}
},
"title": "FinancialService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Question.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Question",
"$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 specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.",
"format": "http://schema.org/Question",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Question"
},
"acceptedAnswer": {
"anyOf": [
{
"$ref": "Answer.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
],
"description": "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author."
},
"answerCount": {
"description": "The number of answers this question has received.",
"type": "integer"
},
"downvoteCount": {
"description": "The number of downvotes this question, answer or comment has received from the community.",
"type": "integer"
},
"suggestedAnswer": {
"description": "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Answer.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Answer.schema.json"
},
{
"$ref": "ItemList.schema.json"
}
]
},
"type": "array"
}
]
},
"upvoteCount": {
"description": "The number of upvotes this question, answer or comment has received from the community.",
"type": "integer"
}
},
"required": [
"@type"
],
"title": "Question",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/AuthorizeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AuthorizeAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AllocateAction.schema.json",
"description": "The act of organizing tasks/objects/events by associating resources to it."
}
],
"description": "The act of granting permission to an object.",
"format": "http://schema.org/AuthorizeAction",
"properties": {
"recipient": {
"description": "A sub property of participant. The participant who is at the receiving end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Audience.schema.json"
},
{
"$ref": "ContactPoint.schema.json"
},
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
}
},
"title": "AuthorizeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/ArriveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ArriveAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "MoveAction.schema.json",
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.\n\n"
}
],
"description": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.",
"format": "http://schema.org/ArriveAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ArriveAction"
}
},
"required": [
"@type"
],
"title": "ArriveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/AboutPage.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AboutPage",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPage.schema.json",
"description": "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as breadcrumb may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page."
}
],
"description": "Web page type: About page.",
"format": "http://schema.org/AboutPage",
"title": "AboutPage",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/PerformingGroup.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PerformingGroup",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Organization.schema.json",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "A performance group, such as a band, an orchestra, or a circus.",
"format": "http://schema.org/PerformingGroup",
"title": "PerformingGroup",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/BodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BodyOfWater",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Landform",
"description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins."
}
],
"description": "A body of water, such as a sea, ocean, or lake.",
"format": "http://schema.org/BodyOfWater",
"title": "BodyOfWater",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/PaymentMethod.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaymentMethod",
"$schema": "http://json-schema.org/draft-07/schema#",
"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 | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/ListItem.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ListItem",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "An list item, e.g. a step in a checklist or how-to description.",
"format": "http://schema.org/ListItem",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "ListItem"
},
"item": {
"description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.",
"oneOf": [
{
"$ref": "Thing.schema.json"
},
{
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
}
]
},
"nextItem": {
"description": "A link to the ListItem that follows the current one.",
"oneOf": [
{
"$ref": "ListItem.schema.json"
},
{
"items": {
"$ref": "ListItem.schema.json"
},
"type": "array"
}
]
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"previousItem": {
"description": "A link to the ListItem that preceeds the current one.",
"oneOf": [
{
"$ref": "ListItem.schema.json"
},
{
"items": {
"$ref": "ListItem.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "ListItem",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/VisualArtwork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:VisualArtwork",
"$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 work of art that is primarily visual in character.",
"properties": {
"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.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"artist": {
"$ref": "schema:Person",
"description": "The primary artist for a work\n \tin a medium other than pencils or digital line art--for example, if the\n \tprimary artwork is done in watercolors or digital paints."
},
"artworkSurface": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc."
},
"colorist": {
"$ref": "schema:Person",
"description": "The individual who adds color to inked drawings."
},
"depth": {
"anyOf": [
{
"$comment": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The depth of the item."
},
"height": {
"anyOf": [
{
"$comment": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The height of the item."
},
"inker": {
"$ref": "schema:Person",
"description": "The individual who traces over the pencil drawings in ink after pencils are complete."
},
"letterer": {
"$ref": "schema:Person",
"description": "The individual who adds lettering, including speech balloons and sound effects, to artwork."
},
"penciler": {
"$ref": "schema:Person",
"description": "The individual who draws the primary narrative artwork."
},
"surface": {
"description": "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"width": {
"anyOf": [
{
"$comment": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "schema:QuantitativeValue"
}
],
"description": "The width of the item."
}
},
"title": "VisualArtwork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/BusinessAudience.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:BusinessAudience",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema: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": "schema:QuantitativeValue",
"description": "The number of employees in an organization e.g. business."
},
"yearlyRevenue": {
"$ref": "schema:QuantitativeValue",
"description": "The size of the business in annual revenue."
},
"yearsInOperation": {
"$ref": "schema:QuantitativeValue",
"description": "The age of the business."
}
},
"title": "BusinessAudience",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | 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": "TransferAction.schema.json",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of 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",
"format": "http://schema.org/BorrowAction",
"properties": {
"lender": {
"description": "A sub property of participant. The person that lends the object being borrowed.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
}
},
"title": "BorrowAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | 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": "http://schema.org/CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
},
{
"$ref": "http://schema.org/CreativeWorkSeason",
"description": "A media season e.g. tv, radio, video game etc."
}
],
"description": "Season dedicated to TV broadcast and associated online delivery.",
"properties": {
"countryOfOrigin": {
"$ref": "http://schema.org/Country",
"description": "The country of the principal offices of the production company or individual responsible for the movie or program."
},
"partOfTVSeries": {
"$ref": "http://schema.org/TVSeries",
"description": "The TV series to which this episode or season belongs."
}
},
"title": "TVSeason",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/SportsOrganization.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsOrganization",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Organization",
"description": "An organization such as a school, NGO, corporation, club, etc."
}
],
"description": "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.",
"format": "http://schema.org/SportsOrganization",
"title": "SportsOrganization",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DrugCostCategory.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DrugCostCategory",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalEnumeration",
"description": "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice."
}
],
"description": "Enumerated categories of medical drug costs.",
"title": "DrugCostCategory",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/QuoteAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/QuoteAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.",
"format": "http://schema.org/QuoteAction",
"title": "QuoteAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/MediaObject.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MediaObject",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
"format": "http://schema.org/MediaObject",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "MediaObject"
},
"associatedArticle": {
"description": "A NewsArticle associated with the Media Object.",
"oneOf": [
{
"$ref": "NewsArticle.schema.json"
},
{
"items": {
"$ref": "NewsArticle.schema.json"
},
"type": "array"
}
]
},
"bitrate": {
"description": "The bitrate of the media object.",
"type": "string"
},
"contentSize": {
"description": "File size in (mega/kilo) bytes.",
"type": "string"
},
"contentUrl": {
"description": "Actual bytes of the media object, for example the image file or video file.",
"format": "uri",
"type": "string"
},
"duration": {
"description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.",
"format": "https://schema.org/Duration",
"type": "string"
},
"embedUrl": {
"description": "A URL pointing to a player for a specific video. In general, this is the information in the src element of an embed tag and should not be the same as the content of the loc tag.",
"format": "uri",
"type": "string"
},
"encodesCreativeWork": {
"$ref": "CreativeWork.schema.json",
"description": "The CreativeWork encoded by this media object."
},
"encodingFormat": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"endTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"height": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The height of the item."
},
"playerType": {
"description": "Player type required\u2014for example, Flash or Silverlight.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"productionCompany": {
"$ref": "Organization.schema.json",
"description": "The production company or studio responsible for the item e.g. series, video game, episode etc."
},
"regionsAllowed": {
"$ref": "Place.schema.json",
"description": "The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format."
},
"requiresSubscription": {
"anyOf": [
{
"type": "boolean"
},
{
"$ref": "MediaSubscription.schema.json"
}
],
"description": "Indicates if use of the media require a subscription (either paid or free). Allowed values are true or false (note that an earlier version had 'yes', 'no')."
},
"startTime": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "time",
"type": "string"
}
],
"description": "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions."
},
"uploadDate": {
"description": "Date when this media object was uploaded to this site.",
"format": "date",
"type": "string"
},
"width": {
"anyOf": [
{
"format": "https://schema.org/Distance",
"type": "string"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The width of the item."
}
},
"required": [
"@type"
],
"title": "MediaObject",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Place.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Place",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "Entities that have a somewhat fixed, physical extension.",
"format": "http://schema.org/Place",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Place"
},
"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"
}
]
},
"address": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "PostalAddress.schema.json"
}
],
"description": "Physical address of the item."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"amenityFeature": {
"description": "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.",
"oneOf": [
{
"$ref": "LocationFeatureSpecification.schema.json"
},
{
"items": {
"$ref": "LocationFeatureSpecification.schema.json"
},
"type": "array"
}
]
},
"branchCode": {
"description": "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"containedIn": {
"$ref": "Place.schema.json",
"description": "The basic containment relation between a place and one that contains it."
},
"containedInPlace": {
"$ref": "Place.schema.json",
"description": "The basic containment relation between a place and one that contains it."
},
"containsPlace": {
"$ref": "Place.schema.json",
"description": "The basic containment relation between a place and another that it contains."
},
"event": {
"description": "Upcoming or past event associated with this place, organization, or action.",
"oneOf": [
{
"$ref": "Event.schema.json"
},
{
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
}
]
},
"events": {
"description": "Upcoming or past events associated with this place or organization.",
"oneOf": [
{
"$ref": "Event.schema.json"
},
{
"items": {
"$ref": "Event.schema.json"
},
"type": "array"
}
]
},
"faxNumber": {
"description": "The fax number.",
"type": "string"
},
"geo": {
"anyOf": [
{
"$ref": "GeoCoordinates.schema.json"
},
{
"$ref": "GeoShape.schema.json"
}
],
"description": "The geo coordinates of the place."
},
"geoContains": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. \"a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoCoveredBy": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoCovers": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. \"Every point of b is a point of (the interior or boundary of) a\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoCrosses": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: \"a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them\". As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoDisjoint": {
"description": "Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.\" (a symmetric relationship, as defined in DE-9IM)",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoEquals": {
"description": "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in DE-9IM. \"Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other\" (a symmetric relationship)",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoIntersects": {
"description": "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoOverlaps": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoTouches": {
"description": "Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.\" (a symmetric relationship, as defined in DE-9IM )",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"geoWithin": {
"description": "Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in DE-9IM.",
"oneOf": [
{
"$ref": "Place.schema.json"
},
{
"items": {
"$ref": "Place.schema.json"
},
"type": "array"
}
]
},
"globalLocationNumber": {
"description": "The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.",
"type": "string"
},
"hasMap": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Map.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "Map.schema.json"
}
]
},
"type": "array"
}
]
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"type": "boolean"
},
"isicV4": {
"description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.",
"type": "string"
},
"latitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The latitude of a location. For example 37.42242 (WGS 84)."
},
"logo": {
"description": "An associated logo.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"$ref": "ImageObject.schema.json"
}
]
},
"type": "array"
}
]
},
"longitude": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The longitude of a location. For example -122.08585 (WGS 84)."
},
"map": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"maps": {
"description": "A URL to a map of the place.",
"oneOf": [
{
"format": "uri",
"type": "string"
},
{
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
}
]
},
"maximumAttendeeCapacity": {
"description": "The total number of individuals that may attend an event or venue.",
"type": "integer"
},
"openingHoursSpecification": {
"$ref": "OpeningHoursSpecification.schema.json",
"description": "The opening hours of a certain place."
},
"photo": {
"description": "A photograph of this place.",
"oneOf": [
{
"anyOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "Photograph.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "Photograph.schema.json"
}
]
},
"type": "array"
}
]
},
"photos": {
"description": "Photographs of this place.",
"oneOf": [
{
"anyOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "Photograph.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "ImageObject.schema.json"
},
{
"$ref": "Photograph.schema.json"
}
]
},
"type": "array"
}
]
},
"publicAccess": {
"description": "A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value",
"type": "boolean"
},
"review": {
"description": "A review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"reviews": {
"description": "Review of the item.",
"oneOf": [
{
"$ref": "Review.schema.json"
},
{
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
}
]
},
"slogan": {
"description": "A slogan or motto associated with the item.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"smokingAllowed": {
"description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.",
"type": "boolean"
},
"specialOpeningHoursSpecification": {
"$ref": "OpeningHoursSpecification.schema.json",
"description": "The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by openingHoursSpecification or openingHours."
},
"telephone": {
"description": "The telephone number.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "Place",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | schemas/BookFormatType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BookFormatType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The publication format of the book.",
"format": "http://schema.org/BookFormatType",
"oneOf": [
{
"const": "AudiobookFormat",
"description": "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties."
},
{
"const": "EBook",
"description": "Book format: Ebook."
},
{
"const": "Hardcover",
"description": "Book format: Hardcover."
},
{
"const": "Paperback",
"description": "Book format: Paperback."
}
],
"title": "BookFormatType",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/TaxiService.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TaxiService",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Service",
"description": "A service provided by an organization, e.g. delivery service, print services, etc."
}
],
"description": "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.",
"format": "http://schema.org/TaxiService",
"title": "TaxiService",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/AskAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/AskAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CommunicateAction.schema.json",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation."
}
],
"description": "The act of posing a question / favor to someone.\n\nRelated actions:\n\n\nReplyAction: Appears generally as a response to AskAction.\n\n",
"format": "http://schema.org/AskAction",
"properties": {
"question": {
"description": "A sub property of object. A question.",
"oneOf": [
{
"$ref": "Question.schema.json"
},
{
"items": {
"$ref": "Question.schema.json"
},
"type": "array"
}
]
}
},
"title": "AskAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/Notary.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:Notary",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:LegalService",
"description": "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)."
}
],
"description": "A notary.",
"title": "Notary",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TechArticle.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TechArticle",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Article.schema.json",
"description": "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also blog post."
}
],
"description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.",
"format": "http://schema.org/TechArticle",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TechArticle"
},
"dependencies": {
"description": "Prerequisites needed to fulfill steps in article.",
"type": "string"
},
"proficiencyLevel": {
"description": "Proficiency needed for this content; expected values: 'Beginner', 'Expert'.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "TechArticle",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/RadioSeason.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RadioSeason",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWorkSeason.schema.json",
"description": "A media season e.g. tv, radio, video game etc."
}
],
"description": "Season dedicated to radio broadcast and associated online delivery.",
"format": "http://schema.org/RadioSeason",
"title": "RadioSeason",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/RentAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RentAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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 in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.",
"format": "http://schema.org/RentAction",
"properties": {
"landlord": {
"description": "A sub property of participant. The owner of the real estate property.",
"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"
}
]
},
"realEstateAgent": {
"description": "A sub property of participant. The real estate agent involved in the action.",
"oneOf": [
{
"$ref": "http://schema.org/RealEstateAgent"
},
{
"items": {
"$ref": "http://schema.org/RealEstateAgent"
},
"type": "array"
}
]
}
},
"title": "RentAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/SportsEvent.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/SportsEvent",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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: Sports event.",
"format": "http://schema.org/SportsEvent",
"properties": {
"awayTeam": {
"anyOf": [
{
"$ref": "SportsTeam.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The away team in a sports event."
},
"competitor": {
"description": "A competitor in a sports event.",
"items": {
"oneOf": [
{
"$ref": "SportsTeam.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
},
"homeTeam": {
"anyOf": [
{
"$ref": "SportsTeam.schema.json"
},
{
"$ref": "Person.schema.json"
}
],
"description": "The home team in a sports event."
}
},
"title": "SportsEvent",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/PaymentCard.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PaymentCard",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FinancialProduct.schema.json",
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."
},
{
"$ref": "PaymentMethod.schema.json",
"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"
}
],
"description": "A payment method using a credit, debit, store or other card to associate the payment with an account.",
"format": "http://schema.org/PaymentCard",
"title": "PaymentCard",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/Course.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Course",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreativeWork.schema.json",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc."
}
],
"description": "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
"format": "http://schema.org/Course",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Course"
},
"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": "AlignmentObject.schema.json"
},
{
"$ref": "Course.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "AlignmentObject.schema.json"
},
{
"$ref": "Course.schema.json"
}
]
},
"type": "array"
}
]
},
"educationalCredentialAwarded": {
"description": "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.",
"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": "CourseInstance.schema.json"
},
{
"items": {
"$ref": "CourseInstance.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "Course",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/CheckAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CheckAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FindAction.schema.json",
"description": "The act of finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.\n\n"
}
],
"description": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.",
"format": "http://schema.org/CheckAction",
"title": "CheckAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/TrainTrip.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TrainTrip",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Trip.schema.json",
"description": "A trip or journey. An itinerary of visits to one or more places."
}
],
"description": "A trip on a commercial train line.",
"format": "http://schema.org/TrainTrip",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "TrainTrip"
},
"arrivalPlatform": {
"description": "The platform where the train arrives.",
"type": "string"
},
"arrivalStation": {
"$ref": "TrainStation.schema.json",
"description": "The station where the train trip ends."
},
"departurePlatform": {
"description": "The platform from which the train departs.",
"type": "string"
},
"departureStation": {
"$ref": "TrainStation.schema.json",
"description": "The station from which the train departs."
},
"trainName": {
"description": "The name of the train (e.g. The Orient Express).",
"type": "string"
},
"trainNumber": {
"description": "The unique identifier for the train.",
"type": "string"
}
},
"required": [
"@type"
],
"title": "TrainTrip",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/CourseInstance.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CourseInstance",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Event.schema.json",
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects."
}
],
"description": "An instance of a Course which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.",
"format": "http://schema.org/CourseInstance",
"properties": {
"courseMode": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )."
},
"instructor": {
"description": "A person assigned to instruct or provide instructional assistance for the CourseInstance.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
}
},
"title": "CourseInstance",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/ReactAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ReactAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "AssessAction.schema.json",
"description": "The act of forming one's opinion, reaction or sentiment."
}
],
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment.",
"format": "http://schema.org/ReactAction",
"title": "ReactAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/EntryPoint.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EntryPoint",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "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 entry point, within some Web-based protocol.",
"properties": {
"actionApplication": {
"description": "An application that can complete the request.",
"oneOf": [
{
"$ref": "http://schema.org/SoftwareApplication"
},
{
"items": {
"$ref": "http://schema.org/SoftwareApplication"
},
"type": "array"
}
]
},
"actionPlatform": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
],
"description": "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication."
},
"application": {
"description": "An application that can complete the request.",
"oneOf": [
{
"$ref": "http://schema.org/SoftwareApplication"
},
{
"items": {
"$ref": "http://schema.org/SoftwareApplication"
},
"type": "array"
}
]
},
"contentType": {
"description": "The supported content type(s) for an EntryPoint response.",
"type": "string"
},
"encodingType": {
"description": "The supported encoding type(s) for an EntryPoint request.",
"type": "string"
},
"httpMethod": {
"description": "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"urlTemplate": {
"description": "An url template (RFC6570) that will be used to construct the target of the execution of the action.",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"title": "EntryPoint",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/CreativeWork.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/CreativeWork",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Thing.schema.json",
"description": "The most generic type of item."
}
],
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"format": "http://schema.org/CreativeWork",
"properties": {
"about": {
"$ref": "Thing.schema.json",
"description": "The subject matter of the content."
},
"accessMode": {
"description": "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.",
"items": {
"type": "string"
},
"type": "array"
},
"accessModeSufficient": {
"description": "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include: auditory, tactile, textual, visual.",
"items": {
"$ref": "ItemList.schema.json"
},
"type": "array"
},
"accessibilityAPI": {
"description": "Indicates that the resource is compatible with the referenced accessibility API (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityControl": {
"description": "Identifies input methods that are sufficient to fully control the described resource (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityFeature": {
"description": "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilityHazard": {
"description": "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (WebSchemas wiki lists possible values).",
"items": {
"type": "string"
},
"type": "array"
},
"accessibilitySummary": {
"description": "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"",
"type": "string"
},
"accountablePerson": {
"$ref": "Person.schema.json",
"description": "Specifies the Person that is legally accountable for the CreativeWork."
},
"aggregateRating": {
"$ref": "AggregateRating.schema.json",
"description": "The overall rating, based on a collection of reviews or ratings, of the item."
},
"alternativeHeadline": {
"description": "A secondary title of the CreativeWork.",
"items": {
"type": "string"
},
"type": "array"
},
"associatedMedia": {
"$ref": "MediaObject.schema.json",
"description": "A media object that encodes this CreativeWork. This property is a synonym for encoding."
},
"audience": {
"$ref": "Audience.schema.json",
"description": "An intended audience, i.e. a group for whom something was created."
},
"audio": {
"description": "An embedded audio object.",
"items": {
"oneOf": [
{
"$ref": "AudioObject.schema.json"
},
{
"$ref": "MusicRecording.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"author": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably."
},
"award": {
"description": "An award won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"awards": {
"description": "Awards won by or for this item.",
"items": {
"type": "string"
},
"type": "array"
},
"character": {
"description": "Fictional person connected with a creative work.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"citation": {
"description": "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.",
"items": {
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"comment": {
"description": "Comments, typically from users.",
"items": {
"$ref": "Comment.schema.json"
},
"type": "array"
},
"commentCount": {
"description": "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.",
"type": "integer"
},
"contentLocation": {
"$ref": "Place.schema.json",
"description": "The location depicted or described in the content. For example, the location in a photograph or painting."
},
"contentRating": {
"description": "Official rating of a piece of content\u2014for example,'MPAA PG-13'.",
"items": {
"oneOf": [
{
"$ref": "Rating.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"contributor": {
"description": "A secondary contributor to the CreativeWork or Event.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"copyrightHolder": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The party holding the legal copyright to the CreativeWork."
},
"copyrightYear": {
"description": "The year during which the claimed copyright for the CreativeWork was first asserted.",
"type": "number"
},
"creator": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork."
},
"dateCreated": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was created or the item was added to a DataFeed."
},
"dateModified": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed."
},
"datePublished": {
"anyOf": [
{
"format": "date-time",
"type": "string"
},
{
"format": "date",
"type": "string"
}
],
"description": "Date of first broadcast/publication."
},
"discussionUrl": {
"description": "A link to the page containing the comments of the CreativeWork.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"editor": {
"$ref": "Person.schema.json",
"description": "Specifies the Person who edited the CreativeWork."
},
"educationalAlignment": {
"description": "An alignment to an established educational framework.\n\nThis property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource teaches or assesses a competency.",
"items": {
"$ref": "AlignmentObject.schema.json"
},
"type": "array"
},
"educationalUse": {
"description": "The purpose of a work in the context of education; for example, 'assignment', 'group work'.",
"type": "string"
},
"encoding": {
"description": "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"encodingFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).\n\nIn cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.\n\nUnregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry."
},
"encodings": {
"description": "A media object that encodes this CreativeWork.",
"items": {
"$ref": "MediaObject.schema.json"
},
"type": "array"
},
"exampleOfWork": {
"description": "A creative work that this work is an example/instance/realization/derivation of.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"expires": {
"description": "Date the content expires and is no longer useful or available. For example a VideoObject or NewsArticle whose availability or relevance is time-limited, or a ClaimReview fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.",
"format": "date",
"type": "string"
},
"fileFormat": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Media type, typically MIME format (see IANA site) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry."
},
"funder": {
"description": "A person or organization that supports (sponsors) something through some kind of financial contribution.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"genre": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Genre of the creative work, broadcast channel or group."
},
"hasPart": {
"description": "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
},
"headline": {
"description": "Headline of the article.",
"type": "string"
},
"inLanguage": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "Language.schema.json"
}
],
"description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage."
},
"interactionStatistic": {
"$ref": "InteractionCounter.schema.json",
"description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used."
},
"interactivityType": {
"description": "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.",
"type": "string"
},
"isAccessibleForFree": {
"description": "A flag to signal that the item, event, or place is accessible for free.",
"items": {
"type": "boolean"
},
"type": "array"
},
"isBasedOn": {
"description": "A resource from which this work is derived or from which it is a modification or adaption.",
"items": {
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isBasedOnUrl": {
"description": "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.",
"items": {
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"isFamilyFriendly": {
"description": "Indicates whether this content is family friendly.",
"type": "boolean"
},
"isPartOf": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of."
},
"keywords": {
"description": "Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.",
"type": "string"
},
"learningResourceType": {
"description": "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.",
"type": "string"
},
"license": {
"description": "A license document that applies to this content, typically indicated by URL.",
"items": {
"oneOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"locationCreated": {
"$ref": "Place.schema.json",
"description": "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork."
},
"mainEntity": {
"description": "Indicates the primary entity described in some page or other CreativeWork.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"material": {
"description": "A material that something is made from, e.g. leather, wool, cotton, paper.",
"items": {
"oneOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"$ref": "Product.schema.json"
}
]
},
"type": "array"
},
"mentions": {
"description": "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.",
"items": {
"$ref": "Thing.schema.json"
},
"type": "array"
},
"offers": {
"description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.",
"items": {
"oneOf": [
{
"$ref": "Demand.schema.json"
},
{
"$ref": "Offer.schema.json"
}
]
},
"type": "array"
},
"position": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"description": "The position of an item in a series or sequence of items."
},
"producer": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.)."
},
"provider": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"publication": {
"description": "A publication event associated with the item.",
"items": {
"$ref": "PublicationEvent.schema.json"
},
"type": "array"
},
"publisher": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The publisher of the creative work."
},
"publishingPrinciples": {
"anyOf": [
{
"$ref": "CreativeWork.schema.json"
},
{
"format": "uri",
"type": "string"
}
],
"description": "The publishingPrinciples property indicates (typically via URL) a document describing the editorial principles of an Organization (or individual e.g. a Person writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a CreativeWork (e.g. NewsArticle) the principles are those of the party primarily responsible for the creation of the CreativeWork.\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a funder) can be expressed using schema.org terminology."
},
"recordedAt": {
"$ref": "Event.schema.json",
"description": "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event."
},
"releasedEvent": {
"$ref": "PublicationEvent.schema.json",
"description": "The place and time the release was issued, expressed as a PublicationEvent."
},
"review": {
"description": "A review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"reviews": {
"description": "Review of the item.",
"items": {
"$ref": "Review.schema.json"
},
"type": "array"
},
"schemaVersion": {
"description": "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application.",
"items": {
"oneOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
}
]
},
"type": "array"
},
"sourceOrganization": {
"$ref": "Organization.schema.json",
"description": "The Organization on whose behalf the creator was working."
},
"spatial": {
"$ref": "Place.schema.json",
"description": "The \"spatial\" property can be used in cases when more specific properties\n(e.g. locationCreated, spatialCoverage, contentLocation) are not known to be appropriate."
},
"spatialCoverage": {
"$ref": "Place.schema.json",
"description": "The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of\n contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates\n areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York."
},
"sponsor": {
"description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"temporal": {
"anyOf": [
{
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The \"temporal\" property can be used in cases where more specific properties\n(e.g. temporalCoverage, dateCreated, dateModified, datePublished) are not known to be appropriate."
},
"temporalCoverage": {
"anyOf": [
{
"type": "string"
},
{
"format": "uri",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in ISO 8601 time interval format. In\n the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written \"2011/2012\"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.\n Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via \"1939/1945\".\n\nOpen-ended date ranges can be written with \"..\" in place of the end date. For example, \"2015-11/..\" indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated."
},
"text": {
"description": "The textual content of this CreativeWork.",
"type": "string"
},
"thumbnailUrl": {
"description": "A thumbnail image relevant to the Thing.",
"items": {
"format": "uri",
"type": "string"
},
"type": "array"
},
"timeRequired": {
"description": "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.",
"format": "https://schema.org/Duration",
"type": "string"
},
"translator": {
"description": "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"typicalAgeRange": {
"description": "The typical expected age range, e.g. '7-9', '11-'.",
"type": "string"
},
"version": {
"anyOf": [
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The version of the CreativeWork embodied by a specified resource."
},
"video": {
"description": "An embedded video object.",
"items": {
"oneOf": [
{
"$ref": "VideoObject.schema.json"
},
{
"$ref": "Clip.schema.json"
}
]
},
"type": "array"
},
"workExample": {
"description": "Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.",
"items": {
"$ref": "CreativeWork.schema.json"
},
"type": "array"
}
},
"title": "CreativeWork",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BankAccount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BankAccount",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "FinancialProduct.schema.json",
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry."
}
],
"description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.",
"format": "http://schema.org/BankAccount",
"title": "BankAccount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/TravelAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:TravelAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MoveAction",
"description": "The act of an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object."
}
],
"description": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.",
"properties": {
"distance": {
"description": "The distance travelled, e.g. exercising or travelling.",
"oneOf": [
{
"$comment": "https://schema.org/Distance",
"type": "string"
},
{
"items": {
"$comment": "https://schema.org/Distance",
"type": "string"
},
"type": "array"
}
]
}
},
"title": "TravelAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/BefriendAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BefriendAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/InteractAction",
"description": "The act of interacting with another person or organization."
}
],
"description": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.\n\n",
"format": "http://schema.org/BefriendAction",
"title": "BefriendAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 804d52988c59583ea5a0208a0ccfa22b31c01f43 | 2020-05-23T02:30:56 | schemas/TransferAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TransferAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document."
}
],
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.",
"properties": {
"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"
}
]
},
"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": "TransferAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Landform.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Landform",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Place.schema.json",
"description": "Entities that have a somewhat fixed, physical extension."
}
],
"description": "A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.",
"format": "http://schema.org/Landform",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Landform"
}
},
"required": [
"@type"
],
"title": "Landform",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/Hospital.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Hospital",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CivicStructure.schema.json",
"description": "A public structure, such as a town hall or concert hall."
},
{
"$ref": "EmergencyService.schema.json",
"description": "An emergency service, such as a fire station or ER."
},
{
"$ref": "MedicalOrganization.schema.json",
"description": "A medical organization (physical or not), such as hospital, institution or clinic."
}
],
"description": "A hospital.",
"format": "http://schema.org/Hospital",
"title": "Hospital",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/WarrantyPromise.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:WarrantyPromise",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:StructuredValue",
"description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing."
}
],
"description": "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.",
"properties": {
"durationOfWarranty": {
"$ref": "schema:QuantitativeValue",
"description": "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days."
},
"warrantyScope": {
"$ref": "schema:WarrantyScope",
"description": "The scope of the warranty promise."
}
},
"title": "WarrantyPromise",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | ccfd7867a8f0a96f421a90bfd617be8735463a02 | 2020-05-27T22:00:22 | schemas/EventStatusType.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/EventStatusType",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.",
"oneOf": [
{
"const": "EventCancelled",
"description": "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)."
},
{
"const": "EventMovedOnline",
"description": "Indicates that the event was changed to allow online participation. See eventAttendanceMode for specifics of whether it is now fully or partially online."
},
{
"const": "EventPostponed",
"description": "The event has been postponed and no new date has been set. The event's previousStartDate should be set."
},
{
"const": "EventRescheduled",
"description": "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated)."
},
{
"const": "EventScheduled",
"description": "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default."
}
],
"title": "EventStatusType",
"type": "string"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/MedicalRiskFactor.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:MedicalRiskFactor",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:MedicalEntity",
"description": "The most generic type of entity related to health and the practice of medicine."
}
],
"description": "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication.",
"properties": {
"increasesRiskOf": {
"$ref": "schema:MedicalEntity",
"description": "The condition, complication, etc. influenced by this factor."
}
},
"title": "MedicalRiskFactor",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/WPHeader.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/WPHeader",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "WebPageElement.schema.json",
"description": "A web page element, like a table or an image."
}
],
"description": "The header section of the page.",
"format": "http://schema.org/WPHeader",
"title": "WPHeader",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/TVSeries.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TVSeries",
"$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": "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 TV broadcast and associated online delivery.",
"format": "http://schema.org/TVSeries",
"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"
},
"countryOfOrigin": {
"$ref": "Country.schema.json",
"description": "The country of the principal offices of the production company or individual responsible for the movie or program."
},
"director": {
"$ref": "Person.schema.json",
"description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip."
},
"directors": {
"description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.",
"items": {
"$ref": "Person.schema.json"
},
"type": "array"
},
"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": {
"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": "TVSeries",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Suite.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Suite",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Accommodation.schema.json",
"description": "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\n\nSee also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations."
}
],
"description": "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Suite_(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/Suite",
"properties": {
"bed": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "BedDetails.schema.json"
},
{
"$ref": "BedType.schema.json"
}
],
"description": "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property."
},
"numberOfRooms": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue."
},
"occupancy": {
"$ref": "QuantitativeValue.schema.json",
"description": "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person"
}
},
"title": "Suite",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/TravelAgency.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/TravelAgency",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "LocalBusiness.schema.json",
"description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc."
}
],
"description": "A travel agency.",
"format": "http://schema.org/TravelAgency",
"title": "TravelAgency",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c | 2020-05-13T21:31:46 | schemas/LodgingReservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/LodgingReservation",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Reservation.schema.json",
"description": "Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer."
}
],
"description": "A reservation for lodging at a hotel, motel, inn, etc.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"format": "http://schema.org/LodgingReservation",
"properties": {
"checkinTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The earliest someone may check into a lodging establishment."
},
"checkoutTime": {
"anyOf": [
{
"format": "time",
"type": "string"
},
{
"format": "date-time",
"type": "string"
}
],
"description": "The latest someone may check out of a lodging establishment."
},
"lodgingUnitDescription": {
"description": "A full description of the lodging unit.",
"items": {
"type": "string"
},
"type": "array"
},
"lodgingUnitType": {
"description": "Textual description of the unit type (including suite vs. room, size of bed, etc.).",
"items": {
"anyOf": [
{
"$ref": "QualitativeValue.schema.json"
},
{
"type": "string"
}
]
},
"type": "array"
},
"numAdults": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of adults staying in the unit."
},
"numChildren": {
"anyOf": [
{
"type": "integer"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The number of children staying in the unit."
}
},
"title": "LodgingReservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ScheduleAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ScheduleAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/PlanAction",
"description": "The act of planning the execution of an event/task/action/reservation/plan to a future date."
}
],
"description": "Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n\nReserveAction: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.\n\n",
"format": "http://schema.org/ScheduleAction",
"title": "ScheduleAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/Language.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Language",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Intangible.schema.json",
"description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc."
}
],
"description": "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in BCP 47 can be used via the alternateName property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using ComputerLanguage.",
"format": "http://schema.org/Language",
"title": "Language",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/RentAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/RentAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "TradeAction.schema.json",
"description": "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment."
}
],
"description": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.",
"format": "http://schema.org/RentAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "RentAction"
},
"landlord": {
"description": "A sub property of participant. The owner of the real estate property.",
"oneOf": [
{
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "Organization.schema.json"
},
{
"$ref": "Person.schema.json"
}
]
},
"type": "array"
}
]
},
"realEstateAgent": {
"description": "A sub property of participant. The real estate agent involved in the action.",
"oneOf": [
{
"$ref": "RealEstateAgent.schema.json"
},
{
"items": {
"$ref": "RealEstateAgent.schema.json"
},
"type": "array"
}
]
}
},
"required": [
"@type"
],
"title": "RentAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | dcbb428317ce07ab8dcff50247c907f15443fb2f | 2020-05-22T20:27:54 | schemas/FinancialProduct.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/FinancialProduct",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Service.schema.json",
"description": "A service provided by an organization, e.g. delivery service, print services, etc."
}
],
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.",
"format": "http://schema.org/FinancialProduct",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "FinancialProduct"
},
"annualPercentageRate": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction."
},
"feesAndCommissionsSpecification": {
"description": "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.",
"oneOf": [
{
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
{
"items": {
"anyOf": [
{
"format": "uri",
"type": "string"
},
{
"type": "string"
}
]
},
"type": "array"
}
]
},
"interestRate": {
"anyOf": [
{
"type": "number"
},
{
"$ref": "QuantitativeValue.schema.json"
}
],
"description": "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate."
}
},
"required": [
"@type"
],
"title": "FinancialProduct",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/ReceiveAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:ReceiveAction",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:TransferAction",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another."
}
],
"description": "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).",
"properties": {
"deliveryMethod": {
"description": "A sub property of instrument. The method of delivery.",
"oneOf": [
{
"$ref": "schema:DeliveryMethod"
},
{
"items": {
"$ref": "schema:DeliveryMethod"
},
"type": "array"
}
]
},
"sender": {
"description": "A sub property of participant. The participant who is at the sending end of the action.",
"oneOf": [
{
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
{
"items": {
"anyOf": [
{
"$ref": "schema:Audience"
},
{
"$ref": "schema:Organization"
},
{
"$ref": "schema:Person"
}
]
},
"type": "array"
}
]
}
},
"title": "ReceiveAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/PhotographAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/PhotographAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "CreateAction.schema.json",
"description": "The act of deliberately creating/producing/generating/building a result out of the agent."
}
],
"description": "The act of capturing still images of objects using a camera.",
"format": "http://schema.org/PhotographAction",
"title": "PhotographAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/UnRegisterAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/UnRegisterAction",
"$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 un-registering from a service.\n\nRelated actions:\n\n\nRegisterAction: antonym of UnRegisterAction.\nLeaveAction: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.\n\n",
"format": "http://schema.org/UnRegisterAction",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "UnRegisterAction"
}
},
"required": [
"@type"
],
"title": "UnRegisterAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e24049d24a7bd3b639876aa7f9a9da997ce29114 | 2020-05-22T22:32:24 | schemas/MensClothingStore.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/MensClothingStore",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Store.schema.json",
"description": "A retail good store."
}
],
"description": "A men's clothing store.",
"format": "http://schema.org/MensClothingStore",
"title": "MensClothingStore",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/Answer.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Answer",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "Comment.schema.json",
"description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks."
}
],
"description": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.",
"format": "http://schema.org/Answer",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "Answer"
}
},
"required": [
"@type"
],
"title": "Answer",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | e8b1f2cc6ffa01721896e87736f87654885d1475 | 2022-01-02T23:44:21 | schemas/DepositAccount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "schema:DepositAccount",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "schema:BankAccount",
"description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest."
},
{
"$ref": "schema:InvestmentOrDeposit",
"description": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return."
}
],
"description": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.",
"title": "DepositAccount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | b2e53fc058740940d51ae80a92d53c99f0b57ab0 | 2020-05-12T22:52:12 | schemas/Reservation.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/Reservation",
"$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": "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.",
"format": "http://schema.org/Reservation",
"properties": {
"bookingAgent": {
"description": "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"bookingTime": {
"description": "The date and time the reservation was booked.",
"format": "date-time",
"type": "string"
},
"broker": {
"description": "An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.",
"items": {
"oneOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
]
},
"type": "array"
},
"modifiedTime": {
"description": "The date and time the reservation was modified.",
"format": "date-time",
"type": "string"
},
"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"
},
"programMembershipUsed": {
"description": "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.",
"items": {
"$ref": "ProgramMembership.schema.json"
},
"type": "array"
},
"provider": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller."
},
"reservationFor": {
"$ref": "Thing.schema.json",
"description": "The thing -- flight, event, restaurant,etc. being reserved."
},
"reservationId": {
"description": "A unique identifier for the reservation.",
"items": {
"type": "string"
},
"type": "array"
},
"reservationStatus": {
"$ref": "ReservationStatusType.schema.json",
"description": "The current status of the reservation."
},
"reservedTicket": {
"description": "A ticket associated with the reservation.",
"items": {
"$ref": "Ticket.schema.json"
},
"type": "array"
},
"totalPrice": {
"anyOf": [
{
"$ref": "PriceSpecification.schema.json"
},
{
"type": "number"
},
{
"type": "string"
}
],
"description": "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n"
},
"underName": {
"anyOf": [
{
"$ref": "Person.schema.json"
},
{
"$ref": "Organization.schema.json"
}
],
"description": "The person or organization the reservation or ticket is for."
}
},
"title": "Reservation",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb | 2020-05-23T01:54:36 | schemas/ResumeAction.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/ResumeAction",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "http://schema.org/ControlAction",
"description": "An agent controls a device or application."
}
],
"description": "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).",
"format": "http://schema.org/ResumeAction",
"title": "ResumeAction",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c | 2020-05-22T20:06:45 | schemas/DepositAccount.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/DepositAccount",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"$ref": "BankAccount.schema.json",
"description": "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest."
},
{
"$ref": "InvestmentOrDeposit.schema.json",
"description": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return."
}
],
"description": "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.",
"format": "http://schema.org/DepositAccount",
"properties": {
"@context": {
"const": "https://schema.org"
},
"@type": {
"const": "DepositAccount"
}
},
"required": [
"@type"
],
"title": "DepositAccount",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | cadd3691264c91598c783327c7e2e9823e41023a | 2020-05-19T23:05:07 | 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": [
{
"$ref": "DataFeedItem.schema.json"
},
{
"type": "string"
},
{
"$ref": "Thing.schema.json"
}
]
},
"type": "array"
}
},
"title": "DataFeed",
"type": "object"
} | Apache-2.0 | en |
charlestati/schema-org-json-schemas | 6d7567eecede3e8272a2640c2c2081768cb48462 | 2020-05-02T11:06:50 | schemas/BodyOfWater.schema.json | 25 | 2024-05-28T05:23:45.146893Z | {
"$id": "http://schema.org/BodyOfWater",
"$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": "A body of water, such as a sea, ocean, or lake.",
"format": "http://schema.org/BodyOfWater",
"title": "BodyOfWater",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.