cedar-policy / cedar-java

Java bindings for the Cedar language
https://www.cedarpolicy.com
Apache License 2.0
42 stars 19 forks source link

Add support for the new schema syntax #130

Closed khieta closed 5 months ago

khieta commented 6 months ago

Category

User level API changes

Describe the feature you'd like to request

Add support for new schema syntax introduced in Cedar v3.1. This is required to support the new integration tests in https://github.com/cedar-policy/cedar-integration-tests.

Describe alternatives you've considered

No response

Additional context

No response

Is this something that you'd be interested in working on?

cdisselkoen commented 6 months ago

The new schema syntax is supported in the FFI as of cedar-policy/cedar#793, so this should only need work here in this repo.