$ref inside $defs 400 bad request error

I think I found the problem. If you remove “null” everywhere in $defs (instead of “type”: [“string”, “null”] write “type”: “string”), then everything works. But there is still an issue with specifying the optionality of the field :frowning:

1 Like