Mathit
6 years agoContributor
How to setup running testexecute to run from network
I have testcomplete14 on the network and shared the folder From a VM that has testexecute, i open the pjs file to run the test when i click on run, i get this error. The test log files cannot be...
- 6 years ago
Hi road21,
OpenAPI 3.0 uses JSON Schema Wright Draft 00 (aka Draft 5), which requires at least one item in the "required" list:
https://tools.ietf.org/html/draft-wright-json-schema-validation-00#section-5.15
Empty "required" list is supported in later versions of JSON Schema, but OpenAPI has not been updated to that version yet.