stackwire-gpt
stackwire-gpt copied to clipboard
Validation of JSON file
Through the config, allow a developer to specify which JSON fields in a response are optional and which ones are required. Also allow dev to specify a regex that can validate that that field value is as expected.
If the JSON format is incorrect issue a report.
Add in config option that will allow dev to either ignore bad requests or to fail the experiment,