Schema Overview
1. Schema Categories#
Field Schemas#
Define scalar, vector, spin-field, and resonance envelope structures.
Operator Schemas#
Specify operator parameters, types, and composition rules.
Simulation Schemas#
Describe grid configuration, timesteps, boundary conditions, and solver settings.
Experiment Schemas#
Capture metadata, apparatus details, and run configurations.
Distributed Layer Schemas#
Define node identities, communication channels, and synchronization rules.
2. Schema Structure#
Most schemas follow a common pattern:
id— unique identifiertype— schema categoryfields— required and optional parametersconstraints— validation rulesmetadata— descriptive information
3. Schema Relationships#
Schemas may reference one another:
- simulation schemas reference operator schemas
- experiment schemas reference field schemas
- distributed schemas reference simulation schemas
This modularity enables flexible composition.
4. Purpose#
The schema system provides:
- consistency across modules
- clarity for contributors
- a stable foundation for tooling and automation
Quicklinks#
- docs api integration examples
- docs api README
- docs api using the schemas
- docs experiments faraday paradox experiment
- docs experiments README
- docs experiments replication checklist
- docs experiments resonance alignment tests
- docs experiments rotating conductor tests
- docs methods dimensional layers
- docs methods field equations
- docs methods operator definitions
- docs methods README
- docs methods substrate dynamics
- docs methods triadic fields
- docs onboarding model map
- docs onboarding reading guide
- docs onboarding triadic quickstart
- docs onboarding verification tests
- docs overview comparison to gr models
- docs overview glossary
- docs overview introduction
- docs overview README
- docs overview resonance primitives
- docs overview theoretical background
- docs simulations boundary conditions
- docs simulations numerical methods
- docs simulations README
- docs simulations solver_architecture
- docs simulations validation metrics
- docs simulations core README
- previous folder
