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
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Currently we have migrated all our APIs from Blueprint to Swagger 2.0 (Open API 2.0).
We have seen readOnly on schema attributes is ignored and it makes confusing the rendering of the body requests for the POST, PUT or GET operations which uses the same Schema object.
In Swagger editor, the readOnly attributes are automatically hidden for POST, PUT, PATCH operations.
However, in Apiary you see the entire object always which can create confusion to consumers which attributes are really necessary or not.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have migrated all our APIs from Blueprint to Swagger 2.0 (Open API 2.0).
We have seen readOnly on schema attributes is ignored and it makes confusing the rendering of the body requests for the POST, PUT or GET operations which uses the same Schema object.
In Swagger editor, the readOnly attributes are automatically hidden for POST, PUT, PATCH operations.
However, in Apiary you see the entire object always which can create confusion to consumers which attributes are really necessary or not.
The text was updated successfully, but these errors were encountered: