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
1 Like