We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145105 commit 77a53b8Copy full SHA for 77a53b8
1 file changed
apps/app/src/pages/docs/concepts-page.tsx
@@ -87,6 +87,13 @@ export function DocsOverviewPage() {
87
during execution:
88
</p>
89
<ul>
90
+ <li>
91
+ <strong>Schemas:</strong> Reusable definitions that describe the
92
+ shape of records used in your workflows. Each schema has a name,
93
+ description, and a set of typed fields. Use schemas to validate and
94
+ enforce consistent data structures across nodes, ensuring that
95
+ inputs and outputs conform to expected formats.
96
+ </li>
97
<li>
98
<strong>Databases:</strong> Managed SQLite databases for storing and
99
querying structured data. Workflows can read from and write to
0 commit comments