Skip to content

Coercion to array does not work #571

Closed
@ghost

Description

Is there a problem with coercing "1" to ["1"]? With the schema

{
    "a": {
        "type": "array"
    }
}

and the json input

{
    "a": "1"
}

it does not do anything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions