OptimonCoreSync Studio
IE
CX-10

HealthSnapshot

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

FieldTypeRequiredPermitted values / reference
connectionIdstringrequired—
observedAtstringrequired—
sessionStatestringrequiredconnected · disconnected · unknown
acquisitionStatestringrequiredrunning · paused · failed · idle
qualityStatestringrequiredhealthy · degraded · blocked · unknown
deliveryStatestringrequiredcurrent · backlogged · blocked · unknown
lastSourceTimeanyrequired—
lastReceiptTimeanyrequired—
backlogCountintegerrequired—
backlogBytesintegerrequired—
modestringrequiredsimulation · live

References these contracts

No outbound contract references.

Depended on by

No other contract depends on this one.

Synthetic example

{
  "connectionId": "conn-fixture-01",
  "observedAt": "2026-09-22T12:00:00Z",
  "sessionState": "connected",
  "acquisitionState": "running",
  "qualityState": "healthy",
  "deliveryState": "current",
  "lastSourceTime": "2026-09-22T12:00:00Z",
  "lastReceiptTime": "2026-09-22T12:00:00Z",
  "backlogCount": 0,
  "backlogBytes": 0,
  "mode": "simulation"
}