openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
16 stars 7 forks source link

fix: move condition definition to own mode #134

Closed d-jeffery closed 7 months ago

d-jeffery commented 7 months ago

Declared a new mode for definitions of conditions, and their parameters and types.

Following is now valid;

model
    schema 1.1
type list
type map

Description

References

Review Checklist

rhamzeh commented 7 months ago

@d-jeffery, this replaces #109 right? Can we close that?

And do you think we can redo #104 after we merged the changes in this PR?

d-jeffery commented 7 months ago

@d-jeffery, this replaces #109 right? Can we close that?

Yes!

And do you think we can redo #104 after we merged the changes in this PR?

Sounds good.