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