-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In the original JSON editor, the title and description properties of a schema would be rendered on the UI so some metadata about a field could be displayed.
{
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Product",
"description": "A product from Acme's catalog",
"type": "object"
}
Does this library change the way the description would be rendered at all?
The description field is rendered when using the json-editor jsfiddles, but not when I'm using this directive.
Thanks
Metadata
Metadata
Assignees
Labels
No labels