openfga / language

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

Add `ValidateDSL`, `ValidateProto` and `ValidateJSON` to the go package #99

Open rhamzeh opened 9 months ago

rhamzeh commented 9 months ago

We already have validation for JS, we need to add the Go implementation of it, so that language can take over validation in the API

181 is a priority to be in before this work, because our validation needs to cover at least the cases the API currently covers