You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
Write form schema(s) using JSON Schema
2) Translate JSON Schema(s) to Yota form(s)
3) Render Yota form(s)
Client -> Server
Post form data
Process form data
Apply to JSON Schema(s)
This way we decouple the form validation from the rendering
and make for hooking up storage backends more convenient
since the data is no longer tired to the forms.
Allow the validation to be used by multiple data sources more easily. Explore JSONSchema.
The text was updated successfully, but these errors were encountered: