Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file :
MultiPicklistObjectValue:
description: Object containing a list of strings to choose from
type: object
title: MultiPicklistObjectValue
properties:
objectType:
type: string
enum:
- MULTI_PICKLIST
value:
description: List of strings to choose from
type: array
items:
type: string
example:
objectType: MULTI_PICKLIST
values:
- foo bar
- baz biff
So as you can see only the example its written the correct way "values"