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
Type of field only reported once. And type section is compact in the generated output. Preferable a table format always for the required, type, defined location and so on. Currently the output ends up very verbose, for very simple schema.
`raw`
* is required
* cannot be null
* defined in: [Configuration]()
### raw Type
`string[]`
Actual Behaviour
Type of a node is reported in multiple sections.
`raw`
* is required
* Type: `string[]`
* cannot be null
* defined in: [Configuration]()
### raw Type
`string[]`
Expected Behaviour
Type of field only reported once. And type section is compact in the generated output. Preferable a table format always for the required, type, defined location and so on. Currently the output ends up very verbose, for very simple schema.
Actual Behaviour
Type of a node is reported in multiple sections.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: