AI-generated Key Takeaways
-
The JSON representation showcases the raw result object with
scopeandrawCodefields. -
scopeis an optional string field that defines the context 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. |