diff options
Diffstat (limited to 'pkg/policies/entities.json')
| -rw-r--r-- | pkg/policies/entities.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/pkg/policies/entities.json b/pkg/policies/entities.json new file mode 100644 index 0000000..e6d4145 --- /dev/null +++ b/pkg/policies/entities.json @@ -0,0 +1,47 @@ +[ + { + "uid": { + "type": "User", + "id": "alice" + }, + "attrs": { + "age": 18 + }, + "parents": [] + }, + { + "uid": { + "type": "Photo", + "id": "VacationPhoto94.jpg" + }, + "attrs": {}, + "parents": [ + { + "type": "Album", + "id": "jane_vacation" + } + ] + }, + { + "uid": { + "type": "User", + "id": "1" + } + }, + { + "uid": { + "type": "Project", + "id": "3" + }, + "parents": [ + { + "type": "Group", + "id": "3" + }, + { + "type": "Path", + "id": "/projects.json" + } + ] + } +] |
