-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
area/CLIAffects the command lineAffects the command linearea/dependenciesAffects dependenciesAffects dependencieskind/tech debtAddresses legacy code/decisionsAddresses legacy code/decisionspriority/2 mediumThis needs to be doneThis needs to be done
Description
The JSON output of zed expand
returns something like:
{
"expandedAt": {
"token": "GgMKATY="
},
"treeRoot": {
"expandedObject": {
"objectId": "aae48b55-ad96-11eb-a562-06368a59bfb7",
"objectType": "care_recipient"
},
"expandedRelation": "agency",
"leaf": {}
}
}
Whereas the API returns, for the same request:
{
"expandedAt": {
"token": "GgMKATY="
},
"treeRoot": {
"treeType": {
"oneofKind": "leaf",
"leaf": {
"subjects": []
}
},
"expandedRelation": "agency",
"expandedObject": {
"objectType": "care_recipient",
"objectId": "aae48b55-ad96-11eb-a562-06368a59bfb7"
}
}
}
In the zed
response, we do not have the treeType
attribute
Metadata
Metadata
Assignees
Labels
area/CLIAffects the command lineAffects the command linearea/dependenciesAffects dependenciesAffects dependencieskind/tech debtAddresses legacy code/decisionsAddresses legacy code/decisionspriority/2 mediumThis needs to be doneThis needs to be done