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
.
All development is done on the dev
branch. The main
branch is updated every
Wednesday from the dev
branch.
This repository is (c) 2024 Internet Corporation for Assigned Names and Numbers (ICANN). All rights reserved.