{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SIMPGetTransactionBySessionId200", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/SIMPTransactionBySessionIdResponse200" } }, "responseCode": { "type": "number", "default": 0 } }, "type": "object" }