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 was archived by the owner on Apr 30, 2018. It is now read-only.
kentcdodds edited this page Sep 30, 2014
·
4 revisions
This is the "official" (if you want to call it that) JSON-Form specification:
{"key": "someKey",// The key to place the value of the result of the field"type": "fieldType",// The type of field it is"required": false,"label": "Field Label","description": "Field Description","disabled": false,"placeholder": "Enter text here","data": {// various properties reserved for JSON-Form implementations and templates},"meta": {}// various other properties reserved for developers using a JSON-Form implementation}