Add sample_openapi/README.md (#443)

* Add sample_openapi/README.md

* Update sample_openapi/README.md

Co-authored-by: Adam Leventhal <adam.leventhal@gmail.com>

* Update sample_openapi/README.md

Co-authored-by: Adam Leventhal <adam.leventhal@gmail.com>

---------

Co-authored-by: Adam Leventhal <adam.leventhal@gmail.com>
This commit is contained in:
John Vandenberg 2023-04-28 23:54:45 +08:00 committed by GitHub
parent 6a515c304f
commit c965167e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
sample_openapi/README.md Normal file
View File

@ -0,0 +1,13 @@
# Sources
This directory contains some OpenAPI definitions included in this project
solely for the purpose of testing various progenitor features. Some of these
have been pulled in from other projects:
- `api.github.com.json`: https://github.com/github/rest-api-description
- `buildomat.json`: https://github.com/oxidecomputer/buildomat
- `keeper.json`: https://github.com/jclulow/keeper
- `nexus.json`: https://github.com/oxidecomputer/omicron
- `propolis-server.json`: https://github.com/oxidecomputer/propolis
Note that keeper and buildomat have diverged in order to validate support for various features. The others should not be changed other than updating them from their source repository.