We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to suggest new feature for displaying "examples" property in JSON Schema when on hover.
According to the standard:
New in draft 6 The examples keyword is a place to provide an array of examples that validate against the schema. https://json-schema.org/understanding-json-schema/reference/generic.html
I would like to see examples field below description when hovering over the field that contains "examples" in JSON schema (see screenshot below)
For example for timeout property defined like below: I'd like to see the examples property below the description:
Also, I'm not sure what does "Source" here mean, any idea?
The text was updated successfully, but these errors were encountered:
I believe this is already a feature; however, the rendering of it is less than ideal. Given the following:
It appears to render whitespace as raw HTML entity codes:
What I think we'd all appreciate is that it render such examples as syntax-highlighted YAML.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
I would like to suggest new feature for displaying "examples" property in JSON Schema when on hover.
Describe the solution you would like
According to the standard:
I would like to see examples field below description when hovering over the field that contains "examples" in JSON schema (see screenshot below)
Additional context
For example for timeout property defined like below:
![image](https://user-images.githubusercontent.com/83065856/223518756-71f44591-166f-47d3-a38f-d609f88bce24.png)
![image](https://user-images.githubusercontent.com/83065856/223518923-a533b9f8-f8d6-4019-a0c2-39b06da7f61d.png)
I'd like to see the examples property below the description:
Also, I'm not sure what does "Source" here mean, any idea?
The text was updated successfully, but these errors were encountered: