{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "itemId": { "type": "string" }, "skillName": { "type": "string" } }, "required": [ "itemId", "skillName" ], "title": "SkillRequestApprovalParams", "type": "object" }