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