{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TimeReviewEvent", "title": "TimeReviewEvent", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "worker": { "$ref": "#/components/schemas/ResourceReference" }, "reviewPeriodStartDate": { "type": "string", "format": "date" }, "reviewPeriodEndDate": { "type": "string", "format": "date" }, "status": { "type": "string" } } }