Skip to main content

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

oneOf
string
isPrivateboolean

Optional flag indicating if this trait is private

Trait
{
"key": "string",
"type": "string",
"value": "string",
"isPrivate": true
}