David Malchin

Results 1 issues of David Malchin

Given a schema such as: ```json "MyModel": { "type": "object", "additionalProperties": { "nullable": true }, "properties": { "blabla": { "type": "string" } } } ``` This type will be generated:...