This repository contains the specification for the Registry System Testing (RST) API. The specification conforms to the Version 3.0.3 of the OpenAPI specification.
- rst-api-spec.yaml.in is what you need to edit if you want to make changes to the API specification.
The simplest way to build the specification is to run docker compose run spec
(you obviously need Docker). The first run will take a while as it needs to
build the image, but it will be quite fast after that.
You can also validate the spec (once built) using docker compose run lint
.
- Make the changes you want to make.
- Once committed, tag the commit. The tag MUST take the form
vYYYY.DD
whereYYYY
is the current year andDD
is a two-digit serial number that resets to01
at the start of each year. Then push the tag to GitHub usinggit push --tags
. - Create a new release using the tag.
Since the API spec includes data elements from the RST test specs, each time there is a release of the test specs, a new version of the API spec must be released, in order to incorporate any changes to those data elements.
This repository is (c) 2025 Internet Corporation for Assigned Names and Numbers (ICANN). All rights reserved.