Service - Inventory Intangible Asset
Revision as of 10:33, 2 January 2026 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Handler service for intangible asset inventory type, including intangible/digital goods. = Repository = ... = Schemas = ==ObjectSchemas== === inventoryIntangibleAsset === <syntaxhighlight lang="JavaScript"> { "objectType": "inventoryIntangibleAsset", "extendObjType": { "serviceTag": "InventoryManager", "objectType": "inventory" }, "storageResources": { "graph": { "storageType": "graph", "graphServerTag": "GraphHandler"...")
Overview
Handler service for intangible asset inventory type, including intangible/digital goods.
Repository
...
Schemas
ObjectSchemas
inventoryIntangibleAsset
{
"objectType": "inventoryIntangibleAsset",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventory"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": {
"storageType": "dynamoDB",
"tableName": "inventoryIntangibleAsset",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
inventoryUnitIntangibleAsset
{
"objectType": "inventoryUnitIntangibleAsset",
"extendObjType": {
"serviceTag": "InventoryManager",
"objectType": "inventoryUnit"
},
"storageResources": {
"graph": {
"storageType": "graph",
"graphServerTag": "GraphHandler"
}
"dynamo": { // ? if has flows attached on a unit level
"storageType": "dynamoDB",
"tableName": "inventoryUnitIntangibleAsset",
}
},
"addOnDataStructure": [],
"fieldNames": {
// from inventory objType
},
"generatedBy": "userGenerated"
}
RelationshipSchemas
...