Skip to content

Unhashable type: "list" #127

@shanewazabbas

Description

@shanewazabbas

Not sure if this library is even maintained. But this is a bug (definitions.py:186):

type = map.get(eve_type, (eve_type,))

because you can have a schema like this:
"type": ["string", "integer"],

And so you get this error:

TypeError: unhashable type: 'list'

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