DashSchema has three core schemas:

  • dashboard: widget structure and interaction wiring.
  • data: runtime data sources referenced by widgets.
  • renderconfig: layout/style defaults and per-widget overrides.

Source of truth is the typed schema model layer. JSON Schema artifacts are published in three families:

  • dashboard schema documents
  • data schema documents
  • render configuration schema documents

These artifacts are published as hierarchical, referenceable JSON Schema documents so external tooling can resolve nested definitions cleanly.

Contents

Please click on the links above to navigate to the respective documentation sections.