diff options
Diffstat (limited to 'vid-app-common/src/main/resources/owning-entity-properties.JSON')
-rw-r--r-- | vid-app-common/src/main/resources/owning-entity-properties.JSON | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vid-app-common/src/main/resources/owning-entity-properties.JSON b/vid-app-common/src/main/resources/owning-entity-properties.JSON new file mode 100644 index 00000000..a86c28c6 --- /dev/null +++ b/vid-app-common/src/main/resources/owning-entity-properties.JSON @@ -0,0 +1,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" + } + } +} + |