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