Documentation
¶
Overview ¶
Multi-schema hugr-app example: demonstrates default + named schemas.
Schemas:
- "default" → objects at app root: { analytics { users { ... } } }
- "reports" → nested module: { analytics { reports { monthly { ... } } } }
- "admin" → nested module: { analytics { admin { audit_log { ... } } } }
Functions:
- { function { analytics { user_count } } } (default schema)
- { function { analytics { reports { generate_report(year: 2025) } } } }
Click to show internal directories.
Click to hide internal directories.