{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResultSuccess__inputs-Record_string.any_--prompt_id-string--version_id-string--environment-string-or-null_-or-null_", "title": "ResultSuccess__inputs-Record_string.any_--prompt_id-string--version_id-string--environment-string-or-null_-or-null_", "properties": { "data": { "properties": { "environment": { "type": "string", "nullable": true }, "version_id": { "type": "string" }, "prompt_id": { "type": "string" }, "inputs": { "$ref": "#/components/schemas/Record_string.any_" } }, "required": [ "environment", "version_id", "prompt_id", "inputs" ], "type": "object", "nullable": true }, "error": { "type": "number", "enum": [ null ], "nullable": true } }, "required": [ "data", "error" ], "type": "object", "additionalProperties": false }