{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "conversation_message kind social_media_post",
  "type": "object",
  "properties": {
    "author_id": {
      "description": "ID of the user who posted the message",
      "type": "string"
    },
    "author_name": {
      "description": "Name of the user who posted the message",
      "type": "string"
    },
    "author_type": {
      "description": "Type of user who posted the message",
      "type": "string"
    },
    "upvotes": {
      "description": "Number of upvotes",
      "type": "integer"
    }
  }
}
