Skip to content
Developer Preview

UserInputOption

No description is available.

  • description
  • label
  • preview
Source

schema/msp/experimental/msp.schema.json#/types/UserInputOption

{
"properties": {
"description": {
"type": "string"
},
"label": {
"type": "string"
},
"preview": {
"$ref": "#/$defs/UserInputOptionPreview"
}
},
"required": [
"label"
],
"type": "object"
}