{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "message": {
      "description": "Concise guardian warning message for the user.",
      "type": "string"
    },
    "threadId": {
      "description": "Thread target for the guardian warning.",
      "type": "string"
    }
  },
  "required": [
    "message",
    "threadId"
  ],
  "title": "GuardianWarningNotification",
  "type": "object"
}