{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResultSuccess__score-number--input-string--output-string--ground_truth_63_-string__", "title": "ResultSuccess__score-number--input-string--output-string--ground_truth_63_-string__", "properties": { "data": { "properties": { "ground_truth": { "type": "string" }, "output": { "type": "string" }, "input": { "type": "string" }, "score": { "type": "number", "format": "double" } }, "required": [ "output", "input", "score" ], "type": "object" }, "error": { "type": "number", "enum": [ null ], "nullable": true } }, "required": [ "data", "error" ], "type": "object", "additionalProperties": false }