Note: you are viewing the development version of Schema.org. See How we work for more details.

How We Work

This document provides a brief overview of schema.org's process for developing and changing schemas. It accompanies the about schema.org page which describes the organizational structure of the project.

Note: the schema.org site contains the officially released version of schema.org, while webschemas.org is the very latest work-in-progress development branch of schema.org containing more recent fixes and improvements but which may contain changes that do not represent the consensus of the wider community or of the project steering group. See "pending" below for more details.

This document contains a minimal amount of technical detail sufficient to explain our approach to schema evolution. Operational details for project collaborators can be found via the how we work section of the Schema.org W3C Community Group.

Overview

A quick summary.

Versioning and change control

Schema.org is developed incrementally. Since 2011 we have published several substantial updates a year. These are known as releases and are documented on the releases page. Each release has a name that is assigned upon publication (e.g. "2.1"). Recent releases have also been given project-internal code names prior to launch, e.g. "sdo-phobos", which makes it easier to decide upon the final name (e.g. "2.9" versus "3.0") as the work develops.

The content of each release is based on public discussions hosted on W3C's community group platform and on the Github site. All changes to the project have been through unanimous agreement of the Steering Group membership, strongly informed by the opinions, contributions and discussions in the wider community.

Recently we have been expanding on this model with two types of extension vocabulary: hosted and external extensions. Hosted extensions are effectively part of schema.org but "tagged" within a subdomain (e.g. bib.schema.org, auto.schema.org). External extensions (e.g. see GS1's Web Vocabulary) are published elsewhere on the Web, and are typically managed by other organizations with their own processes, versioning systems and collaboration mechanisms. Hosted extensions are managed and published as part of the schema.org project, with their design often led by one or more dedicated community groups.

For general use, publishers and consumers are encouraged to use the latest release and to use simple non-versioned schema.org URLs such as 'https://schema.org/Place' in structured data applications. However there are settings in which more precise versioning is important. Schema.org also provides dated snapshots of each release, including both human and machine readable definitions of the schema.org core vocabulary. These are linked from the releases page. In addition, the schemaVersion property has been defined to provide a way for documents to indicate the specific intended version of schema.org's definitions. Finally, all changes to the site and its underlying software are now published via Github.

Schema structure

The schema.org site contains:

Schema definitions

Schema.org essentially defines a dictionary of terms (types, properties and enumerated values). To understand its evolution, a brief summary of the definition structure is needed (see also datamodel overview). In schema.org, each type can have one or more supertypes, although it is rare to have more than one supertype. This provides the main hierarchical navigational structure of schema.org: a tree of types with Thing at the root. Each property may have a more general super-property (e.g. partOfSeason is a specialization of isPartOf), but there is no unified hierarchy of properties. Pairs of properties can also be marked as being inverses of each other: i.e. they say effectively the thing, expressed in opposite direction, e.g. alumni/alumniOf, isPartOf/hasPart.

It is also important to understand what schema.org does not define or dictate. In particular schema.org does not define any notion of 'mandatory' property. Different sites and pages naturally have different amounts of information available; these details cannot be anticipated by schema designers. Similarly, the information needs of consuming services may also vary. We do not attempt to reach consensus at schema.org on what an ideal description of some type (Person, Place, TVSeries etc.) ought to contain - this makes consensus significantly easier to achieve. The schema.org site does contain many practical markup examples, which give rough hints about common and useful patterns for combining schema.org terms.

Each release can include several kinds of change:

Schema.org property names are considered "global" across the entire project (including the core and all hosted vocabularies such as "auto", "bib" etc.). For example, there is only one property such as "startDate", and both its human-readable and machine-readable definitions need to be appropriate to all the situations in which it might be used. In the case of "startDate" (defined currently as "The start date and time of the item"), the text has to be appropriate to all of the different combinations of types it can be used with.

This situation drives many of the evolutionary changes to schema.org. Often properties are added for some specific use case, and their potential relationship to other areas of schema.org only becomes clear later. This gives rise to changes in textual definition and property-to-type associations that gradually make schema.org more coherent, without introducing radical changes in meaning. Consumers of schema.org data can generally rely on schema.org term meanings not changing dramatically; however term definitions often evolve gradually over time, to accommodate new usage scenarios or to improve usability.

A common change is for a property to be marked as applicable to some previously unrelated type, or to expect to take values of a new type. When this happens the textual definitions are often adjusted slightly too. This is either by listing the new types explicitly, or through the use of a more general term like "item", "entity" or "thing". The issue summaries in the project releases page are a good guide to the kind of changes to expect in future.

Extensibility Mechanisms

In addition to the two dedicated extension mechanisms (hosted and external) there are several other ways in which schema.org structured data can be extended with complete independence from the evolving definitions and discussions at schema.org.

These mechanisms provide for greater expressivity within schema.org-based structured data. They are independent of schema.org vocabulary definitions and release planning, versioning etc. and no community approval, agreement or steering group consensus is needed to make use of these mechanisms.

Early Access Fixes and Pending Releases

Early Access Fixes: We have recently introduced mechanisms for more rapid updates to the schema.org site, in between official named releases. Prior to 2015, the schema.org site was only ever updated during official releases (or for occasional emergency repairs such as software bug fixes). In 2015 we introduced both the hosted extensions mechanism and the notion of "Early Access Fixes" which could be published to schema.org immediately with the agreement of the steering committee. An "Early Access Fixes" section at the top of the releases page lists any recently implemented fixes that have occurred since the most recent release.

For versioning purposes the changes are considered part of the subsequent full release.

Version 3.0 of schema.org introduces the "pending schemas" extension. The pending extension is a staging area for work-in-progress terms which have yet to be accepted into the core vocabulary. Pending terms are subject to change and should be used with caution. Implementors and publishers are cautioned that terms in the pending extension may lack consensus and that terminology and definitions could still change significantly after community and steering group review. Consumers of schema.org data who encourage use of such terms are strongly encouraged to update implementations and documentation to track any evolving changes, and to share early implementation feedback with the wider community. See also FAQ entry below.

Workflow FAQ

This page has a relatively limited audience. Here are some questions and answers that go into greater depth than the more mainstream, webmaster-focussed schema.org FAQ.

What are public-vocabs and the W3C WebSchemas group?
When the project launched in 2011 we created a temporary collaborative home for discussions about the project at W3C. This was the "Web Schemas" taskforce (see charter) of the W3C Semantic Web Interest Group. The general names were chosen to reflect the importance of a wide-ranging discussion group that looked into how schema.org related to other structured data vocabularies. As W3C's Community Group platform matured and we found schema.org discussions had become the primary focus of the public-vocabs list, schema.org moved to use instead a dedicated Community Group at W3C. Several other groups working on schema.org extensions have subsequently set up their own Community Groups. The public-vocabs mailing list and Web Schemas Wiki remain available, but active collaboration on schema.org now uses the new Community Group mailing list alongside Github.
Where's the plan?
The day-to-day running of the project is driven by the github issue list. This covers new vocabulary proposals, modest improvements and fixes for integration, as well as internal software tooling issues. As there are many open issues, some high level entry points are available: issues #1 (planning), #2 (vocab changes) and #3 (tooling/infrastructure) provide some views into to the various fine-grained issues, as do the labels we attach e.g. cleanup. Generally the project steering group and community prioritize modest (small sized) proposals that maps easily onto structured content that is already widely published in the Web, and vocabulary that is likely to be used in large scale projects of all kinds. The project's core emphasis remains public Web content but schema.org vocabulary has been used in other settings e.g. structured data in email, and discussions are welcome on new areas where it may prove useful.
Where are operational details (e.g. github issue tagging policies, related community groups, events etc.) described?

Accompanying this document, we also have a "how we work" section of the Schema.org community group. Practical day-to-day details are organized around those pages.

What is the difference between the "pending" schemas mechanism and the development version of the site?

The "pending schemas extension" and the development version of the site are two mechanisms we use for making works-in-progress available.

  • The "pending" extension contains one or more self-contained proposals that add new terms (types, properties and enumerated values) to schema.org.
  • The development version of schema.org is webschemas.org. It is a 1:1 representation of the current contents of the main development branch of the project's Github repository.

All hosted extensions, i.e. "bib", "auto", "meta" etc., including the "pending" extension and the schema.org "core" itself, are developed within the main project file repository, and consequently have "work in progress" development representations on webschemas.org as well as official named releases.

Background

For several years we have used "testing" versions of the site to publish proposed designs. These were sometimes named after particular schemas (e.g. sdo-actions) or after upcoming releases (e.g. sdo-phobos). To simplify this process and to emphasise integration of changes, we began also posting a unified "next version of the site" draft. This is now available consistently at webschemas.org. Other more exploratory test sites illustrating potential major changes can also still be used. The "in development" webschemas.org site may also contain software bugs, be occasionally offline, or be in an inconsistent state due to ongoing editorial work.

The "pending" extension is a related idea. Effectively it exploits our relatively new "hosted extensions" machinery to address a workflow problem that has affected the project from the beginning. Many interesting and sensible schema.org vocabulary ideas have been proposed which, while self-consistent and useful, have not received focused attention from the community, or been approved for inclusion into the schema.org core by the project steering group. By publishing these proposals directly through a "pending" extension, we encourage more detailed implementation proposals and make wider review much easier.

This means that there is a "live, development version" set of pending schemas at pending.webschemas.org, as well as a released version at pending.schema.org. The project webmaster can update pending.schema.org with new proposals drafted at pending.webschemas.org in order to share a complete design more widely.

When should a change proposal go into pending, rather than be drafted as a direct edit to the schema.org core?

The "pending" area of the site is an optional collaborative mechanism, best suited to relatively self-contained changes that add new vocabulary. It remains perfectly reasonable to propose core changes directly (via Github issues and pull requests, and community discussion). The pending mechanism can only handle changes to the core that are additive. For example, if you want to propose a new type, and also amend the definition of an existing property to reference it (without changing its existing relationship to existing types), this is possible to do as a pending proposal. If instead you want to change the textual definition of an existing type, or alter its supertype, then the pending extension mechanism is not appropriate.

The pending extension can be considered an integration-oriented "melting pot" where proposed additions can be seen alongside each other. While these proposals generally originate in community discussions, the project webmaster is responsible for coordinating and synthesising related proposals, as well as encouraging discussion amongst their contributors.

Hosted Extensions: how are they versioned, published etc.?

Since the initial implementation of hosted extensions (i.e. bib.schema.org, auto.schema.org), they have effectively been managed as an extended part of schema.org's core: updated on the same release cycle, and reviewed in the same steering and community group discussions. As more communities begin contributing via hosted extensions we expect to revise this document to provide more details on publication and versioning workflow for these extensions. At the current time hosted extensions are updated in the same release schedule as the schema.org core vocabulary. However we expect this process to remain relatively centralized due to the many ways in which schemas can overlap in topical scope, as well as the need for careful assignment of term names to avoid clashes or overly domain-specific definitions.

In addition, each hosted extension has a customizable homepage, which can also provide a natural language explanation of the status of that work, including links to supporting information and related community groups.

What is the role of the Schema.org webmaster?
The Schema.org webmaster's role, assisting the steering group, is to:
  • Take operational responsibility for the day-to-day running of the schema.org site and other online presence such as W3C community groups, Github, development sites.
  • Prepare and implement release candidates and site updates as described in this document, drawing upon the rough consensus of the wider community, and implemented with the approval of the steering committee.
  • Facilitate wide-ranging community and industry involvement during schema design discussions, e.g. via W3C, Github.
The current schema.org webmaster is Dan Brickley, who serves in this capacity on behalf of the schema.org project rather than on behalf of his employer, Google.
How is this work related to W3C? How does the steering group mechanism work in practice?

Schema.org is an independent project whose discussions occur within W3C Community Groups. Schema.org data is expressed within underlying infrastructural standards produced by W3C (JSON-LD, RDFa, CSVW) as well as by WHATWG (Microdata). Schema.org is focused on using these aspects of the Web platform for descriptive purposes within structured data, rather than on developing the underlying infrastructure, protocols and technical formats of the Web itself. The project is not governed by W3C, the W3C advisory group or the W3C Process; rather, it is part of a wider network of informal collaboration in the Web standards community. Participants in community group and Github discussions are expected to respect the W3C code of ethics and professional conduct, as well as each other. Attention is also drawn to the terms of service document which includes copyright (CC BY-SA 3.0) and W3C RF commitments from schema.org's founders (i.e. the founding search engines).

In terms of workflow, the primary difference between schema.org and W3C's recommendation track process is an emphasis on incremental publication of releases (several releases per year) approved by a small steering group whose role is to evaluate and approve release candidates prepared by the project webmaster on the basis of wider discussion. Releases are published to the official site by the project webmaster following the review and approval of the steering group. Steering Group review occurs in public email threads (e.g. v2.0, v2.1, v2.2, v3.0) and the conversation is open to all schema.org project contributors via the W3C Schema.org Community Group. These public email discussions of the steering group are effectively the publication of steering group minutes. Release review discussions are on the main public-schemaorg@w3.org Community Group list. There is also a rarely used email list for the steering group (also public), but the Community Group and Github are the main hub for all project activities and internal communication. The project has never published a release without the unanimous agreement of the steering group. Steering group members who share an employer have adopted the convention that one "agree to publish this release" message serves for their colleagues also.

Schema.org's various extensibility mechanisms serve to ease the reliance on steering group and wider community consensus. For example, GS1 have published their own schema.org-oriented Web Vocabulary as an external extension to schema.org. No permission or consensus was required for this, and liaison was conducted through community group mechanisms rather than the steering group.

What is the 'meta' extension?
Schema.org contains a small number of terms that are used by schema.org itself for defining schemas. Unlike the schema.org core vocabulary, they are not designed or intended for general use in the Web. These terms are now defined as a 'meta' extension.
How can I get involved? How can I propose new schemas or other improvements?

The main forum for schema.org discussions is the W3C Schema.org Community Group. There are also a number of more topical related community groups, as mentioned below. Anyone can participate in these or other W3C community groups, regardless of whether their employer has joined W3C. These groups each host public email-based discussions. For schema.org, due to the broad scope of the project, the majority of our detailed discussions tend to occur in Github, organized as "issues". Substantial textual contributors (of schemas and examples) are expected to join the community group and review the project terms of service, but everyone is welcome to discuss issues (in Github or elsewhere), suggest small changes or otherwise collaborate.

The best way to propose changes to schema.org is to raise an issue at Github, perhaps accompanied by a thread on the public-schemaorg@w3.org mailing list. Simple and modestly sized change proposals, and changes that are likely to be used tend to reach a rough consensus most easily. More complex topics (e.g. our designs around Action and Role) can take substantively longer.

I work for one of the Schema.org-founding search engines (originally known as "sponsors"). How can I get involved? How can I propose new schemas or other improvements?
See previous question.
Where are all the schema.org-related W3C community groups listed?
See the how we work materials over in our W3C group for a list.
Further reading...?

For more background on the project, the following may be of interest: