Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The choice options for the parameter. Use only when parameters.inputType
is choiceset
.
Properties that reference this object type:
Syntax
Properties
title
Title of the choice.
This property is localizable. For more information, see the localization schema.
Type
string
Required
✅
Constraints
Maximum string length: 128.
Supported values
value
Value of the choice.
Type
string
Required
✅
Constraints
Maximum string length: 512.
Supported values
Examples
{
"composeExtensions": [
{
"commands": [
{
"parameters": [
{
"choices": [
{
"title": "Title of the choice",
"value": "Value of the choice"
}
]
}
]
},
],
}
]
}