CX-10
SimulationRun
40 typed shared schemas, source/config schemas, examples, required fields, old/new compatibility, dependent flows and approval validity.
Acceptance · Changing meaning, required fields or approved mappings invalidates affected approval/test evidence as policy requires. Operations listSourceContracts, validateContract
Synthetic connector workspace. Every profile here is a proposed target. Nothing on this screen is a live, qualified or certified adapter, no payload is a captured vendor wire message, and the simulation engine has no code path to a real endpoint.
bundle status: proposed; not signed V9 canonical schemas← all schemas
Fields
| Field | Type | Required | Permitted values / reference |
|---|---|---|---|
| runId | string | required | — |
| connectorId | string | required | — |
| scenarioRef | string | required | — |
| state | string | required | created · running · succeeded · degraded · blocked · failed · cancelled |
| mode | any | required | — |
| received | integer | required | — |
| admitted | integer | required | — |
| quarantined | integer | required | — |
| duplicates | integer | required | — |
| pending | integer | required | — |
| receiptRefs | array | required | — |
| evidenceRef | string | required | — |
References these contracts
No outbound contract references.
Depended on by
No other contract depends on this one.
Synthetic example
{
"runId": "run-fixture",
"connectorId": "CS-CON-0001",
"scenarioRef": "happy_path",
"state": "succeeded",
"mode": "simulation",
"received": 10,
"admitted": 10,
"quarantined": 0,
"duplicates": 0,
"pending": 0,
"receiptRefs": [
"receipt-fixture-01"
],
"evidenceRef": "fixture:run-evidence"
}