You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we provide an alternative a way to supply our own custom ruleset if desired.
Here's the API I'm thinking of:
exportdefaultdefineConfig({'api-client': {input: {target: 'swagger.json'// This can now be either a boolean (for the default ruleset), // OR a path to your own custom rulesetvalidation: '../path-to-my-ruleset.json',},
....},});
The text was updated successfully, but these errors were encountered:
Right now we default to whatever the
@ibm-cloud/openapi-ruleset
package gives us.orval/packages/core/src/utils/validator.ts
Line 7 in 3d122c3
orval/packages/core/src/utils/validator.ts
Line 17 in 3d122c3
Ideally we provide an alternative a way to supply our own custom ruleset if desired.
Here's the API I'm thinking of:
The text was updated successfully, but these errors were encountered: