this repo has no description
1{
2 "accountId": "acc1",
3 "oldState": "state123",
4 "newState": "state124",
5 "created": {
6 "new1": {"id": "mb789", "name": "Success Folder"}
7 },
8 "updated": {},
9 "destroyed": [],
10 "notCreated": {
11 "new2": {"type": "invalidProperties", "properties": ["name"]}
12 },
13 "notUpdated": {
14 "existing1": {"type": "notFound"}
15 },
16 "notDestroyed": {
17 "old1": {"type": "forbidden", "description": "Cannot delete inbox"}
18 }
19}