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
OAS 3.0 is incompatible with JSON Schema because it assumes context-sensitive validation (readOnly and writeOnly for request and response), which JSON Schema doesn't support.
Subclassing jsonschema validator classes is not intended to be part of their public API but it's the only way to add context-sensitive validation support.
The text was updated successfully, but these errors were encountered:
OAS 3.0 is incompatible with JSON Schema because it assumes context-sensitive validation (
readOnly
andwriteOnly
for request and response), which JSON Schema doesn't support.Subclassing jsonschema validator classes is not intended to be part of their public API but it's the only way to add context-sensitive validation support.
The text was updated successfully, but these errors were encountered: