Skip to content
Developer Preview

UserInputOptionPreview

No description is available.

  • content
  • format
Source

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

{
"properties": {
"content": {
"type": "string"
},
"format": {
"type": "string"
}
},
"required": [
"content",
"format"
],
"type": "object"
}