| phaseParameter | Datatype | true | https://uor.foundation/reduction/EulerReduction | http://www.w3.org/2001/XMLSchema#decimal | The base phase parameter Ω for this reduction (e.g., e^{iπ/6}). |
| stageCount | Datatype | true | https://uor.foundation/reduction/EulerReduction | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of stages in this reduction. |
| convergenceAngle | Datatype | true | https://uor.foundation/reduction/EulerReduction | http://www.w3.org/2001/XMLSchema#decimal | The cumulative phase angle at which the reduction converges. |
| composedOfMaps | Object | false | https://uor.foundation/reduction/EulerReduction | https://uor.foundation/schema/TermExpression | The ordered list of ψ-maps that compose this reduction. |
| rotationSchedule | Datatype | true | https://uor.foundation/reduction/PhaseRotationScheduler | http://www.w3.org/2001/XMLSchema#decimal | String representation of the rotation schedule Ω⁰, Ω¹, …, Ω⁵. |
| baseAngle | Datatype | true | https://uor.foundation/reduction/PhaseRotationScheduler | http://www.w3.org/2001/XMLSchema#decimal | The base angle π/6 from which the schedule is derived. |
| targetAngle | Datatype | true | https://uor.foundation/reduction/TargetConvergenceAngle | http://www.w3.org/2001/XMLSchema#decimal | The target convergence angle (default: π). |
| gateStage | Object | true | https://uor.foundation/reduction/PhaseGateAttestation | https://uor.foundation/reduction/ReductionStep | The reduction stage at which this gate is applied. |
| gateExpectedPhase | Datatype | true | https://uor.foundation/reduction/PhaseGateAttestation | http://www.w3.org/2001/XMLSchema#decimal | The expected phase angle Ω^k at this gate. |
| gateResult | Datatype | true | https://uor.foundation/reduction/PhaseGateAttestation | http://www.w3.org/2001/XMLSchema#boolean | Whether the phase gate check passed or failed. |
| rollbackTarget | Object | true | https://uor.foundation/reduction/ComplexConjugateRollback | https://uor.foundation/reduction/ReductionStep | The reduction stage to which execution rolls back on gate failure. |
| stageIndex | Datatype | true | https://uor.foundation/reduction/ReductionStep | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Zero-based index of this stage in the reduction. |
| stageName | Datatype | true | https://uor.foundation/reduction/ReductionStep | http://www.w3.org/2001/XMLSchema#string | Human-readable name of this reduction stage. |
| expectedPhase | Datatype | true | https://uor.foundation/reduction/ReductionStep | http://www.w3.org/2001/XMLSchema#decimal | The expected phase angle Ω^k at this stage. |
| entryGuard | Object | true | https://uor.foundation/reduction/ReductionStep | https://uor.foundation/predicate/StatePredicate | A typed predicate evaluated on the current ReductionState. Must be satisfied to enter this stage. |
| exitGuard | Object | true | https://uor.foundation/reduction/ReductionStep | https://uor.foundation/predicate/StatePredicate | A typed predicate that must be satisfied before the reduction advances past this stage. |
| stageEffect | Object | true | https://uor.foundation/reduction/ReductionStep | https://uor.foundation/effect/Effect | The effect applied by this stage upon successful exit. |
| currentStage | Object | true | https://uor.foundation/reduction/ReductionState | https://uor.foundation/reduction/ReductionStep | The reduction stage at which execution is currently positioned. |
| phaseAngle | Datatype | true | https://uor.foundation/reduction/ReductionState | http://www.w3.org/2001/XMLSchema#decimal | The accumulated phase angle at the current point. |
| pinnedMask | Datatype | true | https://uor.foundation/reduction/ReductionState | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Bit mask of sites that are pinned (resolved) at this point. |
| freeRank | Datatype | true | https://uor.foundation/reduction/ReductionState | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of free (unresolved) sites at this point. |
| transitionGuard | Object | true | https://uor.foundation/reduction/ReductionRule | https://uor.foundation/predicate/GuardedTransition | A typed GuardedTransition from predicate/ governing the stage transition. |
| transitionEffect | Object | true | https://uor.foundation/reduction/ReductionRule | https://uor.foundation/schema/TermExpression | The effect applied when this transition fires. |
| transitionAdvance | Datatype | true | https://uor.foundation/reduction/ReductionRule | http://www.w3.org/2001/XMLSchema#boolean | Whether this transition advances to the next stage. |
| epochIndex | Datatype | true | https://uor.foundation/reduction/Epoch | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Zero-based index of this epoch in the reduction execution. |
| epochDatum | Object | true | https://uor.foundation/reduction/Epoch | https://uor.foundation/schema/TermExpression | Metadata or summary datum for this epoch. |
| epochBoundaryType | Object | true | https://uor.foundation/reduction/EpochBoundary | https://uor.foundation/schema/TermExpression | The type of epoch boundary crossing (e.g., normal, forced, timeout). |
| predicateField | Datatype | true | https://uor.foundation/reduction/PredicateExpression | http://www.w3.org/2001/XMLSchema#string | The state field this predicate tests. |
| predicateOperator | Datatype | true | https://uor.foundation/reduction/PredicateExpression | http://www.w3.org/2001/XMLSchema#string | The comparison operator (e.g., '=', '<', '>='). |
| predicateValue | Datatype | true | https://uor.foundation/reduction/PredicateExpression | http://www.w3.org/2001/XMLSchema#string | The value against which the field is compared. |
| guardPredicates | Object | false | https://uor.foundation/reduction/GuardExpression | https://uor.foundation/reduction/PredicateExpression | The predicate expressions that compose this guard. |
| effectBindings | Object | false | https://uor.foundation/reduction/TransitionEffect | https://uor.foundation/reduction/PropertyBind | The property bind steps applied by this effect. |
| bindTarget | Datatype | true | https://uor.foundation/reduction/PropertyBind | http://www.w3.org/2001/XMLSchema#string | The target site identifier for this binding. |
| bindValue | Datatype | true | https://uor.foundation/reduction/PropertyBind | http://www.w3.org/2001/XMLSchema#string | The value to pin the target site to. |
| advanceFrom | Object | true | https://uor.foundation/reduction/ReductionAdvance | https://uor.foundation/reduction/ReductionStep | The source stage of the advancement. |
| advanceTo | Object | true | https://uor.foundation/reduction/ReductionAdvance | https://uor.foundation/reduction/ReductionStep | The target stage of the advancement. |
| windowSize | Datatype | true | https://uor.foundation/reduction/ServiceWindow | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of recent epochs in this service window. |
| windowOffset | Datatype | true | https://uor.foundation/reduction/ServiceWindow | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The starting epoch offset of this service window. |
| transactionPolicy | Datatype | true | https://uor.foundation/reduction/ReductionTransaction | http://www.w3.org/2001/XMLSchema#string | The execution policy for this transaction (e.g., AllOrNothing, BestEffort). |
| transactionOutcome | Object | true | https://uor.foundation/reduction/ReductionTransaction | https://uor.foundation/schema/TermExpression | The outcome of this transaction (e.g., committed, rolled back). |
| failureKind | Datatype | true | https://uor.foundation/reduction/PipelineFailureReason | http://www.w3.org/2001/XMLSchema#string | The kind of pipeline failure (e.g., DispatchMiss, ConvergenceStall). |
| preflightKind | Datatype | true | https://uor.foundation/reduction/PreflightCheck | http://www.w3.org/2001/XMLSchema#string | The kind of preflight check (e.g., feasibility, dispatch coverage). |
| preflightResult | Object | true | https://uor.foundation/reduction/PreflightCheck | https://uor.foundation/schema/TermExpression | The result of the preflight check (e.g., pass, fail). |
| groundingReached | Datatype | true | https://uor.foundation/reduction/PipelineSuccess | http://www.w3.org/2001/XMLSchema#boolean | Whether full grounding was achieved. |
| feasibilityKind | Datatype | true | https://uor.foundation/reduction/FeasibilityResult | http://www.w3.org/2001/XMLSchema#string | The kind of feasibility result (e.g., Feasible, Infeasible). |
| feasibilityWitness | Datatype | true | https://uor.foundation/reduction/FeasibilityResult | http://www.w3.org/2001/XMLSchema#string | The witness justifying the feasibility or infeasibility result. |
| leasePhase | Datatype | true | https://uor.foundation/reduction/LeaseState | http://www.w3.org/2001/XMLSchema#string | The lifecycle phase of a lease (e.g., Pending, Active, Released). |
| managedLeaseId | Object | true | https://uor.foundation/reduction/ManagedLease | https://uor.foundation/schema/TermExpression | Unique identifier for this managed lease. |
| leaseLifecycle | Object | true | https://uor.foundation/reduction/ManagedLease | https://uor.foundation/reduction/LeaseState | The current lifecycle state of this managed lease. |
| checkpointEpoch | Datatype | true | https://uor.foundation/reduction/LeaseCheckpoint | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The epoch index at which this checkpoint was taken. |
| checkpointState | Object | true | https://uor.foundation/reduction/LeaseCheckpoint | https://uor.foundation/reduction/ReductionState | The reduction state captured at this checkpoint. |
| pressureLevel | Datatype | true | https://uor.foundation/reduction/BackPressureSignal | http://www.w3.org/2001/XMLSchema#string | The current back-pressure level (e.g., Low, Medium, High). |
| pressureThreshold | Datatype | true | https://uor.foundation/reduction/BackPressureSignal | http://www.w3.org/2001/XMLSchema#decimal | The threshold at which back-pressure activates. |
| deferredCount | Datatype | true | https://uor.foundation/reduction/DeferredQuerySet | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of queries in this deferred set. |
| deferralEpoch | Datatype | true | https://uor.foundation/reduction/DeferredQuerySet | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The epoch in which these queries were deferred. |
| sourceLeaseRef | Object | true | https://uor.foundation/reduction/SubleaseTransfer | https://uor.foundation/schema/TermExpression | The lease being transferred from. |
| targetLeaseRef | Object | true | https://uor.foundation/reduction/SubleaseTransfer | https://uor.foundation/schema/TermExpression | The lease being transferred to. |
| transferredBudget | Datatype | true | https://uor.foundation/reduction/SubleaseTransfer | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The site budget transferred between leases. |
| transferCompleted | Datatype | true | https://uor.foundation/reduction/SubleaseTransfer | http://www.w3.org/2001/XMLSchema#boolean | Whether the sublease transfer has been completed. |
| comparisonField | Object | true | https://uor.foundation/reduction/ComparisonPredicate | https://uor.foundation/schema/TermExpression | The state field tested by this comparison predicate. |
| comparisonOperator | Object | true | https://uor.foundation/reduction/ComparisonPredicate | https://uor.foundation/schema/TermExpression | The comparison operator (e.g., '=', '<', '>='). |
| comparisonValue | Object | true | https://uor.foundation/reduction/ComparisonPredicate | https://uor.foundation/schema/TermExpression | The value against which the comparison is made. |
| conjuncts | Object | false | https://uor.foundation/reduction/ConjunctionPredicate | https://uor.foundation/schema/TermExpression | A conjunct predicate in a conjunction. |
| disjuncts | Object | false | https://uor.foundation/reduction/DisjunctionPredicate | https://uor.foundation/schema/TermExpression | A disjunct predicate in a disjunction. |
| negatedPredicate | Object | true | https://uor.foundation/reduction/NegationPredicate | https://uor.foundation/schema/TermExpression | The predicate being negated. |
| membershipSet | Object | true | https://uor.foundation/reduction/MembershipPredicate | https://uor.foundation/schema/TermExpression | The set against which membership is tested. |
| membershipElement | Object | true | https://uor.foundation/reduction/MembershipPredicate | https://uor.foundation/schema/TermExpression | The element being tested for set membership. |
| groundingThreshold | Datatype | true | https://uor.foundation/reduction/GroundingPredicate | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The grounding threshold above which the predicate holds. |
| coverageTarget | Datatype | true | https://uor.foundation/reduction/SiteCoveragePredicate | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The site coverage target expression. |
| equalityLeft | Object | true | https://uor.foundation/reduction/EqualsPredicate | https://uor.foundation/schema/TermExpression | The left-hand side of an equality test. |
| equalityRight | Object | true | https://uor.foundation/reduction/EqualsPredicate | https://uor.foundation/schema/TermExpression | The right-hand side of an equality test. |
| nonNullField | Datatype | true | https://uor.foundation/reduction/NonNullPredicate | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The field that must be non-null. |
| queryTypeRef | Object | true | https://uor.foundation/reduction/QuerySubtypePredicate | https://uor.foundation/schema/TermExpression | The query type reference for subtype testing. |
| siteState | Object | true | https://uor.foundation/reduction/ReductionState | https://uor.foundation/schema/TermExpression | The site state descriptor within a reduction state. |
| transactionScope | Object | true | https://uor.foundation/reduction/ReductionTransaction | https://uor.foundation/schema/TermExpression | The scope of sites affected by this transaction. |
| transactionStatus | Object | true | https://uor.foundation/reduction/ReductionTransaction | https://uor.foundation/schema/TermExpression | Current status of this transaction (e.g., pending, committed). |
| baseContextRef | Object | true | https://uor.foundation/reduction/ServiceWindow | https://uor.foundation/schema/TermExpression | Reference to the base context provided by this service window. |
| leaseRemainingBudget | Datatype | true | https://uor.foundation/reduction/LeaseCheckpoint | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The remaining site budget at this checkpoint. |
| expiryEpoch | Datatype | true | https://uor.foundation/reduction/ManagedLease | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The epoch at which this managed lease expires. |
| leaseBudget | Datatype | true | https://uor.foundation/reduction/ManagedLease | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The total site budget allocated to this managed lease. |
| sourceStage | Object | true | https://uor.foundation/reduction/BackPressureSignal | https://uor.foundation/schema/TermExpression | The source stage emitting back-pressure. |
| targetStage | Object | true | https://uor.foundation/reduction/BackPressureSignal | https://uor.foundation/schema/TermExpression | The target stage receiving back-pressure. |
| deferralReason | Object | true | https://uor.foundation/reduction/DeferredQuerySet | https://uor.foundation/schema/TermExpression | The reason for deferring these queries. |
| infeasibilityKind | Object | true | https://uor.foundation/reduction/FeasibilityResult | https://uor.foundation/schema/TermExpression | The kind of infeasibility detected. |
| failureStage | Object | true | https://uor.foundation/reduction/PipelineFailureReason | https://uor.foundation/schema/TermExpression | The reduction stage at which the pipeline failure occurred. |
| finalGrounding | Datatype | true | https://uor.foundation/reduction/PipelineSuccess | http://www.w3.org/2001/XMLSchema#decimal | The final grounding level achieved on pipeline success. |
| preservedGrounding | Datatype | true | https://uor.foundation/reduction/EpochBoundary | http://www.w3.org/2001/XMLSchema#boolean | Whether grounding was preserved across the epoch boundary. |
| rootTerm | Object | true | https://uor.foundation/reduction/CompileUnit | https://uor.foundation/schema/TermExpression | The root term expression of a CompileUnit — the top-level syntactic node from which all sub-expressions descend. |
| unitWittLevel | Object | true | https://uor.foundation/reduction/CompileUnit | https://uor.foundation/schema/WittLevel | The quantum level at which this CompileUnit operates. |
| thermodynamicBudget | Datatype | true | https://uor.foundation/reduction/CompileUnit | http://www.w3.org/2001/XMLSchema#decimal | The Landauer-bounded energy budget for this CompileUnit's resolution, measured in k_B T ln 2 units. |
| targetDomains | Object | false | https://uor.foundation/reduction/CompileUnit | https://uor.foundation/op/VerificationDomain | The verification domain(s) targeted by this CompileUnit. |
| unitAddress | Object | true | https://uor.foundation/reduction/CompileUnit | https://uor.foundation/u/Element | Content-addressable identifier computed as the u:Element of the root term’s transitive closure. Computed by stage_initialization, not declared by the submitter. Excludes budget, domains, and quantum level to enable memoization. |
| preflightOrder | Datatype | true | https://uor.foundation/reduction/PreflightCheck | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Zero-based execution order for preflight checks. Lower indices execute first. BudgetSolvencyCheck (order 0) must precede all others. |