@@ -109,37 +109,6 @@ for applying reasoning and assertions to domain-agnostic, structured data.
* [Go binding](https://github.com/microsoft/regorus/tree/main/bindings/go)
* [Ruby binding](https://github.com/microsoft/regorus/tree/main/bindings/ruby)
-## Security Context/Scope
-
-1. Single resource
-1. Nested resources
-1. Individual Attributes on a resource
-
-## Example
-
-The following hierarchy will be used as the basis for expression policy.
-
-```ruby
-class Organization
- has_many :groups
-end
-
-class Group
- belongs_to :organization
- has_many :projects
-end
-
-class Project
- belongs_to :group
- has_many :issues
-end
-
-class Issue
-end
-```
-
-[Social Network Graph](./sns.dot.png)
-
## See Also
* [Zanzibar](./ZANZIBAR.md)