SCField

Properties
name data type description
displayName string
forField string
internalName string
options object
type string
value string

Example

{
  "forField" : "...",
  "value" : "...",
  "internalName" : "...",
  "displayName" : "...",
  "options" : {
    "property1" : "...",
    "property2" : "..."
  },
  "type" : "..."
}