{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransferwiseUser", "title": "TransferwiseUser", "type": "object", "properties": { "oauth_code": { "type": "string", "description": "The OAuth code returned by Transferwise we should be using to gain access to the user's Transferwise account.", "readOnly": false, "writeOnly": true } } }