{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResultSuccess__value-string--cost-number_-Array_", "title": "ResultSuccess__value-string--cost-number_-Array_", "properties": { "data": { "items": { "properties": { "cost": { "type": "number", "format": "double" }, "value": { "type": "string" } }, "required": [ "cost", "value" ], "type": "object" }, "type": "array" }, "error": { "type": "number", "enum": [ null ], "nullable": true } }, "required": [ "data", "error" ], "type": "object", "additionalProperties": false }