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