remoteoss / json-schema-form

https://json-schema-form.vercel.app
MIT License
85 stars 6 forks source link

WIP: Advanced validation proof of concept #28

Closed brennj closed 1 year ago

brennj commented 1 year ago

Implements support for advanced validation logic and computed values in JSON Schema Forms based on RFC #39.

The main changes are:

This enables much more advanced dynamic behaviour in forms based on values of other fields. Helps unify validation logic between client and server.

See the RFC internally for full details and other Remote specific examples. Main benefits are:

brennj commented 1 year ago

Closing in favour of the slew of other PRs that make it more.. digestible :D