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
The OpenAPI specification, particularly the JSON specification, includes the option to mark properties as readOnly or writeOnly. However, these properties are currently ignored during the validation of JSON request bodies. Implementing a read/write context in the schema validation would enhance the reuse of schema objects within the OpenAPI document, ensuring more accurate and context-aware validation.
The text was updated successfully, but these errors were encountered:
The OpenAPI specification, particularly the JSON specification, includes the option to mark properties as
readOnly
orwriteOnly
. However, these properties are currently ignored during the validation of JSON request bodies. Implementing a read/write context in the schema validation would enhance the reuse of schema objects within the OpenAPI document, ensuring more accurate and context-aware validation.The text was updated successfully, but these errors were encountered: