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:
committed by
Fredrik Adelöw
parent
29ceb11821
commit
ee411e7c26
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user