From e5b2ccfbc249547ccbf79ad9d3f43a0ad3c6ba3e Mon Sep 17 00:00:00 2001 From: Jon Marston Date: Tue, 27 Feb 2024 10:30:00 +0000 Subject: [PATCH] APM-0000 Test change. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d2651b..a81e0eb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is a specification for the *validated-relationships-service-api* API. + * `specification/` This [Open API Specification](https://swagger.io/docs/specification/about/) describes the endpoints, methods and messages exchanged by the API. Use it to generate interactive documentation; the contract between the API and its consumers. * `sandbox/` This NodeJS application implements a mock implementation of the service. Use it as a back-end service to the interactive documentation to illustrate interactions and concepts. It is not intended to provide an exhaustive/faithful environment suitable for full development and testing. * `scripts/` Utilities helpful to developers of this specification.