Custom fields of a definable entity.
| name | data type | description |
|---|---|---|
| name | string | |
| type | string | |
| value_type | string | |
| value | object | |
| values | array of object |
Example
{
"name" : "...",
"type" : "...",
"value_type" : "...",
"value" : { },
"values" : [ { }, { } ]
}