OBJECT
1type SharedWith {23# List of organizationIds that have read access to this object4read: [Int] 56# List of organizationIds that have write access to this object7write: [Int] 89}