bertcornelissen
Results
1
comments of
bertcornelissen
I found out what caused it: In the schema: "approval_code": { "type": "string", "format": "integer" }, If I change it to :+1: "approval_code": { "type": "integer", }, it works. (Schemas...