Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add read and write context support to validation component #95

Open
niels-nijens opened this issue May 27, 2024 · 0 comments
Open

Add read and write context support to validation component #95

niels-nijens opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@niels-nijens
Copy link
Member

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.

@niels-nijens niels-nijens added this to the 2.2 milestone May 27, 2024
@niels-nijens niels-nijens added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant