Page Summary
-
The raw result object is a JSON representation containing the scope and raw code.
-
scopeis an optional string field indicating the scope of the raw code, whilerawCodeis a required string field containing the actual code.
Raw result object.
| JSON representation |
|---|
{ "scope": string, "rawCode": string } |
| Fields | |
|---|---|
scope |
OPTIONAL: Scope of the rawCode, can be empty. |
rawCode |
REQUIRED: Raw code from the integrator or subsystems within it. |