Service - Inventory Intangible Goods

From Izara Wiki
Revision as of 12:46, 11 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for intangible goods inventory type. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryIntangibleGoods === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryIntangibleGoods", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler" } "dynamo": { "storage...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Handler service for intangible goods inventory type.

Repository

...

Schemas

ObjectSchemas

inventoryIntangibleGoods

{
  "objectType": "inventoryIntangibleGoods",
  "extendObjType": {
    "serviceTag": "InventoryManager",
    "objectType": "inventory"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": {
      "storageType": "dynamoDB",
      "tableName": "inventoryIntangibleGoods",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from inventory objType
  },
  "generatedBy": "userGenerated"
}

inventoryUnitIntangibleGoods

{
  "objectType": "inventoryUnitIntangibleGoods",
  "extendObjType": {
    "serviceTag": "InventoryManager",
    "objectType": "inventoryUnit"
  },
  "storageResources": {
    "graph": {
      "storageType": "graph",
      "graphServerTag": "GraphHandler"
    }
    "dynamo": { // ? if has flows attached on a unit level
      "storageType": "dynamoDB",
      "tableName": "inventoryUnitIntangibleGoods",
    }    
  },
  "addOnDataStructure": [],
  "fieldNames": {
    // from inventory objType
  },
  "generatedBy": "userGenerated"
}

RelationshipSchemas

...

Working documents

Inventory Intangible Goods