feat(openapi): Add a new OpenAPI schema linting command to repo-tools.

Signed-off-by: Aramis Sennyey <sennyeyaramis@gmail.com>
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Aramis Sennyey
2023-05-09 19:30:30 -04:00
committed by Fredrik Adelöw
parent 29ceb11821
commit ee411e7c26
12 changed files with 673 additions and 20 deletions
@@ -61,6 +61,7 @@ export default {
'/query': {
get: {
operationId: 'Query',
description: 'Query documents with a given filter.',
responses: {
'200': {
description: 'Ok',
@@ -33,6 +33,7 @@ paths:
/query:
get:
operationId: Query
description: Query documents with a given filter.
responses:
'200':
description: Ok