{
    "type": "object",
    "properties": {
        "expand": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "self": {
            "type": "string"
        },
        "key": {
            "type": "string"
        },
        "fields": {
            "type": "object",
            "properties": {
                "status": {
                    "type": "object",
                    "properties": {
                        "self": {
                            "type": "string"
                        },
                        "description": {
                            "type": "string"
                        },
                        "iconUrl": {
                            "type": "string"
                        },
                        "name": {
                            "type": "string"
                        },
                        "id": {
                            "type": "string"
                        },
                        "statusCategory": {
                            "type": "object",
                            "properties": {
                                "self": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "integer"
                                },
                                "key": {
                                    "type": "string"
                                },
                                "colorName": {
                                    "type": "string"
                                },
                                "name": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "self",
                                "id",
                                "key",
                                "colorName",
                                "name"
                            ]
                        }
                    },
                    "required": [
                        "self",
                        "description",
                        "iconUrl",
                        "name",
                        "id",
                        "statusCategory"
                    ]
                },
                "summary": {
                    "type": "string"
                },
                "worklog": {
                    "type": "object",
                    "properties": {
                        "startAt": {
                            "type": "integer"
                        },
                        "maxResults": {
                            "type": "integer"
                        },
                        "total": {
                            "type": "integer"
                        },
                        "worklogs": {
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "self": {
                                        "type": "string"
                                    },
                                    "author": {
                                        "type": "object",
                                        "properties": {
                                            "self": {
                                                "type": "string"
                                            },
                                            "accountId": {
                                                "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",
                                            "accountId",
                                            "avatarUrls",
                                            "displayName",
                                            "active",
                                            "timeZone",
                                            "accountType"
                                        ]
                                    },
                                    "updateAuthor": {
                                        "type": "object",
                                        "properties": {
                                            "self": {
                                                "type": "string"
                                            },
                                            "accountId": {
                                                "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",
                                            "accountId",
                                            "avatarUrls",
                                            "displayName",
                                            "active",
                                            "timeZone",
                                            "accountType"
                                        ]
                                    },
                                    "comment": {
                                        "type": "string"
                                    },
                                    "created": {
                                        "type": "string"
                                    },
                                    "updated": {
                                        "type": "string"
                                    },
                                    "started": {
                                        "type": "string"
                                    },
                                    "timeSpent": {
                                        "type": "string"
                                    },
                                    "timeSpentSeconds": {
                                        "type": "integer"
                                    },
                                    "id": {
                                        "type": "string"
                                    },
                                    "issueId": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "self",
                                    "author",
                                    "updateAuthor",
                                    "comment",
                                    "created",
                                    "updated",
                                    "started",
                                    "timeSpent",
                                    "timeSpentSeconds",
                                    "id",
                                    "issueId"
                                ]
                            }
                        }
                    },
                    "required": [
                        "startAt",
                        "maxResults",
                        "total",
                        "worklogs"
                    ]
                }
            }
        }
    }
}
