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

Duplicated information in generated output #375

Open
elupus opened this issue Dec 2, 2021 · 0 comments
Open

Duplicated information in generated output #375

elupus opened this issue Dec 2, 2021 · 0 comments

Comments

@elupus
Copy link

elupus commented Dec 2, 2021

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.

`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[]`

Reproduce Scenario (including but not limited to)

Steps to Reproduce

"raw": {
	"type": "array",
	"items": { "type": "string" }
}

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant