The attributes that the new complex relation should contain.
Example:
attributes : {
"00000000-0000-0000-0000-000000003114": [
{
"value": "string1"
}
]
"00000000-0000-0000-0000-000000003115": [
{
"values": [
"string2",
"string3"
]
}
]
}
Name | Type | Description | Notes |
---|---|---|---|
value | str | [optional] | |
values | list[str] | [optional] |