Hi,
I am planning to integrate Cedar policy engine in our application via cedar-py binding library. I noticed when passing an invalid schema, cedar-py will ignore it and only validate the request against entities and policies. There were no indication from AuthzResult response neither.
Would it make sense to have the expected behavior to fail the the authorization if a non-empty invalid schema is provided? Happy to raise a PR from my end as well
Thanks!