What's new:
- Allow contract-invalid examples of 400 in the contract
- Examples can now be marked WIP (by adding [WIP] at the start of the example name), and WIP example tests will not return 1 at the command prompt, nor fail a build
- Added stats showing how many tests are for each API in the contracts used for contract testing
- Eliminated stackoverflow error when a cycle exists in the contract - thanks to @westse (Steve West)
- Added support for discriminator - thanks to @westse (Steve West)
- Added support for Dictionary with allOf, oneOf - thanks to @westse (Steve West)