{
    "type": "object",
    "properties": {
        "self": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "author": {
            "type": "object",
            "properties": {
                "self": {
                    "type": "string"
                },
                "accountId": {
                    "type": "string"
                },
                "emailAddress": {
                    "type": "string"
                },
                "avatarUrls": {
                    "type": "object",
                    "properties": {
                        "48x48": {
                            "type": "string"
                        },
                        "24x24": {
                            "type": "string"
                        },
                        "16x16": {
                            "type": "string"
                        },
                        "32x32": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "48x48",
                        "24x24",
                        "16x16",
                        "32x32"
                    ]
                },
                "displayName": {
                    "type": "string"
                },
                "active": {
                    "type": "boolean"
                },
                "timeZone": {
                    "type": "string"
                },
                "accountType": {
                    "type": "string"
                }
            },
            "required": [
                "self",
                "emailAddress",
                "avatarUrls",
                "displayName",
                "active",
                "timeZone"
            ]
        },
        "body": {
            "type": "object",
            "properties": {
                "type": {
                    "type": "string"
                },
                "version": {
                    "type": "integer"
                },
                "content": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "type": {
                                "type": "string"
                            },
                            "content": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "type": {
                                            "type": "string"
                                        },
                                        "text": {
                                            "type": "string"
                                        }
                                    },
                                    "required": [
                                        "type"
                                    ]
                                }
                            }
                        },
                        "required": [
                            "type",
                            "content"
                        ]
                    }
                }
            },
            "required": [
                "type",
                "version",
                "content"
            ]
        },
        "updateAuthor": {
            "type": "object",
            "properties": {
                "self": {
                    "type": "string"
                },
                "accountId": {
                    "type": "string"
                },
                "emailAddress": {
                    "type": "string"
                },
                "avatarUrls": {
                    "type": "object",
                    "properties": {
                        "48x48": {
                            "type": "string"
                        },
                        "24x24": {
                            "type": "string"
                        },
                        "16x16": {
                            "type": "string"
                        },
                        "32x32": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "48x48",
                        "24x24",
                        "16x16",
                        "32x32"
                    ]
                },
                "displayName": {
                    "type": "string"
                },
                "active": {
                    "type": "boolean"
                },
                "timeZone": {
                    "type": "string"
                },
                "accountType": {
                    "type": "string"
                }
            },
            "required": [
                "self",
                "emailAddress",
                "avatarUrls",
                "displayName",
                "active",
                "timeZone"
            ]
        },
        "created": {
            "type": "string"
        },
        "updated": {
            "type": "string"
        },
        "jsdPublic": {
            "type": "boolean"
        }
    },
    "required": [
        "self",
        "id",
        "author",
        "body",
        "updateAuthor",
        "created",
        "updated"
    ],
    "version": 1
}
