Schemas — Aquilia Documentation
Comprehensive guide and documentation for Schemas in the Aquilia framework. View API reference, examples, and implementation patterns.
import useTheme from '../../../context/ThemeContext' import CodeBlock from '../../../components/CodeBlock' import FileJson from 'lucide-react' import NextSteps from '../../../components/NextSteps' export function ContractsSchemas() const theme = useTheme() const isDark = theme === 'dark' return ( Contracts / OpenAPI Schemas OpenAPI Schemas Contracts auto-generate JSON Schema and OpenAPI component schemas. Every Facet contributes its schema fragment, and Projections produce per-view schemas — all without manual schema writing. /* generate_schema */ Generating JSON Schema )
Go to Homepage