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.
For example, if I want to reference another data structure inside an array of fixed-type. I'd like to provide multiple examples to be rendered in the JSON array example.
#API## GET /users+Response200(application/json)+ Attributes
+ users (array[User], fixed-type)
+ Sample
+ (User)
+ username: doe
+ (User)
+ username: tim
## Data Structures###User+ username: kyle
The Sample section is ignored when it comes to rendering a JSON body and I think the sample should be included.
For example, if I want to reference another data structure inside an array of fixed-type. I'd like to provide multiple examples to be rendered in the JSON array example.
The
Sample
section is ignored when it comes to rendering a JSON body and I think the sample should be included.Current Behaviour
Expected Behaviour
The text was updated successfully, but these errors were encountered: