ChangelogDecember 10, 2025componentsapi-referenceSchema snippet component The new <SchemaSnippet> component displays type definitions from your API Reference as a JSON code block. Use it alongside the <Schema> component to show both a JSON representation and the detailed field breakdown of your data models. The AIChatConfig Object1{2 "model": "claude-3.5",3 "system-prompt": "string"4} Markdown1<SchemaSnippet type="AIChatConfig" title="The AIChatConfig Object" /> Read the docs
December 10, 2025componentsapi-referenceSchema snippet component The new <SchemaSnippet> component displays type definitions from your API Reference as a JSON code block. Use it alongside the <Schema> component to show both a JSON representation and the detailed field breakdown of your data models. The AIChatConfig Object1{2 "model": "claude-3.5",3 "system-prompt": "string"4} Markdown1<SchemaSnippet type="AIChatConfig" title="The AIChatConfig Object" /> Read the docs