zed icon indicating copy to clipboard operation
zed copied to clipboard

one of the examples given in help of zed validate doesn't work

Open miparnisari opened this issue 10 months ago • 2 comments

 ~ $ zed version
client: zed v0.27.0
5:08PM WRN not calling a released version of SpiceDB version=v1.42.1+enterprise.devel.(devel)
service: v1.42.1+enterprise.devel.(devel)

~ $ zed validate --help
Validates the given validation file (.yaml, .zaml) or schema file (.zed)

Usage:
  zed validate <validation_file_or_schema_file> [flags]

Examples:

	...

	From a playground link:
		zed validate https://play.authzed.com/s/iksdFvCtvnkR/schema



...

~ $ zed validate https://play.authzed.com/s/iksdFvCtvnkR/schema
5:06PM ERR terminated with errors error="unexpected value `organiz`"

The schema shown in https://play.authzed.com/s/iksdFvCtvnkR/schema looks valid to me.

miparnisari avatar Apr 18 '25 00:04 miparnisari