The attesting provider's result payload, SERIALIZED AS JSON.
The GraphQL schema types this String! and introspection reveals nothing
further, but RF's resolver PARSES it: any value that is not valid JSON is
rejected outright with complianceInfo.result must be a valid JSON string. A bare identifier does not qualify — pass JSON.stringify(...)
of an object, which is also what RF's compliance team dereferences.
Input to RouteFusion's undocumented
complianceEvaluationmutation — the reliance-model attestation that must precedefinalizeEntity.