From c965167e7e0351f6be6370ca36c163aa57fd16f6 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 28 Apr 2023 23:54:45 +0800 Subject: [PATCH] Add sample_openapi/README.md (#443) * Add sample_openapi/README.md * Update sample_openapi/README.md Co-authored-by: Adam Leventhal * Update sample_openapi/README.md Co-authored-by: Adam Leventhal --------- Co-authored-by: Adam Leventhal --- sample_openapi/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sample_openapi/README.md diff --git a/sample_openapi/README.md b/sample_openapi/README.md new file mode 100644 index 0000000..54dddbe --- /dev/null +++ b/sample_openapi/README.md @@ -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. \ No newline at end of file