Service - Account Assets
Revision as of 12:29, 4 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for accounts classified as Assets. = Repository = ... = Schemas = ==ObjectSchemas== === accountAssets === <syntaxhighlight lang="JavaScript"> { "objectType": "accountAssets", "extendObjType": { "serviceTag": "AccountManager", "objectType": "account" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storageType": "dynamoDB", "ta...")
Overview
Handler service for accounts classified as Assets.
Repository
...
Schemas
ObjectSchemas
accountAssets
{
"objectType": "accountAssets",
"extendObjType": {
"serviceTag": "AccountManager",
"objectType": "account"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "accountAssets",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from account objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...