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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: