CX-10
LocationObserved
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 |
|---|---|---|---|
| kind | any | required | — |
| subjectRef | string | required | — |
| method | string | required | — |
| frameRef | string | required | — |
| x | number | required | — |
| y | number | required | — |
| z | any | required | — |
| unit | any | required | — |
| uncertaintyM | number | required | — |
| assignmentVersion | string | required | — |
References these contracts
No outbound contract references.
Depended on by
Synthetic example
{
"kind": "LocationObserved",
"subjectRef": "fixture:forklift-01",
"method": "synthetic",
"frameRef": "fixture:plant-frame",
"x": 10.5,
"y": 4.1,
"z": null,
"unit": "m",
"uncertaintyM": 0.25,
"assignmentVersion": "1"
}