{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "model": {
      "type": "string"
    },
    "reasons": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "threadId": {
      "type": "string"
    },
    "turnId": {
      "type": "string"
    },
    "useCases": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "model",
    "reasons",
    "threadId",
    "turnId",
    "useCases"
  ],
  "title": "ModelSafetyBufferingUpdatedNotification",
  "type": "object"
}