| chainLength | Datatype | true | https://uor.foundation/carry/CarryChain | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The number of sites in this carry chain. |
| generateMask | Datatype | true | https://uor.foundation/carry/CarryChain | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Bit mask of site positions where carry is generated: and(x_k, y_k) = 1. |
| propagateMask | Datatype | true | https://uor.foundation/carry/CarryChain | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Bit mask of site positions where carry propagates: xor(x_k, y_k) = 1. |
| killMask | Datatype | true | https://uor.foundation/carry/CarryChain | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | Bit mask of site positions where carry is killed: neither generated nor propagated. |
| eventKind | Datatype | true | https://uor.foundation/carry/CarryEvent | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The kind of carry event: Generate, Propagate, or Kill. |
| sitePosition | Datatype | true | https://uor.foundation/carry/CarryEvent | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The site index k at which this carry event occurs. |
| carryCount | Datatype | true | https://uor.foundation/carry/CarryProfile | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The total number of carry events in this profile. |
| maxPropagationLength | Datatype | true | https://uor.foundation/carry/CarryProfile | http://www.w3.org/2001/XMLSchema#nonNegativeInteger | The longest consecutive propagation run in this profile. |
| profileChain | Object | true | https://uor.foundation/carry/CarryProfile | https://uor.foundation/carry/CarryChain | The carry chain that this profile summarizes. |
| symbolSetSize | Datatype | true | https://uor.foundation/carry/EncodingConfiguration | http://www.w3.org/2001/XMLSchema#positiveInteger | The cardinality of the symbol set S being encoded. |
| quantizationBits | Datatype | true | https://uor.foundation/carry/EncodingConfiguration | http://www.w3.org/2001/XMLSchema#positiveInteger | The number of bits k used for encoding (2^k ≥ |S|). |
| encodingMap | Object | true | https://uor.foundation/carry/EncodingConfiguration | https://uor.foundation/schema/TermExpression | String representation of the mapping from symbols to ring elements. |
| meanDelta | Datatype | true | https://uor.foundation/carry/EncodingQuality | http://www.w3.org/2001/XMLSchema#decimal | The mean d_Δ over observed pairs for this encoding. |
| discriminationRatio | Datatype | true | https://uor.foundation/carry/EncodingQuality | http://www.w3.org/2001/XMLSchema#decimal | The ratio of distinguishable pairs to total pairs under this encoding. |
| isOptimalEncoding | Datatype | true | https://uor.foundation/carry/EncodingQuality | http://www.w3.org/2001/XMLSchema#boolean | Whether this encoding minimizes Σ d_Δ over observed pairs. |