Closed kettanaito closed 2 years ago
Closes #12
Adds support for the following:
response
date-time
int16
int32
int64
additionalProperties
object
Adds integration tests covering the entire Swagger Petstore API.
This has been released in v0.1.0!
Make sure to always update to the latest version (npm i @mswjs/source@latest) to get the newest features and bug fixes.
npm i @mswjs/source@latest
Predictable release automation by @ossjs/release.
Closes #12
Adds support for the following:
response
query parameter;date-time
string format;int16
,int32
,int64
integer format;additionalProperties
for theobject
schema type;Adds integration tests covering the entire Swagger Petstore API.