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
OpenAPI 3.1 seems to be fully compatible with JSON schema. It may be possible to add a configuration field for OpenAPI version and adapt Whelk::Schema to use JSON schema validator instead of its own language. This would mean that when a new OpenAPI version is selected, all data inside Whelk schemas must be valid JSON schema, which may interfere with some system parts, since they may be coupled with Whelk::Schema internals. This must also obviously be an optional feature.
The text was updated successfully, but these errors were encountered:
OpenAPI 3.1 seems to be fully compatible with JSON schema. It may be possible to add a configuration field for OpenAPI version and adapt Whelk::Schema to use JSON schema validator instead of its own language. This would mean that when a new OpenAPI version is selected, all data inside Whelk schemas must be valid JSON schema, which may interfere with some system parts, since they may be coupled with Whelk::Schema internals. This must also obviously be an optional feature.
The text was updated successfully, but these errors were encountered: