Implement canonical schema foundation
This commit is contained in:
parent
dd0b9663c4
commit
7fdf6d63d5
29 changed files with 1905 additions and 15 deletions
22
examples/caring/subject_manifest.yaml
Normal file
22
examples/caring/subject_manifest.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
id: subjects:tenant-alpha
|
||||
subjects:
|
||||
- id: user:alice
|
||||
type: Human
|
||||
display_name: Alice Example
|
||||
organization_relation: Customer
|
||||
roles:
|
||||
- Doer
|
||||
groups:
|
||||
- group:platform-architecture
|
||||
tenant: tenant:alpha
|
||||
groups:
|
||||
- id: group:platform-architecture
|
||||
display_name: Platform Architecture
|
||||
members:
|
||||
- user:alice
|
||||
tenant: tenant:alpha
|
||||
tenants:
|
||||
- id: tenant:alpha
|
||||
name: Tenant Alpha
|
||||
metadata:
|
||||
source: examples/caring
|
||||
Loading…
Add table
Add a link
Reference in a new issue