This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Supported formats are different from the Swagger spec #265
Open
Description
See apiaryio/dredd#681. TL;DR Swagger spec supports a different set of formats then JSON Schema spec. The adapter (to be more precise the JSON Schema faker in the adapter) follows the JSON Schema spec. We should support Swagger spec in the first place though.
"website": {
"type": "string",
"format": "url"
}