{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResultSuccess__tableId-string--experimentId-string__", "title": "ResultSuccess__tableId-string--experimentId-string__", "properties": { "data": { "properties": { "experimentId": { "type": "string" }, "tableId": { "type": "string" } }, "required": [ "experimentId", "tableId" ], "type": "object" }, "error": { "type": "number", "enum": [ null ], "nullable": true } }, "required": [ "data", "error" ], "type": "object", "additionalProperties": false }