Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
{
    "response": {
		"forms": [{
			"form_type": "addresses",
			"form_content": [{
				"section_title": "Address",
				"section_content": [{
					"input_key": "title",
					"input_title": "Title",
					"input_type": "text",
					"input_required": 1
				}, ...]
			}]
		},{
			"form_type": "contacts",
			"form_content" : [{
				... contact fields ...
			}],
		}]
	},
	"meta": { ... }
}

...