An open API service indexing awesome lists of open source software.

https://github.com/citrineinformatics/api-documentation-openapi

OpenAPI definition of the Citrination API
https://github.com/citrineinformatics/api-documentation-openapi

Last synced: 3 months ago
JSON representation

OpenAPI definition of the Citrination API

Awesome Lists containing this project

README

          

To generate a single yaml file, install https://github.com/whitlockjc/json-refs and run from the root directory of this project:

```sh
json-refs resolve docs/index.yaml --yaml > index.yaml
```

The resulting file can be loaded directly into swagger ui.