Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

JSON Specification

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
}

// in development

Clone this wiki locally