repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ReadAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ReadAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:ConsumeAction", "description": "The act of ingesting information/resources/food." } ], "description": "The act of consuming written content.", "title": "ReadAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/HousePainter.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HousePainter", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A house painting service.", "format": "http://schema.org/HousePainter", "title": "HousePainter", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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": { "@context": { "const": "https://schema.org" }, "@type": { "const": "DataFeed" }, "dataFeedElement": { "description": "An item within in a data feed. Data feeds may have many elements.", "items": { "anyOf": [ { "type": "string" }, { "$ref": "DataFeedItem.schema.json" }, { "$ref": "Thing.schema.json" } ] }, "type": "array" } }, "required": [ "@type" ], "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "ControlAction.schema.json", "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
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
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.", "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.", "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.", "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.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "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.", "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.", "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.", "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.", "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)", "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)", "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.", "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.", "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 )", "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.", "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.", "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.", "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.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maps": { "description": "A URL to a map of the place.", "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.", "items": { "anyOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "photos": { "description": "Photographs of this place.", "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.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "reviews": { "description": "Review of the item.", "items": { "$ref": "Review.schema.json" }, "type": "array" }, "slogan": { "description": "A slogan or motto associated with the item.", "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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/InformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 notifying someone of information pertinent to them, with no expectation of a response.", "format": "http://schema.org/InformAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "InformAction" }, "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "items": { "$ref": "Event.schema.json" }, "type": "array" } }, "required": [ "@type" ], "title": "InformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/Episode.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Episode", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.", "format": "http://schema.org/Episode", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "actors": { "description": "An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "episodeNumber": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "Position of the episode within an ordered group of episodes." }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "partOfSeason": { "$ref": "CreativeWorkSeason.schema.json", "description": "The season to which this episode belongs." }, "partOfSeries": { "$ref": "CreativeWorkSeries.schema.json", "description": "The series to which this episode or season belongs." }, "productionCompany": { "$ref": "Organization.schema.json", "description": "The production company or studio responsible for the item e.g. series, video game, episode etc." }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "Episode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/JobPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JobPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A listing that describes a job opening in a certain organization.", "format": "http://schema.org/JobPosting", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "JobPosting" }, "baseSalary": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "benefits": { "description": "Description of benefits associated with the job.", "type": "string" }, "datePosted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Publication date of an online listing." }, "employmentType": { "description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "oneOf": [ { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" } ] }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "hiringOrganization": { "$ref": "Organization.schema.json", "description": "Organization offering the job position." }, "incentiveCompensation": { "description": "Description of bonus and commission compensation aspects of the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "incentives": { "description": "Description of bonus and commission compensation aspects of the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "industry": { "description": "The industry associated with the job position.", "type": "string" }, "jobBenefits": { "description": "Description of benefits associated with the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "jobLocation": { "description": "A (typically single) geographic location associated with the job position.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] }, "relevantOccupation": { "$ref": "Occupation.schema.json", "description": "The Occupation for the JobPosting." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "type": "string" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "specialCommitments": { "description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "title": { "description": "The title of the job.", "type": "string" }, "validThrough": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." }, "workHours": { "description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", "type": "string" } }, "required": [ "@type" ], "title": "JobPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CreateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CreateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of deliberately creating/producing/generating/building a result out of the agent.", "format": "http://schema.org/CreateAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CreateAction" } }, "required": [ "@type" ], "title": "CreateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/Person.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Person", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "description": "A person (alive, dead, undead, or fictional).", "format": "http://schema.org/Person", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Person" }, "additionalName": { "description": "An additional name for a Person, can be used for a middle name.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "address": { "anyOf": [ { "type": "string" }, { "$ref": "PostalAddress.schema.json" } ], "description": "Physical address of the item." }, "affiliation": { "description": "An organization that this person is affiliated with. For example, a school/university, a club, or a team.", "oneOf": [ { "$ref": "Organization.schema.json" }, { "items": { "$ref": "Organization.schema.json" }, "type": "array" } ] }, "alumniOf": { "description": "An organization that the person is an alumni of.", "oneOf": [ { "anyOf": [ { "$ref": "EducationalOrganization.schema.json" }, { "$ref": "Organization.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "EducationalOrganization.schema.json" }, { "$ref": "Organization.schema.json" } ] }, "type": "array" } ] }, "award": { "description": "An award won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "awards": { "description": "Awards won by or for this item.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "birthDate": { "description": "Date of birth.", "format": "date", "type": "string" }, "birthPlace": { "$ref": "Place.schema.json", "description": "The place where the person was born." }, "brand": { "anyOf": [ { "$ref": "Brand.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." }, "children": { "description": "A child of the person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "colleague": { "description": "A colleague of the person.", "oneOf": [ { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "colleagues": { "description": "A colleague of the person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "contactPoint": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "ContactPoint.schema.json" }, { "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" } ] }, "contactPoints": { "description": "A contact point for a person or organization.", "oneOf": [ { "$ref": "ContactPoint.schema.json" }, { "items": { "$ref": "ContactPoint.schema.json" }, "type": "array" } ] }, "deathDate": { "description": "Date of death.", "format": "date", "type": "string" }, "deathPlace": { "$ref": "Place.schema.json", "description": "The place where the person died." }, "duns": { "description": "The Dun & Bradstreet DUNS number for identifying an organization or business person.", "type": "string" }, "email": { "description": "Email address.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "familyName": { "description": "Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.", "type": "string" }, "faxNumber": { "description": "The fax number.", "type": "string" }, "follows": { "description": "The most generic uni-directional social relation.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "givenName": { "description": "Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "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" }, "hasOccupation": { "$ref": "Occupation.schema.json", "description": "The Person's occupation. For past professions, use Role for expressing dates." }, "hasOfferCatalog": { "description": "Indicates an OfferCatalog listing for this Organization, Person, or Service.", "oneOf": [ { "$ref": "OfferCatalog.schema.json" }, { "items": { "$ref": "OfferCatalog.schema.json" }, "type": "array" } ] }, "hasPOS": { "description": "Points-of-Sales operated by the organization or person.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] }, "height": { "anyOf": [ { "format": "https://schema.org/Distance", "type": "string" }, { "$ref": "QuantitativeValue.schema.json" } ], "description": "The height of the item." }, "homeLocation": { "description": "A contact location for a person's residence.", "oneOf": [ { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Place.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Place.schema.json" } ] }, "type": "array" } ] }, "honorificPrefix": { "description": "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "honorificSuffix": { "description": "An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "interactionStatistic": { "$ref": "InteractionCounter.schema.json", "description": "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." }, "isicV4": { "description": "The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.", "type": "string" }, "knows": { "$ref": "Person.schema.json", "description": "The most generic bi-directional social/work relation." }, "makesOffer": { "description": "A pointer to products or services offered by the organization or person.", "oneOf": [ { "$ref": "Offer.schema.json" }, { "items": { "$ref": "Offer.schema.json" }, "type": "array" } ] }, "memberOf": { "description": "An Organization (or ProgramMembership) to which this Person or Organization belongs.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "ProgramMembership.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "ProgramMembership.schema.json" } ] }, "type": "array" } ] }, "naics": { "description": "The North American Industry Classification System (NAICS) code for a particular organization or business person.", "type": "string" }, "nationality": { "description": "Nationality of the person.", "oneOf": [ { "$ref": "Country.schema.json" }, { "items": { "$ref": "Country.schema.json" }, "type": "array" } ] }, "netWorth": { "anyOf": [ { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The total financial value of the person as calculated by subtracting assets from liabilities." }, "owns": { "description": "Products owned by the organization or person.", "oneOf": [ { "anyOf": [ { "$ref": "OwnershipInfo.schema.json" }, { "$ref": "Product.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "OwnershipInfo.schema.json" }, { "$ref": "Product.schema.json" } ] }, "type": "array" } ] }, "parent": { "description": "A parent of this person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "parents": { "description": "A parents of the person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "performerIn": { "description": "Event that this person is a performer or participant in.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] }, "publishingPrinciples": { "anyOf": [ { "format": "uri", "type": "string" }, { "$ref": "CreativeWork.schema.json" } ], "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." }, "relatedTo": { "$ref": "Person.schema.json", "description": "The most generic familial relation." }, "seeks": { "description": "A pointer to products or services sought by the organization or person (demand).", "oneOf": [ { "$ref": "Demand.schema.json" }, { "items": { "$ref": "Demand.schema.json" }, "type": "array" } ] }, "sibling": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "siblings": { "description": "A sibling of the person.", "oneOf": [ { "$ref": "Person.schema.json" }, { "items": { "$ref": "Person.schema.json" }, "type": "array" } ] }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "oneOf": [ { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" } ] }, "spouse": { "$ref": "Person.schema.json", "description": "The person's spouse." }, "taxID": { "description": "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.", "type": "string" }, "telephone": { "description": "The telephone number.", "type": "string" }, "vatID": { "description": "The Value-added Tax ID of the organization or person.", "type": "string" }, "weight": { "$ref": "QuantitativeValue.schema.json", "description": "The weight of the product or person." }, "workLocation": { "description": "A contact location for a person's place of work.", "oneOf": [ { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Place.schema.json" } ] }, { "items": { "anyOf": [ { "$ref": "ContactPoint.schema.json" }, { "$ref": "Place.schema.json" } ] }, "type": "array" } ] }, "worksFor": { "description": "Organizations that the person works for.", "oneOf": [ { "$ref": "Organization.schema.json" }, { "items": { "$ref": "Organization.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "Person", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/ConsumeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ConsumeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of ingesting information/resources/food.", "format": "http://schema.org/ConsumeAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ConsumeAction" }, "actionAccessibilityRequirement": { "description": "A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.", "oneOf": [ { "$ref": "ActionAccessSpecification.schema.json" }, { "items": { "$ref": "ActionAccessSpecification.schema.json" }, "type": "array" } ] }, "expectsAcceptanceOf": { "description": "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.", "oneOf": [ { "$ref": "Offer.schema.json" }, { "items": { "$ref": "Offer.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "ConsumeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
a130ffcce9e85373dea613894f00d76d0dfaa9e1
2020-05-23T02:39:19
schemas/Event.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Event", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Thing", "description": "The most generic type of item." } ], "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.", "properties": { "about": { "$ref": "http://schema.org/Thing", "description": "The subject matter of the content." }, "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "oneOf": [ { "$ref": "http://schema.org/Person" }, { "items": { "$ref": "http://schema.org/Person" }, "type": "array" } ] }, "aggregateRating": { "$ref": "http://schema.org/AggregateRating", "description": "The overall rating, based on a collection of reviews or ratings, of the item." }, "attendee": { "description": "A person or organization attending the event.", "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" } ] }, "attendees": { "description": "A person attending the event.", "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" } ] }, "audience": { "$ref": "http://schema.org/Audience", "description": "An intended audience, i.e. a group for whom something was created." }, "composer": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event." }, "contributor": { "description": "A secondary contributor to the CreativeWork or Event.", "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" } ] }, "director": { "$ref": "http://schema.org/Person", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "doorTime": { "anyOf": [ { "format": "date-time", "type": "string" }, { "format": "time", "type": "string" } ], "description": "The time admission will commence." }, "duration": { "$comment": "https://schema.org/Duration", "description": "The duration of the item (movie, audio recording, event, etc.) in ISO 8601 date format.", "type": "string" }, "endDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The end date and time of the item (in ISO 8601 date format)." }, "eventStatus": { "description": "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.", "oneOf": [ { "$ref": "http://schema.org/EventStatusType" }, { "items": { "$ref": "http://schema.org/EventStatusType" }, "type": "array" } ] }, "funder": { "description": "A person or organization that supports (sponsors) something through some kind of financial contribution.", "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" } ] }, "inLanguage": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Language" } ], "description": "The language of the content or performance or used in an action. Please use one of the language codes from the IETF BCP 47 standard. See also availableLanguage." }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Place" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "maximumAttendeeCapacity": { "description": "The total number of individuals that may attend an event or venue.", "type": "integer" }, "offers": { "description": "An offer to provide this item\u2014for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use businessFunction to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/Demand" }, { "$ref": "http://schema.org/Offer" } ] }, "type": "array" } ] }, "organizer": { "description": "An organizer of an Event.", "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" } ] }, "performer": { "description": "A performer at the event\u2014for example, a presenter, musician, musical group or actor.", "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" } ] }, "performers": { "anyOf": [ { "$ref": "http://schema.org/Organization" }, { "$ref": "http://schema.org/Person" } ], "description": "The main performer or performers of the event\u2014for example, a presenter, musician, or actor." }, "previousStartDate": { "description": "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.", "oneOf": [ { "format": "date", "type": "string" }, { "items": { "format": "date", "type": "string" }, "type": "array" } ] }, "recordedIn": { "$ref": "http://schema.org/CreativeWork", "description": "The CreativeWork that captured all or part of this Event." }, "remainingAttendeeCapacity": { "description": "The number of attendee places for an event that remain unallocated.", "type": "integer" }, "review": { "description": "A review of the item.", "oneOf": [ { "$ref": "http://schema.org/Review" }, { "items": { "$ref": "http://schema.org/Review" }, "type": "array" } ] }, "sponsor": { "description": "A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.", "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" } ] }, "startDate": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The start date and time of the item (in ISO 8601 date format)." }, "subEvent": { "description": "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "subEvents": { "description": "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "superEvent": { "description": "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.", "oneOf": [ { "$ref": "http://schema.org/Event" }, { "items": { "$ref": "http://schema.org/Event" }, "type": "array" } ] }, "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.", "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" } ] }, "typicalAgeRange": { "description": "The typical expected age range, e.g. '7-9', '11-'.", "type": "string" }, "workFeatured": { "description": "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] }, "workPerformed": { "description": "A work performed in some event, for example a play performed in a TheaterEvent.", "oneOf": [ { "$ref": "http://schema.org/CreativeWork" }, { "items": { "$ref": "http://schema.org/CreativeWork" }, "type": "array" } ] } }, "title": "Event", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/GeoCircle.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCircle", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "GeoShape.schema.json", "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." } ], "description": "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.", "format": "http://schema.org/GeoCircle", "properties": { "geoMidpoint": { "description": "Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.", "items": { "$ref": "GeoCoordinates.schema.json" }, "type": "array" }, "geoRadius": { "description": "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).", "items": { "$ref": "Distance.schema.json" }, "type": "array" } }, "title": "GeoCircle", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/RVPark.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RVPark", "$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 place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.", "format": "http://schema.org/RVPark", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "RVPark" } }, "required": [ "@type" ], "title": "RVPark", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ReplaceAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ReplaceAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:UpdateAction", "description": "The act of managing by changing/editing the state of the object." } ], "description": "The act of editing a recipient by replacing an old object with a new object.", "properties": { "replacee": { "description": "A sub property of object. The object that is being replaced.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] }, "replacer": { "description": "A sub property of object. The object that replaces.", "oneOf": [ { "$ref": "schema:Thing" }, { "items": { "$ref": "schema:Thing" }, "type": "array" } ] } }, "title": "ReplaceAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/PlayAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:PlayAction", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema: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](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." } ], "description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.", "properties": { "audience": { "$ref": "schema: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": "schema:Event" }, { "items": { "$ref": "schema:Event" }, "type": "array" } ] } }, "title": "PlayAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/VideoGame.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGame", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "SoftwareApplication.schema.json", "description": "A software application." }, { "$ref": "Game.schema.json", "description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." } ], "description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.", "format": "http://schema.org/VideoGame", "properties": { "actor": { "description": "An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.", "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" }, "cheatCode": { "description": "Cheat codes to the game.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "director": { "$ref": "Person.schema.json", "description": "A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." }, "directors": { "description": "A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.", "items": { "$ref": "Person.schema.json" }, "type": "array" }, "gamePlatform": { "anyOf": [ { "type": "string" }, { "$ref": "Thing.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The electronic systems used to play video games." }, "gameServer": { "$ref": "GameServer.schema.json", "description": "The server on which it is possible to play the game." }, "gameTip": { "description": "Links to tips, tactics, etc.", "items": { "$ref": "CreativeWork.schema.json" }, "type": "array" }, "musicBy": { "anyOf": [ { "$ref": "MusicGroup.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The composer of the soundtrack." }, "playMode": { "description": "Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.", "items": { "$ref": "GamePlayMode.schema.json" }, "type": "array" }, "trailer": { "$ref": "VideoObject.schema.json", "description": "The trailer of a movie or tv/radio series, season, episode, etc." } }, "title": "VideoGame", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BookmarkAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BookmarkAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "OrganizeAction.schema.json", "description": "The act of manipulating/administering/supervising/controlling one or more objects." } ], "description": "An agent bookmarks/flags/labels/tags/marks an object.", "format": "http://schema.org/BookmarkAction", "title": "BookmarkAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/PublicationIssue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationIssue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." } ], "description": "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\n\nSee also blog post.", "format": "http://schema.org/PublicationIssue", "properties": { "issueNumber": { "description": "Identifies the issue of publication; for example, \"iii\" or \"2\".", "items": { "anyOf": [ { "type": "integer" }, { "type": "string" } ] }, "type": "array" }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "items": { "type": "string" }, "type": "array" } }, "title": "PublicationIssue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/BroadcastService.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BroadcastService", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Service.schema.json", "description": "A service provided by an organization, e.g. delivery service, print services, etc." } ], "description": "A delivery service through which content is provided via broadcast over the air or online.", "format": "http://schema.org/BroadcastService", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "BroadcastService" }, "area": { "$ref": "Place.schema.json", "description": "The area within which users can expect to reach the broadcast service." }, "broadcastAffiliateOf": { "$ref": "Organization.schema.json", "description": "The media network(s) whose content is broadcast on this station." }, "broadcastDisplayName": { "description": "The name displayed in the channel guide. For many US affiliates, it is the network name.", "type": "string" }, "broadcastFrequency": { "anyOf": [ { "type": "string" }, { "$ref": "BroadcastFrequencySpecification.schema.json" } ], "description": "The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." }, "broadcastTimezone": { "description": "The timezone in ISO 8601 format for which the service bases its broadcasts", "type": "string" }, "broadcaster": { "$ref": "Organization.schema.json", "description": "The organization owning or operating the broadcast service." }, "hasBroadcastChannel": { "description": "A broadcast channel of a broadcast service.", "oneOf": [ { "$ref": "BroadcastChannel.schema.json" }, { "items": { "$ref": "BroadcastChannel.schema.json" }, "type": "array" } ] }, "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." }, "parentService": { "description": "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.", "oneOf": [ { "$ref": "BroadcastService.schema.json" }, { "items": { "$ref": "BroadcastService.schema.json" }, "type": "array" } ] }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "required": [ "@type" ], "title": "BroadcastService", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
ccfd7867a8f0a96f421a90bfd617be8735463a02
2020-05-27T22:00:22
schemas/RsvpResponseType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RsvpResponseType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.", "oneOf": [ { "const": "RsvpResponseMaybe", "description": "The invitee may or may not attend." }, { "const": "RsvpResponseNo", "description": "The invitee will not attend." }, { "const": "RsvpResponseYes", "description": "The invitee will attend." } ], "title": "RsvpResponseType", "type": "string" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/EmployeeRole.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:EmployeeRole", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:OrganizationRole", "description": "A subclass of Role used to describe roles within organizations." } ], "description": "A subclass of OrganizationRole used to describe employee relationships.", "properties": { "baseSalary": { "anyOf": [ { "type": "number" }, { "$ref": "schema:MonetaryAmount" }, { "$ref": "schema:PriceSpecification" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "salaryCurrency": { "description": "The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) ) used for the main salary information in this job posting or for this employee.", "type": "string" } }, "title": "EmployeeRole", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/ComedyEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ComedyEvent", "$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: Comedy event.", "format": "http://schema.org/ComedyEvent", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ComedyEvent" } }, "required": [ "@type" ], "title": "ComedyEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": { "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.", "items": { "$ref": "PropertyValue.schema.json" }, "type": "array" }, "address": { "$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.", "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.", "format": "http://schema.org/Text" }, "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.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "events": { "description": "Upcoming or past events associated with this place or organization.", "items": { "$ref": "Event.schema.json" }, "type": "array" }, "faxNumber": { "description": "The fax number.", "format": "http://schema.org/Text" }, "geo": { "anyOf": [ { "$ref": "GeoShape.schema.json" }, { "$ref": "GeoCoordinates.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.", "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.", "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.", "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.", "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)", "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)", "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.", "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.", "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 )", "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.", "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.", "format": "http://schema.org/Text" }, "hasMap": { "description": "A URL to a map of the place.", "items": { "oneOf": [ { "$ref": "Map.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "format": "http://schema.org/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.", "format": "http://schema.org/Text" }, "latitude": { "description": "The latitude of a location. For example 37.42242 (WGS 84).", "format": "http://schema.org/Text" }, "logo": { "description": "An associated logo.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "longitude": { "description": "The longitude of a location. For example -122.08585 (WGS 84).", "format": "http://schema.org/Number" }, "map": { "description": "A URL to a map of the place.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "maps": { "description": "A URL to a map of the place.", "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.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "$ref": "Photograph.schema.json" } ] }, "type": "array" }, "photos": { "description": "Photographs of this place.", "items": { "oneOf": [ { "$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", "format": "http://schema.org/Boolean" }, "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" }, "slogan": { "description": "A slogan or motto associated with the item.", "format": "http://schema.org/Text" }, "smokingAllowed": { "description": "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.", "format": "http://schema.org/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.", "format": "http://schema.org/Text" } }, "title": "Place", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/MedicalEnumeration.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:MedicalEnumeration", "$schema": "https://json-schema.org/draft/2020-12/schema", "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.", "title": "MedicalEnumeration", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/PaintAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaintAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing a painting, typically with paint and canvas as instruments.", "format": "http://schema.org/PaintAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "PaintAction" } }, "required": [ "@type" ], "title": "PaintAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/PaintAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PaintAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreateAction.schema.json", "description": "The act of deliberately creating/producing/generating/building a result out of the agent." } ], "description": "The act of producing a painting, typically with paint and canvas as instruments.", "format": "http://schema.org/PaintAction", "title": "PaintAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Brewery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Brewery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "FoodEstablishment.schema.json", "description": "A food-related business." } ], "description": "Brewery.", "format": "http://schema.org/Brewery", "title": "Brewery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/VideoGameClip.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGameClip", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Clip.schema.json", "description": "A short TV or radio program or a segment/part of a program." } ], "description": "A short segment/part of a video game.", "format": "http://schema.org/VideoGameClip", "title": "VideoGameClip", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/VideoGallery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/VideoGallery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/MediaGallery", "description": "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia." } ], "description": "Web page type: Video gallery page.", "format": "http://schema.org/VideoGallery", "title": "VideoGallery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MusicVenue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicVenue", "$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 music venue.", "format": "http://schema.org/MusicVenue", "title": "MusicVenue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/HowToSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSection", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "CreativeWork.schema.json", "description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." }, { "$ref": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." } ], "description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", "format": "http://schema.org/HowToSection", "properties": { "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "items": { "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" } }, "title": "HowToSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Protein.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Protein", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:BioChemEntity", "description": "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical." } ], "description": "Protein is here used in its widest possible definition, as classes of amino acid based molecules. Amyloid-beta Protein in human (UniProt P05067), eukaryota (e.g. an OrthoDB group) or even a single molecule that one can point to are all of type schema:Protein. A protein can thus be a subclass of another protein, e.g. schema:Protein as a UniProt record can have multiple isoforms inside it which would also be schema:Protein. They can be imagined, synthetic, hypothetical or naturally occurring.", "properties": { "hasBioPolymerSequence": { "description": "A symbolic representation of a BioChemEnity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "Protein", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
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": "http://schema.org/Dataset", "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.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/DataFeedItem" }, { "$ref": "http://schema.org/Thing" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/DataFeedItem" }, { "$ref": "http://schema.org/Thing" } ] }, "type": "array" } ] } }, "title": "DataFeed", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/MusicEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicEvent", "$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: Music event.", "format": "http://schema.org/MusicEvent", "title": "MusicEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/ServiceChannel.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ServiceChannel", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A means for accessing a service, e.g. a government office location, web site, or phone number.", "format": "http://schema.org/ServiceChannel", "properties": { "availableLanguage": { "description": "A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage", "items": { "$ref": "Language.schema.json" }, "type": "array" }, "processingTime": { "description": "Estimated processing time for the service using this channel.", "format": "https://schema.org/Duration", "type": "string" }, "providesService": { "$ref": "Service.schema.json", "description": "The service provided by this channel." }, "serviceLocation": { "$ref": "Place.schema.json", "description": "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." }, "servicePhone": { "$ref": "ContactPoint.schema.json", "description": "The phone number to use to access the service." }, "servicePostalAddress": { "$ref": "PostalAddress.schema.json", "description": "The address for accessing the service by mail." }, "serviceSmsNumber": { "$ref": "ContactPoint.schema.json", "description": "The number to access the service by text message." }, "serviceUrl": { "description": "The website to access the service.", "format": "uri", "type": "string" } }, "title": "ServiceChannel", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/HowToStep.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToStep", "$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": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.", "format": "http://schema.org/HowToStep", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToStep" } }, "required": [ "@type" ], "title": "HowToStep", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/BedDetails.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/BedDetails", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also BedType (under development).", "format": "http://schema.org/BedDetails", "properties": { "numberOfBeds": { "description": "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.", "type": "number" }, "typeOfBed": { "anyOf": [ { "type": "string" }, { "$ref": "BedType.schema.json" } ], "description": "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." } }, "title": "BedDetails", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/OrderStatus.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderStatus", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated status values for Order.", "format": "http://schema.org/OrderStatus", "oneOf": [ { "const": "OrderCancelled", "description": "OrderStatus representing cancellation of an order." }, { "const": "OrderDelivered", "description": "OrderStatus representing successful delivery of an order." }, { "const": "OrderInTransit", "description": "OrderStatus representing that an order is in transit." }, { "const": "OrderPaymentDue", "description": "OrderStatus representing that payment is due on an order." }, { "const": "OrderPickupAvailable", "description": "OrderStatus representing availability of an order for pickup." }, { "const": "OrderProblem", "description": "OrderStatus representing that there is a problem with the order." }, { "const": "OrderProcessing", "description": "OrderStatus representing that an order is being processed." }, { "const": "OrderReturned", "description": "OrderStatus representing that an order has been returned." } ], "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "OrderStatus" } }, "required": [ "@type" ], "title": "OrderStatus", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GasStation.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GasStation", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:AutomotiveBusiness", "description": "Car repair, sales, or parts." } ], "description": "A gas station.", "title": "GasStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/ReviewAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReviewAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AssessAction.schema.json", "description": "The act of forming one's opinion, reaction or sentiment." } ], "description": "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.", "format": "http://schema.org/ReviewAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "ReviewAction" }, "resultReview": { "description": "A sub property of result. The review that resulted in the performing of the action.", "oneOf": [ { "$ref": "Review.schema.json" }, { "items": { "$ref": "Review.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "ReviewAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
3b9f5eb6c2fa9a07a29aac6eb200a680ae3c385c
2020-05-13T21:31:46
schemas/Article.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Article", "$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": "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.", "format": "http://schema.org/Article", "properties": { "articleBody": { "description": "The actual body of the article.", "type": "string" }, "articleSection": { "description": "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.", "items": { "type": "string" }, "type": "array" }, "pageEnd": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work ends; for example \"138\" or \"xvi\"." }, "pageStart": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "description": "The page on which the work starts; for example \"135\" or \"xiii\"." }, "pagination": { "description": "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\".", "items": { "type": "string" }, "type": "array" }, "speakable": { "description": "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe speakable property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned.\n\n2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the cssSelector property.\n\n3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the xpath property.\n\nFor more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this\nwe define a supporting type, SpeakableSpecification which is defined to be a possible value of the speakable property.", "items": { "anyOf": [ { "$ref": "SpeakableSpecification.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "wordCount": { "description": "The number of words in the text of the Article.", "type": "integer" } }, "title": "Article", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/UpdateAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UpdateAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Action.schema.json", "description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also blog post and Actions overview document." } ], "description": "The act of managing by changing/editing the state of the object.", "format": "http://schema.org/UpdateAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "UpdateAction" }, "collection": { "description": "A sub property of object. The collection target of the action.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] }, "targetCollection": { "description": "A sub property of object. The collection target of the action.", "oneOf": [ { "$ref": "Thing.schema.json" }, { "items": { "$ref": "Thing.schema.json" }, "type": "array" } ] } }, "required": [ "@type" ], "title": "UpdateAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AcceptAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AcceptAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "AllocateAction.schema.json", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of committing to/adopting an object.\n\nRelated actions:\n\n\nRejectAction: The antonym of AcceptAction.\n\n", "format": "http://schema.org/AcceptAction", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AcceptAction" } }, "required": [ "@type" ], "title": "AcceptAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Museum.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Museum", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A museum.", "title": "Museum", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Winery.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Winery", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/FoodEstablishment", "description": "A food-related business." } ], "description": "A winery.", "title": "Winery", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/BroadcastEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:BroadcastEvent", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:PublicationEvent", "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." } ], "description": "An over the air or online broadcast event.", "properties": { "broadcastOfEvent": { "$ref": "schema:Event", "description": "The event being broadcast such as a sporting event or awards ceremony." }, "isLiveBroadcast": { "description": "True if the broadcast is of a live event.", "type": "boolean" }, "subtitleLanguage": { "description": "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "schema:Language" } ] }, "type": "array" } ] }, "videoFormat": { "description": "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).", "type": "string" } }, "title": "BroadcastEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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).", "oneOf": [ { "format": "uri", "type": "string" }, { "items": { "format": "uri", "type": "string" }, "type": "array" } ] }, "codeSampleType": { "description": "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programmingLanguage": { "description": "The computer programming language.", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "ComputerLanguage.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "ComputerLanguage.schema.json" } ] }, "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).", "oneOf": [ { "type": "string" }, { "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.", "oneOf": [ { "$ref": "SoftwareApplication.schema.json" }, { "items": { "$ref": "SoftwareApplication.schema.json" }, "type": "array" } ] } }, "title": "SoftwareSourceCode", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
836707371bd5157a43e93dd1653717a7f932db13
2020-05-11T23:21:31
schemas/Recipe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Recipe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HowTo.schema.json", "description": "Instructions that explain how to achieve a result by performing a sequence of steps." } ], "description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", "format": "http://schema.org/Recipe", "properties": { "cookTime": { "description": "The time it takes to actually cook the dish, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "cookingMethod": { "description": "The method of cooking, such as Frying, Steaming, ...", "format": "http://schema.org/Text" }, "ingredients": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "format": "http://schema.org/Text" }, "nutrition": { "$ref": "NutritionInformation.schema.json", "description": "Nutrition information about the recipe or menu item." }, "recipeCategory": { "description": "The category of the recipe\u2014for example, appetizer, entree, etc.", "format": "http://schema.org/Text" }, "recipeCuisine": { "description": "The cuisine of the recipe (for example, French or Ethiopian).", "format": "http://schema.org/Text" }, "recipeIngredient": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "format": "http://schema.org/Text" }, "recipeInstructions": { "anyOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ], "description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." }, "recipeYield": { "$ref": "QuantitativeValue.schema.json", "description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "items": { "$ref": "RestrictedDiet.schema.json" }, "type": "array" } }, "title": "Recipe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/RestrictedDiet.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/RestrictedDiet", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.", "format": "http://schema.org/RestrictedDiet", "oneOf": [ { "const": "DiabeticDiet", "description": "A diet appropriate for people with diabetes." }, { "const": "GlutenFreeDiet", "description": "A diet exclusive of gluten." }, { "const": "HalalDiet", "description": "A diet conforming to Islamic dietary practices." }, { "const": "HinduDiet", "description": "A diet conforming to Hindu dietary practices, in particular, beef-free." }, { "const": "KosherDiet", "description": "A diet conforming to Jewish dietary practices." }, { "const": "LowCalorieDiet", "description": "A diet focused on reduced calorie intake." }, { "const": "LowFatDiet", "description": "A diet focused on reduced fat and cholesterol intake." }, { "const": "LowLactoseDiet", "description": "A diet appropriate for people with lactose intolerance." }, { "const": "LowSaltDiet", "description": "A diet focused on reduced sodium intake." }, { "const": "VeganDiet", "description": "A diet exclusive of all animal products." }, { "const": "VegetarianDiet", "description": "A diet exclusive of animal meat." } ], "title": "RestrictedDiet", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/LiquorStore.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LiquorStore", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.", "title": "LiquorStore", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/ElementarySchool.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:ElementarySchool", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:EducationalOrganization", "description": "An educational organization." } ], "description": "An elementary school.", "title": "ElementarySchool", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/OrderItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OrderItem", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.", "format": "http://schema.org/OrderItem", "properties": { "orderDelivery": { "$ref": "http://schema.org/ParcelDelivery", "description": "The delivery of the parcel related to this order or order item." }, "orderItemNumber": { "description": "The identifier of the order item.", "type": "string" }, "orderItemStatus": { "$ref": "http://schema.org/OrderStatus", "description": "The current status of the order item." }, "orderQuantity": { "description": "The number of the item ordered. If the property is not set, assume the quantity is one.", "type": "number" }, "orderedItem": { "description": "The item ordered.", "oneOf": [ { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, { "items": { "anyOf": [ { "$ref": "http://schema.org/OrderItem" }, { "$ref": "http://schema.org/Product" }, { "$ref": "http://schema.org/Service" } ] }, "type": "array" } ] } }, "title": "OrderItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MusicComposition.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MusicComposition", "$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 musical composition.", "format": "http://schema.org/MusicComposition", "properties": { "composer": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The person or organization who wrote a composition, or who is the composer of a work performed at some event." }, "firstPerformance": { "$ref": "Event.schema.json", "description": "The date and place the work was first performed." }, "includedComposition": { "description": "Smaller compositions included in this work (e.g. a movement in a symphony).", "items": { "$ref": "MusicComposition.schema.json" }, "type": "array" }, "iswcCode": { "description": "The International Standard Musical Work Code for the composition.", "format": "http://schema.org/Text" }, "lyricist": { "$ref": "Person.schema.json", "description": "The person who wrote the words." }, "lyrics": { "$ref": "CreativeWork.schema.json", "description": "The words in the song." }, "musicArrangement": { "description": "An arrangement derived from the composition.", "items": { "$ref": "MusicComposition.schema.json" }, "type": "array" }, "musicCompositionForm": { "description": "The type of composition (e.g. overture, sonata, symphony, etc.).", "format": "http://schema.org/Text" }, "musicalKey": { "description": "The key, mode, or scale this composition uses.", "format": "http://schema.org/Text" }, "recordedAs": { "description": "An audio recording of the work.", "items": { "$ref": "MusicRecording.schema.json" }, "type": "array" } }, "title": "MusicComposition", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Energy.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Energy", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Quantity.schema.json", "description": "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'." } ], "description": "Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.", "format": "http://schema.org/Energy", "title": "Energy", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cadd3691264c91598c783327c7e2e9823e41023a
2020-05-19T23:05:07
schemas/MonetaryAmount.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MonetaryAmount", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between \u00a31,000 and \u00a31,000,000 GBP, or the value of a salary, etc. It is recommended to use PriceSpecification Types to describe the price of an Offer, Invoice, etc.", "format": "http://schema.org/MonetaryAmount", "properties": { "currency": { "description": "The currency in which the monetary amount is expressed.\n\nUse standard formats: ISO 4217 currency format e.g. \"USD\"; Ticker symbol for cryptocurrencies e.g. \"BTC\"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. \"Ithaca HOUR\".", "type": "string" }, "maxValue": { "description": "The upper value of some characteristic or property.", "type": "number" }, "minValue": { "description": "The lower value of some characteristic or property.", "type": "number" }, "validFrom": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date when the item becomes valid." }, "validThrough": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." }, "value": { "anyOf": [ { "type": "boolean" }, { "type": "number" }, { "$ref": "StructuredValue.schema.json" }, { "type": "string" } ], "description": "The value of the quantitative value or property value node.\n\n\nFor QuantitativeValue and MonetaryAmount, the recommended type for values is 'Number'.\nFor PropertyValue, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.\nUse values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\nUse '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n\n" } }, "title": "MonetaryAmount", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Synagogue.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Synagogue", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "PlaceOfWorship.schema.json", "description": "Place of worship, such as a church, synagogue, or mosque." } ], "description": "A synagogue.", "format": "http://schema.org/Synagogue", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Synagogue" } }, "required": [ "@type" ], "title": "Synagogue", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/InformAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InformAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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 notifying someone of information pertinent to them, with no expectation of a response.", "format": "http://schema.org/InformAction", "properties": { "event": { "description": "Upcoming or past event associated with this place, organization, or action.", "oneOf": [ { "$ref": "Event.schema.json" }, { "items": { "$ref": "Event.schema.json" }, "type": "array" } ] } }, "title": "InformAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/Festival.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Festival", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "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: Festival.", "format": "http://schema.org/Festival", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "Festival" } }, "required": [ "@type" ], "title": "Festival", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/ItemListOrderType.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ItemListOrderType", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.", "format": "http://schema.org/ItemListOrderType", "oneOf": [ { "const": "ItemListOrderDescending", "description": "An ItemList ordered with higher values listed first." }, { "const": "ItemListUnordered", "description": "An ItemList ordered with no explicit order." }, { "const": "ItemListOrderAscending", "description": "An ItemList ordered with lower values listed first." } ], "title": "ItemListOrderType", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
dcbb428317ce07ab8dcff50247c907f15443fb2f
2020-05-22T20:27:54
schemas/HowToSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSection", "$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": "ItemList.schema.json", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." }, { "$ref": "ListItem.schema.json", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", "format": "http://schema.org/HowToSection", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "HowToSection" }, "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "CreativeWork.schema.json" }, { "$ref": "ItemList.schema.json" } ] }, "type": "array" } ] } }, "required": [ "@type" ], "title": "HowToSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/Electrician.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Electrician", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HomeAndConstructionBusiness", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "An electrician.", "format": "http://schema.org/Electrician", "title": "Electrician", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": "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 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.", "items": { "$ref": "Person.schema.json" }, "type": "array" } }, "title": "LendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": { "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 ).", "format": "uri", "type": "string" }, "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
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/AdministrativeArea.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AdministrativeArea", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Place.schema.json", "description": "Entities that have a somewhat fixed, physical extension." } ], "description": "A geographical region, typically under the jurisdiction of a particular government.", "format": "http://schema.org/AdministrativeArea", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "AdministrativeArea" } }, "required": [ "@type" ], "title": "AdministrativeArea", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
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": { "item": { "description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "nextItem": { "description": "A link to the ListItem that follows the current one.", "items": { "$ref": "ListItem.schema.json" }, "type": "array" }, "position": { "description": "The position of an item in a series or sequence of items.", "type": "integer" }, "previousItem": { "description": "A link to the ListItem that preceeds the current one.", "items": { "$ref": "ListItem.schema.json" }, "type": "array" } }, "title": "ListItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/WPAdBlock.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WPAdBlock", "$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": "An advertising section of the page.", "format": "http://schema.org/WPAdBlock", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "WPAdBlock" } }, "required": [ "@type" ], "title": "WPAdBlock", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/GeoCoordinates.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/GeoCoordinates", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/StructuredValue", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "The geographic coordinates of a place or event.", "properties": { "address": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/PostalAddress" } ], "description": "Physical address of the item." }, "addressCountry": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/Country" } ], "description": "The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code." }, "elevation": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The elevation of a location (WGS 84). Values may be of the form 'NUMBER UNITOFMEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." }, "latitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The latitude of a location. For example 37.42242 (WGS 84)." }, "longitude": { "anyOf": [ { "type": "number" }, { "type": "string" } ], "description": "The longitude of a location. For example -122.08585 (WGS 84)." }, "postalCode": { "description": "The postal code. For example, 94043.", "type": "string" } }, "title": "GeoCoordinates", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/MenuSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/MenuSection", "$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 sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.", "format": "http://schema.org/MenuSection", "properties": { "hasMenuItem": { "description": "A food or drink item contained in a menu or menu section.", "items": { "$ref": "MenuItem.schema.json" }, "type": "array" }, "hasMenuSection": { "description": "A subgrouping of the menu (by dishes, course, serving time period, etc.).", "items": { "$ref": "MenuSection.schema.json" }, "type": "array" } }, "title": "MenuSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/DataFeedItem.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataFeedItem", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A single item within a larger data feed.", "format": "http://schema.org/DataFeedItem", "properties": { "dateCreated": { "description": "The date on which the CreativeWork was created or the item was added to a DataFeed.", "format": "http://schema.org/Date" }, "dateDeleted": { "description": "The datetime the item was removed from the DataFeed.", "format": "http://schema.org/Date" }, "dateModified": { "description": "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.", "format": "http://schema.org/Date" }, "item": { "description": "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')\u2019.", "items": { "$ref": "Thing.schema.json" }, "type": "array" } }, "title": "DataFeedItem", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/Locksmith.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Locksmith", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "HomeAndConstructionBusiness.schema.json", "description": "A construction business.\n\nA HomeAndConstructionBusiness is a LocalBusiness that provides services around homes and buildings.\n\nAs a LocalBusiness it can be described as a provider of one or more Service(s)." } ], "description": "A locksmith.", "format": "http://schema.org/Locksmith", "title": "Locksmith", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/OwnershipInfo.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/OwnershipInfo", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "StructuredValue.schema.json", "description": "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." } ], "description": "A structured value providing information about when a certain organization or person owned a certain product.", "format": "http://schema.org/OwnershipInfo", "properties": { "acquiredFrom": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "The organization or person from which the product was acquired." }, "ownedFrom": { "description": "The date and time of obtaining the product.", "format": "date-time", "type": "string" }, "ownedThrough": { "description": "The date and time of giving up ownership on the product.", "format": "date-time", "type": "string" }, "typeOfGood": { "anyOf": [ { "$ref": "Service.schema.json" }, { "$ref": "Product.schema.json" } ], "description": "The product that this structured value is referring to." } }, "title": "OwnershipInfo", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/ReplyAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/ReplyAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/CommunicateAction", "description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." } ], "description": "The act of responding to a question/message asked/sent by the object. Related to AskAction\n\nRelated actions:\n\n\nAskAction: Appears generally as an origin of a ReplyAction.\n\n", "format": "http://schema.org/ReplyAction", "properties": { "resultComment": { "description": "A sub property of result. The Comment created or sent as a result of this action.", "oneOf": [ { "$ref": "http://schema.org/Comment" }, { "items": { "$ref": "http://schema.org/Comment" }, "type": "array" } ] } }, "title": "ReplyAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Thing.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Thing", "$schema": "http://json-schema.org/draft-07/schema#", "description": "The most generic type of item.", "format": "http://schema.org/Thing", "properties": { "additionalType": { "description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "alternateName": { "description": "An alias for the item.", "format": "http://schema.org/Text" }, "description": { "description": "A description of the item.", "format": "http://schema.org/Text" }, "disambiguatingDescription": { "description": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.", "format": "http://schema.org/Text" }, "identifier": { "anyOf": [ { "$ref": "PropertyValue.schema.json" }, { "format": "uri", "type": "string" } ], "description": "The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details." }, "image": { "description": "An image of the item. This can be a URL or a fully described ImageObject.", "items": { "oneOf": [ { "$ref": "ImageObject.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "mainEntityOfPage": { "description": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.", "items": { "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "format": "uri", "type": "string" } ] }, "type": "array" }, "name": { "description": "The name of the item.", "format": "http://schema.org/Text" }, "potentialAction": { "description": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.", "items": { "$ref": "Action.schema.json" }, "type": "array" }, "sameAs": { "description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.", "items": { "format": "uri", "type": "string" }, "type": "array" }, "subjectOf": { "description": "A CreativeWork or Event about this Thing.", "items": { "oneOf": [ { "$ref": "CreativeWork.schema.json" }, { "$ref": "Event.schema.json" } ] }, "type": "array" }, "url": { "description": "URL of the item.", "format": "uri", "type": "string" } }, "title": "Thing", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/Airport.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:Airport", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "An airport.", "properties": { "iataCode": { "description": "IATA identifier for an airline or airport.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "icaoCode": { "description": "ICAO identifier for an airport.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "Airport", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/GameServer.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:GameServer", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:Intangible", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Server that provides game interaction in a multiplayer game.", "properties": { "game": { "description": "Video game which is played on this server.", "oneOf": [ { "$ref": "schema:VideoGame" }, { "items": { "$ref": "schema:VideoGame" }, "type": "array" } ] }, "playersOnline": { "description": "Number of players on the server.", "oneOf": [ { "type": "integer" }, { "items": { "type": "integer" }, "type": "array" } ] }, "serverStatus": { "description": "Status of a game server.", "oneOf": [ { "$ref": "schema:GameServerStatus" }, { "items": { "$ref": "schema:GameServerStatus" }, "type": "array" } ] } }, "title": "GameServer", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/FindAction", "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.", "title": "CheckAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CityHall.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CityHall", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "GovernmentBuilding.schema.json", "description": "A government building." } ], "description": "A city hall.", "format": "http://schema.org/CityHall", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CityHall" } }, "required": [ "@type" ], "title": "CityHall", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/LikeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/LikeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.", "format": "http://schema.org/LikeAction", "title": "LikeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HowToSection.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HowToSection", "$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/ItemList", "description": "A list of items of any sort\u2014for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." }, { "$ref": "http://schema.org/ListItem", "description": "An list item, e.g. a step in a checklist or how-to description." } ], "description": "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).", "properties": { "steps": { "description": "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).", "oneOf": [ { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, { "items": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ] }, "type": "array" } ] } }, "title": "HowToSection", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/JobPosting.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/JobPosting", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "A listing that describes a job opening in a certain organization.", "format": "http://schema.org/JobPosting", "properties": { "baseSalary": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "PriceSpecification.schema.json" } ], "description": "The base salary of the job or of an employee in an EmployeeRole." }, "benefits": { "description": "Description of benefits associated with the job.", "type": "string" }, "datePosted": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "Publication date of an online listing." }, "employmentType": { "description": "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "estimatedSalary": { "description": "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.", "oneOf": [ { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, { "items": { "anyOf": [ { "type": "number" }, { "$ref": "MonetaryAmount.schema.json" }, { "$ref": "MonetaryAmountDistribution.schema.json" } ] }, "type": "array" } ] }, "experienceRequirements": { "description": "Description of skills and experience needed for the position or Occupation.", "type": "string" }, "hiringOrganization": { "$ref": "Organization.schema.json", "description": "Organization offering the job position." }, "incentiveCompensation": { "description": "Description of bonus and commission compensation aspects of the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "incentives": { "description": "Description of bonus and commission compensation aspects of the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "industry": { "description": "The industry associated with the job position.", "type": "string" }, "jobBenefits": { "description": "Description of benefits associated with the job.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "jobLocation": { "description": "A (typically single) geographic location associated with the job position.", "oneOf": [ { "$ref": "Place.schema.json" }, { "items": { "$ref": "Place.schema.json" }, "type": "array" } ] }, "relevantOccupation": { "$ref": "Occupation.schema.json", "description": "The Occupation for the JobPosting." }, "responsibilities": { "description": "Responsibilities associated with this role or Occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "salaryCurrency": { "description": "The currency (coded using ISO 4217 ) used for the main salary information in this job posting or for this employee.", "type": "string" }, "skills": { "description": "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "specialCommitments": { "description": "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "title": { "description": "The title of the job.", "type": "string" }, "validThrough": { "anyOf": [ { "format": "date", "type": "string" }, { "format": "date-time", "type": "string" } ], "description": "The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours." }, "workHours": { "description": "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).", "type": "string" } }, "title": "JobPosting", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/Recipe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Recipe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/HowTo", "description": "Instructions that explain how to achieve a result by performing a sequence of steps." } ], "description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet. The keywords property can also be used to add more detail.", "properties": { "cookTime": { "description": "The time it takes to actually cook the dish, in ISO 8601 duration format.", "format": "https://schema.org/Duration", "type": "string" }, "cookingMethod": { "description": "The method of cooking, such as Frying, Steaming, ...", "type": "string" }, "ingredients": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "nutrition": { "$ref": "http://schema.org/NutritionInformation", "description": "Nutrition information about the recipe or menu item." }, "recipeCategory": { "description": "The category of the recipe\u2014for example, appetizer, entree, etc.", "type": "string" }, "recipeCuisine": { "description": "The cuisine of the recipe (for example, French or Ethiopian).", "type": "string" }, "recipeIngredient": { "description": "A single ingredient used in the recipe, e.g. sugar, flour or garlic.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "recipeInstructions": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/CreativeWork" }, { "$ref": "http://schema.org/ItemList" } ], "description": "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." }, "recipeYield": { "anyOf": [ { "type": "string" }, { "$ref": "http://schema.org/QuantitativeValue" } ], "description": "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." }, "suitableForDiet": { "description": "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.", "oneOf": [ { "$ref": "http://schema.org/RestrictedDiet" }, { "items": { "$ref": "http://schema.org/RestrictedDiet" }, "type": "array" } ] } }, "title": "Recipe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
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": "http://schema.org/CivicStructure", "description": "A public structure, such as a town hall or concert hall." } ], "description": "A train station.", "title": "TrainStation", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/APIReference.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:APIReference", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "$ref": "schema:TechArticle", "description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." } ], "description": "Reference documentation for application programming interfaces (APIs).", "properties": { "assembly": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "type": "string" }, "assemblyVersion": { "description": "Associated product/technology version. e.g., .NET Framework 4.5.", "type": "string" }, "executableLibraryName": { "description": "Library file name e.g., mscorlib.dll, system.web.dll.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "programmingModel": { "description": "Indicates whether API is managed or unmanaged.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "targetPlatform": { "description": "Type of app development: phone, Metro style, desktop, XBox, etc.", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "title": "APIReference", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/InternetCafe.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/InternetCafe", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "LocalBusiness.schema.json", "description": "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc." } ], "description": "An internet cafe.", "format": "http://schema.org/InternetCafe", "title": "InternetCafe", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
schemas/DataDownload.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/DataDownload", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "MediaObject.schema.json", "description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's)." } ], "description": "A dataset in downloadable form.", "format": "http://schema.org/DataDownload", "title": "DataDownload", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
b2e53fc058740940d51ae80a92d53c99f0b57ab0
2020-05-12T22:52:12
schemas/Flight.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Flight", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Trip.schema.json", "description": "A trip or journey. An itinerary of visits to one or more places." } ], "description": "An airline flight.", "format": "http://schema.org/Flight", "properties": { "aircraft": { "anyOf": [ { "$ref": "Vehicle.schema.json" }, { "type": "string" } ], "description": "The kind of aircraft (e.g., \"Boeing 747\")." }, "arrivalAirport": { "$ref": "Airport.schema.json", "description": "The airport where the flight terminates." }, "arrivalGate": { "description": "Identifier of the flight's arrival gate.", "items": { "type": "string" }, "type": "array" }, "arrivalTerminal": { "description": "Identifier of the flight's arrival terminal.", "items": { "type": "string" }, "type": "array" }, "boardingPolicy": { "$ref": "BoardingPolicyType.schema.json", "description": "The type of boarding policy used by the airline (e.g. zone-based or group-based)." }, "carrier": { "$ref": "Organization.schema.json", "description": "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." }, "departureAirport": { "$ref": "Airport.schema.json", "description": "The airport where the flight originates." }, "departureGate": { "description": "Identifier of the flight's departure gate.", "items": { "type": "string" }, "type": "array" }, "departureTerminal": { "description": "Identifier of the flight's departure terminal.", "items": { "type": "string" }, "type": "array" }, "estimatedFlightDuration": { "anyOf": [ { "format": "https://schema.org/Duration", "type": "string" }, { "type": "string" } ], "description": "The estimated time the flight will take." }, "flightDistance": { "anyOf": [ { "type": "string" }, { "format": "https://schema.org/Distance", "type": "string" } ], "description": "The distance of the flight." }, "flightNumber": { "description": "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.", "type": "string" }, "mealService": { "description": "Description of the meals that will be provided or available for purchase.", "items": { "type": "string" }, "type": "array" }, "seller": { "anyOf": [ { "$ref": "Person.schema.json" }, { "$ref": "Organization.schema.json" } ], "description": "An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider." }, "webCheckinTime": { "description": "The time when a passenger can check into the flight online.", "format": "date-time", "type": "string" } }, "title": "Flight", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/AcceptAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AcceptAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/AllocateAction", "description": "The act of organizing tasks/objects/events by associating resources to it." } ], "description": "The act of committing to/adopting an object.\n\nRelated actions:\n\n\nRejectAction: The antonym of AcceptAction.\n\n", "format": "http://schema.org/AcceptAction", "title": "AcceptAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e8b1f2cc6ffa01721896e87736f87654885d1475
2022-01-02T23:44:21
schemas/LendAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "schema:LendAction", "$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 providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\\n\\nRelated actions:\\n\\n* [[BorrowAction]]: Reciprocal of LendAction.", "properties": { "borrower": { "description": "A sub property of participant. The person that borrows the object being lent.", "oneOf": [ { "$ref": "schema:Person" }, { "items": { "$ref": "schema:Person" }, "type": "array" } ] } }, "title": "LendAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
9f4aa4feafda1370cd94ae4c2a70a86f1eb23fcb
2020-05-23T01:54:36
schemas/PublicationEvent.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/PublicationEvent", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Event", "description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the offers property. Repeated events may be structured as separate Event objects." } ], "description": "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.", "format": "http://schema.org/PublicationEvent", "properties": { "free": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "isAccessibleForFree": { "description": "A flag to signal that the item, event, or place is accessible for free.", "type": "boolean" }, "publishedOn": { "description": "A broadcast service associated with the publication event.", "oneOf": [ { "$ref": "http://schema.org/BroadcastService" }, { "items": { "$ref": "http://schema.org/BroadcastService" }, "type": "array" } ] } }, "title": "PublicationEvent", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/AgreeAction.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/AgreeAction", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "ReactAction.schema.json", "description": "The act of responding instinctively and emotionally to an object, expressing a sentiment." } ], "description": "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.", "format": "http://schema.org/AgreeAction", "title": "AgreeAction", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/UserPlays.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/UserPlays", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "UserInteraction.schema.json", "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment." } ], "description": "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use Action-based vocabulary, alongside types such as Comment.", "format": "http://schema.org/UserPlays", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "UserPlays" } }, "required": [ "@type" ], "title": "UserPlays", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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.", "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
6d7567eecede3e8272a2640c2c2081768cb48462
2020-05-02T11:06:50
schemas/Seat.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Seat", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Intangible.schema.json", "description": "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." } ], "description": "Used to describe a seat, such as a reserved seat in an event reservation.", "format": "http://schema.org/Seat", "properties": { "seatNumber": { "description": "The location of the reserved seat (e.g., 27).", "format": "http://schema.org/Text" }, "seatRow": { "description": "The row location of the reserved seat (e.g., B).", "format": "http://schema.org/Text" }, "seatSection": { "description": "The section location of the reserved seat (e.g. Orchestra).", "format": "http://schema.org/Text" }, "seatingType": { "$ref": "QualitativeValue.schema.json", "description": "The type/class of the seat." } }, "title": "Seat", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/HobbyShop.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/HobbyShop", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/Store", "description": "A retail good store." } ], "description": "A store that sells materials useful or necessary for various hobbies.", "title": "HobbyShop", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
d93f16a26bf98d23eb806d03ccce08d7cf15b99a
2020-05-20T22:06:03
schemas/Action.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/Action", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Thing.schema.json", "description": "The most generic type of item." } ], "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.", "format": "http://schema.org/Action", "properties": { "actionStatus": { "description": "Indicates the current disposition of the Action.", "items": { "$ref": "ActionStatusType.schema.json" }, "type": "array" }, "agent": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ], "description": "The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book." }, "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." }, "error": { "description": "For failed actions, more information on the cause of the failure.", "items": { "$ref": "Thing.schema.json" }, "type": "array" }, "instrument": { "$ref": "Thing.schema.json", "description": "The object that helped the agent perform the action. e.g. John wrote a book with a pen." }, "location": { "anyOf": [ { "type": "string" }, { "$ref": "Place.schema.json" }, { "$ref": "PostalAddress.schema.json" } ], "description": "The location of for example where the event is happening, an organization is located, or where an action takes place." }, "object": { "$ref": "Thing.schema.json", "description": "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read a book." }, "participant": { "description": "Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.", "items": { "anyOf": [ { "$ref": "Organization.schema.json" }, { "$ref": "Person.schema.json" } ] }, "type": "array" }, "result": { "$ref": "Thing.schema.json", "description": "The result produced in the action. e.g. John wrote a book." }, "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." }, "target": { "description": "Indicates a target EntryPoint for an Action.", "items": { "$ref": "EntryPoint.schema.json" }, "type": "array" } }, "title": "Action", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
cf09e5607a380dfe3692839d5ca86c0dd9bd6e0c
2020-05-22T20:06:45
schemas/CatholicChurch.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/CatholicChurch", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "Church.schema.json", "description": "A church." } ], "description": "A Catholic church.", "format": "http://schema.org/CatholicChurch", "properties": { "@context": { "const": "https://schema.org" }, "@type": { "const": "CatholicChurch" } }, "required": [ "@type" ], "title": "CatholicChurch", "type": "object" }
Apache-2.0
en
charlestati/schema-org-json-schemas
e24049d24a7bd3b639876aa7f9a9da997ce29114
2020-05-22T22:32:24
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": "PlanAction.schema.json", "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
804d52988c59583ea5a0208a0ccfa22b31c01f43
2020-05-23T02:30:56
schemas/WebApplication.schema.json
25
2024-05-28T05:23:45.146893Z
{ "$id": "http://schema.org/WebApplication", "$schema": "http://json-schema.org/draft-07/schema#", "allOf": [ { "$ref": "http://schema.org/SoftwareApplication", "description": "A software application." } ], "description": "Web applications.", "properties": { "browserRequirements": { "description": "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.", "type": "string" } }, "title": "WebApplication", "type": "object" }
Apache-2.0
en