RawResult
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"scope": string,
"rawCode": string
} |
Fields |
scope |
string
OPTIONAL: Scope of the rawCode, can be empty.
|
rawCode |
string
REQUIRED: Raw code from the integrator or subsystems within it.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["\u003cp\u003eThe raw result object is a JSON representation containing the scope and raw code.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003escope\u003c/code\u003e is an optional string field indicating the scope of the raw code, while \u003ccode\u003erawCode\u003c/code\u003e is a required string field containing the actual code.\u003c/p\u003e\n"]]],["The core content describes a JSON object with two fields: `scope` and `rawCode`. The `scope` field, a string, is optional and represents the scope of the associated raw code. The `rawCode` field, a required string, contains the raw code itself, originating from either an integrator or its subsystems. The JSON representation of the object is `{\"scope\": string, \"rawCode\": string}`.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRaw result object.\n\n| JSON representation |\n|------------------------------------------------|\n| ``` { \"scope\": string, \"rawCode\": string } ``` |\n\n| Fields ||\n|-----------|------------------------------------------------------------------------------|\n| `scope` | `string` **OPTIONAL**: Scope of the rawCode, can be empty. |\n| `rawCode` | `string` **REQUIRED**: Raw code from the integrator or subsystems within it. |"]]