Add support for extra format
options in OpenAPI Sampler
#185
Labels
Type: enhancement
New feature or request.
format
options in OpenAPI Sampler
#185
In accordance with the JSON Schema Validation vocabulary, data types may have an optional modifier property known as
format
. This spec defines a wide range of values, such as duration and time. To ensure compliance with the validation specification, it is necessary to include support for all of these values.For example, if you have the following schema that needs to generate a sample of duration in ISO 8601:
or just time:
The text was updated successfully, but these errors were encountered: