Merge pull request #5532 from SDA-SE/feat/json-schmea

Add support for json schema to API docs
This commit is contained in:
Oliver Sand
2021-05-03 13:15:50 +02:00
committed by GitHub
13 changed files with 1238 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ Right now, the following API formats are supported:
- [OpenAPI](https://swagger.io/specification/) 2 & 3
- [AsyncAPI](https://www.asyncapi.com/docs/specifications/latest/)
- [GraphQL](https://graphql.org/learn/schema/)
- [JSON Schema](https://json-schema.org/)
Other formats are displayed as plain text, but this can easily be extended.