Skip to content

description of an array is not shown if its items are of object or array type #85

@bhch

Description

@bhch

In the following example, the description is only displayed when the array is empty. As soon as an item is added, the description disappears.

{
    "type": "array",
    "description": "This is the description for this array",
    "items": {
        "type": "object",
        "properties": {
            "name": {"type": "string"}
        } 
    } 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions