Service - Account Assets

From Izara Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

...

Working documents

Account Assets