{
    "type": "object",
    "properties": {
        "attachments": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "content_scan_version": {
                        "type": "integer"
                    },
                    "content_type": {
                        "type": "string"
                    },
                    "filename": {
                        "type": "string"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "id": {
                        "type": "string"
                    },
                    "placeholder": {
                        "type": "string"
                    },
                    "placeholder_version": {
                        "type": "integer"
                    },
                    "proxy_url": {
                        "type": "string"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "url": {
                        "type": "string"
                    },
                    "width": {
                        "type": "integer"
                    }
                }
            }
        },
        "author": {
            "type": "object",
            "properties": {
                "accent_color": {
                    "type": "null"
                },
                "banner": {
                    "type": "null"
                },
                "banner_color": {
                    "type": "null"
                },
                "collectibles": {
                    "type": "null"
                },
                "discriminator": {
                    "type": "string"
                },
                "flags": {
                    "type": "integer"
                },
                "id": {
                    "type": "string"
                },
                "public_flags": {
                    "type": "integer"
                },
                "username": {
                    "type": "string"
                }
            }
        },
        "channel_id": {
            "type": "string"
        },
        "components": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "components": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "custom_id": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "integer"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "style": {
                                    "type": "integer"
                                },
                                "type": {
                                    "type": "integer"
                                }
                            }
                        }
                    },
                    "id": {
                        "type": "integer"
                    },
                    "type": {
                        "type": "integer"
                    }
                }
            }
        },
        "content": {
            "type": "string"
        },
        "embeds": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "color": {
                        "type": "integer"
                    },
                    "content_scan_version": {
                        "type": "integer"
                    },
                    "description": {
                        "type": "string"
                    },
                    "thumbnail": {
                        "type": "object",
                        "properties": {
                            "flags": {
                                "type": "integer"
                            },
                            "height": {
                                "type": "integer"
                            },
                            "placeholder": {
                                "type": "string"
                            },
                            "placeholder_version": {
                                "type": "integer"
                            },
                            "proxy_url": {
                                "type": "string"
                            },
                            "url": {
                                "type": "string"
                            },
                            "width": {
                                "type": "integer"
                            }
                        }
                    },
                    "title": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    }
                }
            }
        },
        "flags": {
            "type": "integer"
        },
        "id": {
            "type": "string"
        },
        "mention_everyone": {
            "type": "boolean"
        },
        "mention_roles": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "mentions": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "accent_color": {
                        "type": "null"
                    },
                    "avatar_decoration_data": {
                        "type": "null"
                    },
                    "banner": {
                        "type": "null"
                    },
                    "banner_color": {
                        "type": "null"
                    },
                    "clan": {
                        "type": "null"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "id": {
                        "type": "string"
                    },
                    "primary_guild": {
                        "type": "null"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "username": {
                        "type": "string"
                    }
                }
            }
        },
        "pinned": {
            "type": "boolean"
        },
        "timestamp": {
            "type": "string"
        },
        "tts": {
            "type": "boolean"
        },
        "type": {
            "type": "integer"
        }
    },
    "version": 1
}
