{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"view": {
"type": "string",
"enum": [
"grid",
"chat"
],
"description": "Which view to show: 'grid' (attachments) or 'chat' (transcript)."
}
},
"required": [
"view"
]
}{
"type": "object",
"properties": {
"share_url": {
"type": "string",
"description": "poe.com/s/<id>…"
}
}
}