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
@@ -7,9 +8,15 @@ A SpiceDB schema defines the types of objects found, how those objects relate to
7
8
8
9
The schema language's extension for use on a file system is `.zed`.
9
10
10
-
<Callouttype="info">
11
-
You can experiment with schemas in real-time with the [Playground](https://play.authzed.com).
12
-
</Callout>
11
+
You can experiment with schemas in real-time with the [Playground](https://play.authzed.com).
12
+
13
+
The following video provides an overview of schema development using the Playground:
14
+
15
+
<br /><YouTubevideoId="AoK0LrkGFDY" />
16
+
17
+
After studying this page's content, you may want to also read the [Developing a Schema] doc.
18
+
19
+
[Developing a Schema]: ../modeling/developing-a-schema
13
20
14
21
## Definitions
15
22
@@ -380,7 +387,3 @@ If a non-recursive resource is used as the starting point for a recursive lookup
380
387
**very important** that the permission name used on the right side of the arrow is the **same** in both the starting resource type and the parent resource type(s):
0 commit comments