This repository is the canonical source for REST API specifications for eryph.
The structure of the directory should strictly follow these rules:
-
Specification: This folder the is root folder for all Specs related docs.
-
API versions: This folder will contain the OpenAPI validation Specs (Swaggers previously) and the examples folder.
-
Examples: the example folder will contain the examples files. it will reside under the APIs version folders as different APIs can have different examples.
The structure should appear like so:
.
\---specification
| \---v1
| | \---examples
| | \---
\--- readme.md
Currently, the specifications are expected to be in Swagger JSON format (OpenAPI V2).