{ "type": "object", "name": "TransactionHistory", "properties": { "message": { "type": "['string', 'null']" }, "status": { "type": "boolean" }, "totalCount": { "type": "integer" }, "transactionJournals": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "message", "status", "totalCount", "transactionJournals" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }