Trait
keystringrequired
The trait key/name
typestringrequired
The type of the trait value
Possible values: [string
, text
, image
, url
, field
, number
, address
, map
, tree
]
value objectrequired
The trait value, can be a string or complex object depending on type
- MOD1
- MOD2
string
object
isPrivateboolean
Optional flag indicating if this trait is private
Trait
{
"key": "string",
"type": "string",
"value": "string",
"isPrivate": true
}