{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "conversation_message kind issue",
  "type": "object",
  "properties": {
    "account_id": {
      "description": "Account identifier",
      "type": "string"
    },
    "author_id": {
      "description": "Author identifier",
      "type": "string"
    },
    "author_name": {
      "description": "Author name",
      "type": "string"
    }
  }
}
