-
Notifications
You must be signed in to change notification settings - Fork 20
Shared owner groups
Michi Gysel edited this page Dec 17, 2015
·
6 revisions
Shared owner group represents a person, role or department that is responsible for a group of nanoentities.
{
"sharedOwnerGroups":[
{
"name":"voyageManager",
"nanoentities":[
"Voyage.voyageNumber",
"CarrierMovement.departureLocation",
"CarrierMovement.arrivalLocation",
"CarrierMovement.departureTime",
"CarrierMovement.arrivalTime"
]
},
{
"name":"admin",
"nanoentities":[
"Location.name",
"Location.unLocode"
]
}
]
}
JSON Schema to validate the file: ServiceCutter/JSON_Schemas/2_userReps.json
Online Validator: www.jsonschemavalidator.net
Links: Tutorial | Source Code