CreateJsonataFunctionReq
- bodyType: stringrequired
The JSONata function body - the transformation logic
- keyType: stringrequired
Unique identifier for the function within your organization
- returnType: object
Type requiredReturn type specification for the function
- typeType: stringenumrequired
Return type of the function
values- string
- number
- boolean
- object
- schemaType: object
Definition Optional JSON Schema definition if type is 'object'
- nameType: string
Human-readable name for the function
- paramsType: array object[]
Array of function parameters with their types
- paramType: string
Name requiredName of the parameter
- paramType: stringenum
Type requiredType of the parameter
values- string
- number
- boolean
- object
- schemaType: object
Definition Optional JSON Schema definition if paramType is 'object'
