CustomField Data Type

Custom fields of a definable entity.

Properties
name data type description
name string
type string
value_type string
value object
values array of object

Example

{
  "name" : "...",
  "type" : "...",
  "value_type" : "...",
  "value" : { },
  "values" : [ { }, { } ]
}