{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "startedAtMs": {
      "description": "Unix timestamp (in milliseconds) when this review started.",
      "format": "int64",
      "type": "integer"
    },
    "threadId": {
      "type": "string"
    },
    "turnId": {
      "type": "string"
    }
  },
  "required": [
    "startedAtMs",
    "threadId",
    "turnId"
  ],
  "title": "StrictReviewRequiredNotification",
  "type": "object"
}