| input | Object | true | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/schema/Datum | The input datum of this computation. |
| output | Object | true | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/schema/Datum | The output datum of this computation. |
| step | Object | false | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/trace/ComputationStep | A computation step in this trace. |
| monodromy | Object | true | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/observable/DihedralElement | The monodromy accumulated by this computation: the net dihedral group element produced by the full operation sequence. |
| from | Object | true | https://uor.foundation/trace/ComputationStep | https://uor.foundation/schema/Datum | The input datum of this computation step. |
| to | Object | true | https://uor.foundation/trace/ComputationStep | https://uor.foundation/schema/Datum | The output datum of this computation step. |
| operation | Object | true | https://uor.foundation/trace/ComputationStep | https://uor.foundation/op/Operation | The operation applied in this computation step. |
| index | Datatype | true | https://uor.foundation/trace/ComputationStep | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The zero-based sequential index of this step within its trace. |
| stepCount | Datatype | true | https://uor.foundation/trace/TraceMetrics | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Total number of computation steps in this trace. |
| totalRingDistance | Datatype | true | https://uor.foundation/trace/TraceMetrics | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Total ring-metric distance accumulated across all steps. |
| totalHammingDistance | Datatype | true | https://uor.foundation/trace/TraceMetrics | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Total Hamming-metric distance accumulated across all steps. |
| certifiedBy | Object | true | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/cert/Certificate | The certificate that attests to the correctness of this computation trace. |
| residualEntropy | Object | true | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/observable/ResidualEntropy | The residual entropy observable remaining after this computation trace, linking to the ThermoObservable taxonomy (TH_9 connection). |
| isGeodesic | Datatype | true | https://uor.foundation/trace/ComputationTrace | http://www.w3.org/2001/XMLSchema#boolean | Whether this computation trace satisfies the dual geodesic condition (GD_1): AR_1-ordered and DC_10-selected. |
| geodesicCertificate | Object | true | https://uor.foundation/trace/GeodesicTrace | https://uor.foundation/cert/GeodesicCertificate | The GeodesicCertificate attesting that this trace satisfied both GD_1 conditions. |
| geodesicViolation | Object | false | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/trace/GeodesicViolation | A GeodesicViolation record indicating where the trace deviated from the geodesic condition. |
| stepEntropyCost | Datatype | true | https://uor.foundation/trace/ComputationStep | http://www.w3.org/2001/XMLSchema#decimal | The entropy cost of a single computation step. On a geodesic, this equals ln 2 for every step (GD_2). |
| cumulativeEntropyCost | Datatype | true | https://uor.foundation/trace/ComputationTrace | http://www.w3.org/2001/XMLSchema#decimal | The total entropy cost accumulated across all steps of a trace. On a geodesic, equals freeRank_initial × ln 2 (GD_3). |
| jacobianAtStep | Datatype | true | https://uor.foundation/trace/ComputationStep | http://www.w3.org/2001/XMLSchema#decimal | The Jacobian value J_k at this step, used by the GeodesicValidator to check DC_10 maximality. |
| adiabaticallyOrdered | Datatype | true | https://uor.foundation/trace/ComputationTrace | http://www.w3.org/2001/XMLSchema#boolean | Whether the step sequence of this trace follows the AR_1 adiabatic ordering (decreasing freeRank × cost-per-site). |
| violationReason | Datatype | true | https://uor.foundation/trace/GeodesicViolation | http://www.w3.org/2001/XMLSchema#string | Human-readable description of why a geodesic violation occurred, citing the step index and the unused higher-J_k option. |
| measurementEvent | Object | false | https://uor.foundation/trace/ComputationTrace | https://uor.foundation/trace/MeasurementEvent | A MeasurementEvent step within this computation trace. |
| preCollapseEntropy | Datatype | true | https://uor.foundation/trace/MeasurementEvent | http://www.w3.org/2001/XMLSchema#decimal | The von Neumann entropy S_vN of the SuperposedSiteState before projective collapse. |
| postCollapseLandauerCost | Datatype | true | https://uor.foundation/trace/MeasurementEvent | http://www.w3.org/2001/XMLSchema#decimal | The Landauer cost incurred by the projective collapse. Equals preCollapseEntropy at β* = ln 2 (QM_1). |
| collapseStep | Datatype | true | https://uor.foundation/trace/MeasurementEvent | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The step index within the enclosing ComputationTrace at which this projective collapse occurred. |
| amplitudeVector | Datatype | true | https://uor.foundation/trace/MeasurementEvent | http://www.w3.org/2001/XMLSchema#decimal | The full pre-collapse amplitude vector of all branches at the time of measurement. Enables Born rule verification (QM_5): P(outcome k) = |α_k|² / Σ|αᵢ|². |
| isAR1Ordered | Datatype | true | https://uor.foundation/trace/ComputationTrace | http://www.w3.org/2001/XMLSchema#boolean | Whether this computation trace has steps ordered by the AR_1 adiabatic metric (decreasing freeRank × cost-per-site). One of the two sub-predicates of isGeodesic (GD_6). |
| isDC10Selected | Datatype | true | https://uor.foundation/trace/ComputationTrace | http://www.w3.org/2001/XMLSchema#boolean | Whether each step of this computation trace was selected by the DC_10 Jacobian criterion (maximal J_k among free sites). One of the two sub-predicates of isGeodesic (GD_6). |
| outcomeValue | Datatype | true | https://uor.foundation/trace/MeasurementOutcome | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The classical site index selected by projective collapse in this measurement outcome. |
| outcomeProbability | Datatype | true | https://uor.foundation/trace/MeasurementOutcome | http://www.w3.org/2001/XMLSchema#decimal | The Born-rule probability of this measurement outcome: |α_k|² where α_k is the amplitude of the collapsed site. |