RewardOperandSpec
Specification for a reward OPERAND leaf type (RL Release 2 SP2). Used as the leaves of the reward-expression tree (and inside an IF condition's COMPARE).
type RewardOperandSpec {
operandType: String!
description: String!
fieldsSchema: String!
}
Fields
RewardOperandSpec.operandType ● String! non-null scalar
Operand type name (e.g. "pnl", "action", "position", "param", "const")
RewardOperandSpec.description ● String! non-null scalar
What this operand represents
RewardOperandSpec.fieldsSchema ● String! non-null scalar
JSON schema of the fields for this operand type.
Member Of
UIBuilderReference object