Skip to content

Type mapping does not include type=integer, format=int64 #12

@penguinInSpring

Description

@penguinInSpring

Hey,
I'm just testing out your project. Thanks for the great lib!
Unfortunately, I'm running into some issues: The first json I want to convert throws an IllegalArgumentException. Looking into your code, the problem seems to be the type of this object which does not exist in your code. The json is the following:
{"User": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int64"
},
"key": {
"type": "string"
}
}
}
}
Am I missing something or is this combination not covered in your lib?

Thank you already for your reply!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions