Skip to content

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.

Sample file

{  
   "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

Relevant coupling criteria