| leftComputation | Object | true | https://uor.foundation/parallel/ParallelProduct | https://uor.foundation/monoidal/MonoidalProduct | The left parallel component (itself a sequential computation). |
| rightComputation | Object | true | https://uor.foundation/parallel/ParallelProduct | https://uor.foundation/monoidal/MonoidalProduct | The right parallel component. |
| disjointnessCert | Object | true | https://uor.foundation/parallel/ParallelProduct | https://uor.foundation/parallel/DisjointnessCertificate | The certificate proving site disjointness. |
| certLeftTarget | Object | true | https://uor.foundation/parallel/DisjointnessCertificate | https://uor.foundation/effect/EffectTarget | The site target of the left computation. |
| certRightTarget | Object | true | https://uor.foundation/parallel/DisjointnessCertificate | https://uor.foundation/effect/EffectTarget | The site target of the right computation. |
| syncSites | Object | false | https://uor.foundation/parallel/SynchronizationPoint | https://uor.foundation/partition/SiteIndex | The shared sites requiring synchronization. |
| partitionComponents | Object | false | https://uor.foundation/parallel/SitePartitioning | https://uor.foundation/effect/EffectTarget | The disjoint subsets composing the full site budget. |
| componentCount | Datatype | true | https://uor.foundation/parallel/SitePartitioning | http://www.w3.org/2001/XMLSchema#positiveInteger | Number of parallel components. |
| isFullyDisjoint | Datatype | true | https://uor.foundation/parallel/ParallelProduct | http://www.w3.org/2001/XMLSchema#boolean | True iff site targets have zero overlap (no SynchronizationPoints required). |
| disjointnessCommutation | Datatype | true | https://uor.foundation/parallel/ParallelProduct | http://www.w3.org/2001/XMLSchema#boolean | Declares whether this parallel product commutes with disjoint effects per FX_4. |
| sitePartition | Object | true | https://uor.foundation/parallel/ParallelProduct | https://uor.foundation/partition/Partition | The partition:Partition this parallel product is over. |
| disjointnessWitness | Datatype | true | https://uor.foundation/parallel/ParallelProduct | http://www.w3.org/2001/XMLSchema#string | IRI of a proof of pairwise disjointness of the partition components. |