-
Notifications
You must be signed in to change notification settings - Fork 19
More clarity around "recursive" options #56
Answered
by
patriksvensson
cmcgee1024
asked this question in
General
The recursive property on Option is a boolean that isn't required, which technically makes it have three states. While the true and false states are fairly clear based on the description, there isn't the same clarity around the state where the property isn't present in the object. The hidden and required properties have more clarity on the what the non-presence of them mean, but recursive isn't as obvious, so the spec should clarify that.
All reactions
Answered by
patriksvensson
Oct 4, 2025
Should be more clear now since #59 have been implemented. recursive is set to false by default.
Thanks for pointing this out. Much appreciated!
Replies: 1 comment
Should be more clear now since #59 have been implemented. recursive is set to false by default.
Thanks for pointing this out. Much appreciated!
All reactions
0 replies
Answer selected by
patriksvensson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment