You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context 3.1.0 spec was released in 2021-02-15.
Fix (Not viable)
Make api-schema-builder use openapi-schema-validator v12.1.3 fully supports OpenApi 3.1.0. This is not viable as both api-contract-validator and api-schema-builder seem to be abandoned.
Reproduction repo
No response
The text was updated successfully, but these errors were encountered:
Package version
3.0.0
Describe the bug
What
Currently the OpenAPI 3.1.0 specs is not supported.
Cause
@japa/assert 3.0.0
depends uponapi-contract-validator ^2.2.8
which depends uponapi-schema-builder ^2.0.10
which depends uponopenapi-schema-validator ^3.0.3
(which is based on this commit from 2019-01-31: kogosoftwarellc/open-api@2781e85#diff-70c35980076f3148e728c8457dc8dc282a65872bbe4d51aec3a13282775e7fcdR7)For context 3.1.0 spec was released in 2021-02-15.
Fix (Not viable)
Make
api-schema-builder
useopenapi-schema-validator v12.1.3
fully supports OpenApi 3.1.0. This is not viable as bothapi-contract-validator
andapi-schema-builder
seem to be abandoned.Reproduction repo
No response
The text was updated successfully, but these errors were encountered: