You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes module location
- changes flagd root level schema name to `flags.json` instead of
`flagd_definitions`
- "flags" is the main top level object of the root schema, and though we
have others (like `$evalutors` they are optional and used in `flags`.
- it seems much more sensible as a public schema:
https://flagd.dev/schema/v0/flagd-definitions.json vs
https://flagd.dev/schema/v0/flags.jsonFixes: #125
Signed-off-by: Todd Baert <[email protected]>
When we renamed https://github.com/open-feature/schemas to https://github.com/open-feature/flagd-schemas, we never changed the go module name, and the package isn't being indexed properly at https://pkg.go.dev/github.com/open-feature/flagd-schemas, so we're forced to rely on a specific sha instead of a proper release here.
Originally posted by @toddbaert in open-feature/flagd#1146 (comment)
tasks:
The text was updated successfully, but these errors were encountered: