Replies: 1 comment 1 reply
-
The following worked for me
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I specify Faker parameters in my schema?
For example,
x-faker: "address.cardinalDirection"
works but I'd like to pass the parameter useAbbr: boolean = false as per https://fakerjs.dev/api/address.html#cardinalDirection..Any advice?
If using the x-faker property is not the preferred way to control prism dynamic data behavior, please advise of the preferred method.
Thanks, in advance.
Beta Was this translation helpful? Give feedback.
All reactions