CXone Data Action UUID generation 422 on byte array pipeline

running the python client against /api/v2/dataprocessing/actions to batch create data action uuids. the generation payload pushes the version type refs and entropy source matrices, but the openapi generator template keeps stripping the namespace directive during the spec parse.

payload = {"version_type": "v4", "entropy_matrix": "src_a", "namespace": "cxone_actions", "collision_limit": 0.0001}
resp = requests.post(endpoint, json=payload, headers=auth)

it’s throwing a 422 bc the runtime crypto constraints flag the byte array checking pipeline. version bit verification fails on the third iteration even though rfc4122 compliance triggers are active. latency spikes past 800ms and the audit log just shows duplication failures.