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
It is very useful for developers to be able to visualize how a specific model, request body or response body might look instead of just seeing the attribute type.
There are several ways to do this, which might look differently depending on which HTML template we are using (see #182):
setting schema.example for each model attribute. This approach is probably the best. I think some HTML template might require this to be called x-example instead.
It is very useful for developers to be able to visualize how a specific model, request body or response body might look instead of just seeing the attribute type.
There are several ways to do this, which might look differently depending on which HTML template we are using (see #182):
schema.example
for each model attribute. This approach is probably the best. I think some HTML template might require this to be calledx-example
instead.response.examples
for each endpoint response.The text was updated successfully, but these errors were encountered: