aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/owning-entity-properties.JSON
blob: a86c28c6cd1d62eaa4b6036200fc829965ecaaf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"owningEntityProperties" : {
		"platform": {
			"Platform-name": "Platform-name"
		},
		"project": {
			"Project-name": "Project-name"
		},
		"lineOfBusiness": {
			"Line-of-business-name": "Line-of-business-name"
		},		
		"owningEntity": {
			"Owning-entity-id": "Owning-entity-name"
		}	
	}			
}