{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Review", "type": "object", "properties": { "id": { "type": "string" }, "review_type": { "type": "string" }, "description": { "type": "string" }, "review_date": { "type": "string" }, "reviewer": { "type": "string" }, "score": { "type": "number" }, "review_status": { "type": "string" }, "comments": { "type": "string" }, "employee": { "type": "object" } } }