-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cat-voices): Filter OpenAPI json for Flutter (#1187)
* chore: First version of filter-openapi job * chore: comment out openapi-filters.json copy in Earthfile to avoid confusion during build process * chore: change node image * chore: verbose flag for openapi-format * chore: copy openapi-filters * chore: change dir of copy openapi-filters * chore: don't delete cat-gateway-api for now * chore: working filtering of openapi json * fix: default value for using filtered openapi * fix: new filtered cat gateway openAPI files --------- Co-authored-by: Oleksandr Prokhorenko <[email protected]>
- Loading branch information
Showing
3 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
catalyst_voices/packages/internal/catalyst_voices_services/openapi-filters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"inverseTags": [ | ||
"Health", | ||
"Legacy" | ||
], | ||
"operations": [ | ||
"*::/api/draft/*" | ||
], | ||
"unusedComponents": [ | ||
"schemas", | ||
"parameters", | ||
"examples", | ||
"headers", | ||
"requestBodies", | ||
"responses" | ||
] | ||
} |