Skip to content

Commit 77a53b8

Browse files
bchapuisclaude
andcommitted
Add schemas documentation to core concepts page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c145105 commit 77a53b8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/app/src/pages/docs/concepts-page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ export function DocsOverviewPage() {
8787
during execution:
8888
</p>
8989
<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>
9097
<li>
9198
<strong>Databases:</strong> Managed SQLite databases for storing and
9299
querying structured data. Workflows can read from and write to

0 commit comments

Comments
 (0)