SF API Topic and Action Enablement
schema-composition-not-supported-request
general > schema-composition-not-supported-request
Guidance / Message
OAS 3.0 schema combination is not supported (not, anyOf, allOf, oneOf) in requests
Examples
valid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
requestBody:
content:
application/json:
schema:
type: string
invalid
get:
x-sfdc:
agent:
action:
publishAsAgentAction: true
requestBody:
content:
application/json:
schema:
allOf:
- type: string
- type: boolean
Applies to Operation