The engine should validate the dictionary values are all quoted #773
Labels
engine
Issue in the RESTler engine
good first issue
Good for newcomers
help wanted
Pick this issue - it is ready to be worked on.
💡 Idea
The array values in the dictionary must all be strings. For example:
Correct way to define a fuzzable int:
Incorrect way to define a fuzzable int:
We need to validate this in the engine before proceeding, since later errors can be difficult to debug.
Design Notes
No response
The text was updated successfully, but these errors were encountered: