Connector profiles
The Connections Platform defines one GovWorx baseline for CAD integrations. A CAD system that can meet that baseline needs no connector profile. A connector profile exists only when a CAD system has a real constraint that prevents it from using the baseline as written. It is a compatibility contract for that CAD system, not a separate product API.When a profile is needed
A profile can document a required difference in payload shape, authentication, acknowledgement, reliability, field mapping, or supported update behavior. For example, a CAD system might require one fixed field name, verify a signature over the raw body only, or be unable to retain delivery identifiers through the baseline retry horizon. The baseline remains the recommended integration path. A profile does not change it for other listeners.What a profile declares
Each profile states:- the baseline contract and profile version it applies to;
- the GovWorx updates and typed fields the CAD supports;
- the selected authentication, acknowledgement, and reliability behavior;
- how canonical GovWorx fields map to the CAD wire format; and
- every deviation from the baseline, including the CAD constraint, replacement behavior, security or operational control, and customer-facing impact.

