{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UpdateAppraisalSessionRequest", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "instruction": { "type": "string" }, "selfReviewInstruction": { "type": "string" }, "profileId": { "type": "string", "format": "uuid" }, "managerId": { "type": "string", "format": "uuid" } }, "type": "object" }