Open Certificate Standard

A compliance certificate anyone can check Draft v1

An open format for gas, electrical and fire safety certificates. Free to implement, free to use, owned by no one.

What it gives you

If you own or manage rented property

You can check a certificate without ringing the engineer who wrote it. The details the law requires either appear on it or they do not, and software can tell you which in a second rather than a solicitor telling you in a year.

Your compliance history stops being locked inside one contractor's software. A record in this format moves between suppliers, into a property pack, or into a register, without being retyped.

You can also see what a certificate is missing before somebody else does. A gas safety record without the landlord's address on it is a problem the day a tenant disputes a notice, not the day it was issued.

If you build software for the trade

You do not have to invent a format. This one is specified, implemented and running, with nine test vectors so you can prove your implementation agrees with everyone else's before you ship it.

It removes a sales objection rather than creating one. Customers who ask whether they can get their data out have an answer, and customers moving to you can bring their history with them.

No company name appears anywhere in the format. Adopting it does not put a competitor's brand inside your documents.

If you set or enforce the rules

This gives you a definition of a compliance certificate that a machine can check, rather than a description that needs a person to interpret it. Every requirement in it is written so software can decide whether a document meets it.

It is published under an open licence with the specification, the conformance checks and the test data all public. Nothing about it depends on any one supplier continuing to exist.

Why now

The Renters' Rights Act creates a national database of privately rented property, with phased rollout from late 2026. Landlords will have to register, and compliance certificates are expected to form part of what gets held there. The technical requirements are not yet published.

Today every supplier holds certificate data in its own private shape. When a national register does need machine-readable certificates, the industry will either have a shared format or it will have a scramble. This is a format offered early, in the open, so that it can be argued with and improved before anyone has to rely on it.

How it works

Three parts.

  1. A record. A small JSON object holding the details the law asks for: the property, the landlord, the engineer, the date, and what was found.
  2. A fingerprint. The record is turned into one canonical form and hashed, so anyone can confirm that the certificate they are holding says exactly what was issued. Two independent systems produce the same fingerprint from the same record.
  3. Checks anyone can run. Conformance at three levels: does it contain what the law names, can a non-expert read it and act on it, and can you prove later what was issued and to whom.

The document is not the record. If a certificate's identity is the bytes of one PDF, that PDF becomes the legal record: the layout can never be corrected and a document with a real mistake in it cannot be fixed, because fixing it makes it look tampered with. Here the identity is the data. A PDF, a web page and a printout of the same record are all equally valid.

Implement it

There is no membership, no fee, no registration and nobody to ask for permission.

Conformance is measured

Anyone can claim to follow a standard. This one is built so the claim can be checked by whoever receives the certificate. A conformance claim states the version, the level, the certificate types it covers, the date, and who is making it, and each of those can be tested against real documents.

Published figures are expected to be partial at first. The implementation behind this draft covers 273 certificate types, of which 121 currently produce a Level A record. The remainder are held back by fields their forms do not yet collect, mostly an outcome or a defect recorded against each individual item.

Suppliers adopting the standard are encouraged to publish their own figures the same way, including the gaps. A conformance level that only ever goes up tells a landlord nothing.

Status and governance

This is a draft, version 1, published for comment. No standards body has adopted it. It was written by CertBox, which makes certificate software for tradespeople, and the working implementation came before the specification.

Authorship is not ownership. The licence permits anyone to implement it, fork it or extend it, no company name appears in the format, and long-term governance is one of the open questions below.

Take part

Comments are wanted from software companies, letting agents, landlords, trade bodies and anyone working on the private rented sector database. The open questions are listed at the end of the specification and they are real questions.

Open an issue on GitHub, where other implementers can read the discussion and disagree in public. For anything private, write to support@certbox.app.