{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "classification": { "type": "string" }, "extraLogFiles": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "includeLogs": { "type": "boolean" }, "reason": { "type": [ "string", "null" ] }, "threadId": { "type": [ "string", "null" ] } }, "required": [ "classification", "includeLogs" ], "title": "FeedbackUploadParams", "type": "object" }