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

No Description for an array #41

Open
valentinedwv opened this issue Feb 18, 2022 · 2 comments
Open

No Description for an array #41

valentinedwv opened this issue Feb 18, 2022 · 2 comments

Comments

@valentinedwv
Copy link

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.
Screen Shot 2022-02-17 at 4 00 59 PM

{
  "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"
            ]
          }
        }
      }
    }
  }
}
@sdirix
Copy link
Member

sdirix commented Feb 18, 2022

Thanks for the report! Would you like to contribute this feature?

@valentinedwv
Copy link
Author

Yes. will work on it.

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

2 participants