w3r-one / json-schema-bundle

serialize Symfony Forms into JSON schema
MIT License
2 stars 0 forks source link

Object - Spec `required` #1

Open laurent-bientz opened 1 year ago

laurent-bientz commented 1 year ago

https://json-schema.org/understanding-json-schema/reference/object.html#required-properties

We need to check:

This can't be guessed while traversing the form recursively and need a second pass at the end of the transformation.