Resonance Substrate Model — Schema Directory
Quicklinks#
- schemas index
- schemas coeus README
- schemas dimensional README
- schemas distributed README
- schemas energy README
- schemas experiments README
- schemas fields README
- schemas finance README
- schemas identity README
- schemas infrastructure README
- schemas lab README
- schemas language README
- schemas networking README
- schemas operators README
- schemas primitives README
- schemas quantum README
- schemas sensing README
- schemas simulations README
- schemas universe-core README
- Triadic Quickstart
- previous folder
Purpose of the Schema Layer#
The schema system provides:
- Field primitives (scalar, vector/spin, resonance envelope)
- Operator definitions (diffusion, alignment, coupling, activation, stabilization)
- Dimensional structures (grids, coordinates, layers)
- Energy and substrate dynamics
- Quantum and semantic extensions
- Sensing and measurement constructs
- Identity and language entities
- Networking and distributed‑layer structures
- Simulation configuration and validation rules
- Universe‑core abstractions for cross‑domain coherence
Each schema family corresponds to a conceptual layer of the RSM ontology.
Directory Structure#
coeus/— cognitive, symbolic, and semantic schema primitivesdimensional/— coordinate systems, grids, and multi‑layer geometryenergy/— energy flow, dissipation, and resonance‑amplitude structuresexperiments/— apparatus, measurement, and replication schemasfields/— scalar, vector/spin, and resonance‑envelope field definitionsoperators/— operator definitions and parameter constraintsprimitives/— low‑level building blocks used across all schema familiesquantum/— spin, phase, coherence, and quantum‑layer constructssensing/— measurement, calibration, and uncertainty modelssimulations/— simulation configuration, solver parameters, and validation rulesuniverse-core/— high‑level abstractions for cross‑domain coherence
Schema Format#
All schemas follow:
- JSON Schema Draft‑07 (unless otherwise noted)
- TriadicFrameworks naming conventions
- RSM v1.0 ontology alignment
Each schema includes:
titledescriptiontypepropertiesrequiredfieldsexamples(when applicable)
How These Schemas Are Used#
- The simulation engine validates all configs against these schemas.
- The CLI tools (
validate.py,inspect_schema.py) operate directly on them. - The documentation in
docs/api/is generated from these schemas. - The experiments reference them for apparatus and measurement consistency.
Contributing#
When adding or modifying schemas:
- Maintain backward compatibility when possible.
- Include examples for new fields.
- Update the simulation schema if new operators or fields are introduced.
- Ensure naming consistency across schema families.
- Validate using the CLI tools before committing.
This directory forms the canonical ontology for the Resonance Substrate Model.
