Service - Services Point in Time
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
...