We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11ffc3 commit 0ec43f8Copy full SHA for 0ec43f8
pages/spicedb/modeling/validation-testing-debugging.mdx
@@ -186,13 +186,13 @@ zed validate schema-and-validations.yaml
186
Validation files take this form:
187
188
```yaml
189
-schema: >-
+schema: |-
190
// schema goes here
191
# -- OR --
192
schemaFile: "./path/to/schema.zed"
193
194
# Note that relations are a single heredoc string rather than a yaml list
195
-relationships: >-
+relationships: |-
196
object:foo#relation@subject:bar
197
object:baz#relation@subject:qux
198
0 commit comments