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
An array with a description does not show the description.
Realize the pattern is that this would be under the input field, but perhaps just under the label.
{
"type": "object",
"properties": {
"comments": {
"title": "Comments a Description",
"description": "Name and url for one or more web pages or other web accessible document about the resource",
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"message": {
"type": "string",
"maxLength": 5
},
"enum": {
"type": "string",
"enum": [
"foo",
"bar"
]
}
}
}
}
}
}
The text was updated successfully, but these errors were encountered:
An array with a description does not show the description.
Realize the pattern is that this would be under the input field, but perhaps just under the label.
The text was updated successfully, but these errors were encountered: