{ 
  "table":"cust",
  "layout":"form",
  "onecolumn":true,
  "caption":["Customer","Customers"],
  "fields":[
    {"name": "cust_id","eol": true},
    {"control":"html", "value":"Sample Text"},
    {"name": "cust_name","nl": true},
    {"name": "cust_sts","block": true}
  ]
}