{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransactionRegistrationResponse", "properties": { "data": { "properties": { "token": { "type": "string" } }, "type": "object" }, "responseCode": { "type": "number", "default": 0 } } }