{ "_type": "Capability", "name": "system", "partition": "all", "accessRules": { "setOwner": { "read": [".*"], "write": [".*"], "setOwner": [".*"] } } } { "_type": "Capability", "name": "system", "partition": "com.example.System", "accessRules": { "rw": { "read": [".*"], "write": ["[?_type startsWith \"public.\"]", "[?%owner startsWith %typeDomain]"] } } } { "_type": "Capability", "name": "system", "partition": "com.example.User", "accessRules": { "rw": { "read": [".*"], "write": ["[?_type startsWith \"public.\"]", "[?%owner startsWith %typeDomain]"] } } } { "_type": "Capability", "name": "system", "partition": "com.example.Shared", "accessRules": { "rw": { "read": [".*"], "write": [".*"] } } } { "_type": "Capability", "name": "system", "partition": "com.example.Ephemeral", "accessRules": { "rw": { "read": [".*"], "write": [".*"] } } } { "_type": "Capability", "name": "system", "partition": "com.example.Card", "accessRules": { "rw": { "read": [".*"], "write": ["[?_type startsWith \"public.\"]", "[?%owner startsWith %typeDomain]"] } } }