Add DSLO v0.6 substrate‑primitive schema (JSON, JSON‑LD, YAML)
Browse filesAdds the complete DSLO v0.6 schema layer, including synchronized JSON, JSON‑LD, and YAML representations of the substrate‑primitive structure. This commit introduces the canonical definitions for state, transition, orientation, correction, and meaning_status, establishing the unified machine‑readable schema surface for DSLO v0.6 and aligning it with the axioms and taxonomy layers.
- schema.README.md +25 -0
schema.README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
DSLO Schema (v0.6)
|
| 2 |
+
Canonical machine‑readable structure for DSLO substrate primitives.
|
| 3 |
+
|
| 4 |
+
The DSLO schema defines the minimal fields required to represent any signal‑bearing system within the DSLO substrate.
|
| 5 |
+
These fields correspond to the five operational primitives used in DSLO’s universal signal mapping:
|
| 6 |
+
|
| 7 |
+
state (x) — localized, moment‑bound position
|
| 8 |
+
|
| 9 |
+
transition (τ) — lawful movement between states
|
| 10 |
+
|
| 11 |
+
orientation (o) — contextual routing and alignment
|
| 12 |
+
|
| 13 |
+
correction (c) — invariant‑preserving fallback structure
|
| 14 |
+
|
| 15 |
+
meaning_status (κ) — meaning‑bearing condition of the signal
|
| 16 |
+
|
| 17 |
+
The schema is provided in three synchronized formats:
|
| 18 |
+
|
| 19 |
+
JSON — canonical machine‑readable structure
|
| 20 |
+
|
| 21 |
+
JSON‑LD — linked‑data representation
|
| 22 |
+
|
| 23 |
+
YAML — human‑readable configuration format
|
| 24 |
+
|
| 25 |
+
This directory establishes the DSLO v0.6 schema layer, ensuring consistent ingestion across semantic engines, AI systems, and substrate‑native tooling.
|