Skip to content
New issue

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

Cannot define reserved keys in schema #426

Open
siddharth23 opened this issue Apr 9, 2023 · 0 comments
Open

Cannot define reserved keys in schema #426

siddharth23 opened this issue Apr 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@siddharth23
Copy link

siddharth23 commented Apr 9, 2023

Describe the bug
Cannot define rate key in schema if not in poisson

To Reproduce
Want to define a field in schema named "rate" like below-
"rate": {
"type": "number",
"constant": 0,
"subtype": "u64"
},
but when generating the data it gives below error-
Caused by:
0: at file resources\scenariosSchema\suites.json
1: Failed to parse collection
2: rate is expected to be a field of poisson


Expected behavior
The rate field should only be considered if defined inside poison object else it should be treated as a normal field
Picture1

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Windows 11 Business
@siddharth23 siddharth23 added the bug Something isn't working label Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant