We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For mock values, add randoms:
key: type: random_string chars: ABCDE12345 length: 10
key: type: random_integer range: 1-10 seed: 42
key: type: random_float range: 0.0-1.9
key: type: random_list values: random_string # or values: ['a', 'b', 'c'] length: 10 seed: *
key: type: random_obj keys: ['a', 'b'] # or keys: random_string values: random_integer # or values: ['a', 'b', 'c'] min_breadth: 1 max_breadth: 4 min_depth: 1 max_depth: 3
key: type: random_choice values: ['a', 'b', 'c']
The text was updated successfully, but these errors were encountered:
cuniculus-zipf
No branches or pull requests
For mock values, add randoms:
String
Integer
Float
List
Object
Choice
The text was updated successfully, but these errors were encountered: