Service - Services Point in Time

From Izara Wiki
Jump to navigation Jump to search

Overview

Handler service for services that where the application of income applies at one specific time.

Repository

...

Schemas

ObjectSchemas

servicesPointInTime

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

RelationshipSchemas

...

Working documents

Services Point in Time