{ "@context": { "@vocab": "https://schema.org/", "jh": "https://github.com/api-evangelist/jack-henry/vocabulary#", "banno": "https://github.com/api-evangelist/jack-henry/vocabulary#banno-", "jxchange": "https://github.com/api-evangelist/jack-henry/vocabulary#jxchange-", "Institution": "jh:Institution", "Consumer": "jh:Consumer", "User": "jh:User", "Account": "jh:Account", "Transaction": "jh:Transaction", "Transfer": "jh:Transfer", "Payee": "jh:Payee", "BillPayment": "jh:BillPayment", "WireTransfer": "jh:WireTransfer", "AchTransaction": "jh:AchTransaction", "Card": "jh:Card", "Alert": "jh:Alert", "Message": "jh:Message", "Plugin": "jh:Plugin", "Segment": "jh:Segment", "Ad": "jh:Ad", "id": "@id", "type": "@type", "name": "name", "description": "description", "amount": { "@id": "jh:amount", "@type": "xsd:decimal" }, "currency": "jh:currency", "balance": { "@id": "jh:balance", "@type": "xsd:decimal" }, "availableBalance": { "@id": "jh:availableBalance", "@type": "xsd:decimal" }, "accountType": "jh:accountType", "accountStatus": "jh:accountStatus", "routingNumber": "jh:routingNumber", "institution": { "@id": "jh:institution", "@type": "@id" }, "fromAccount": { "@id": "jh:fromAccount", "@type": "@id" }, "toAccount": { "@id": "jh:toAccount", "@type": "@id" }, "scheduledDate": { "@id": "jh:scheduledDate", "@type": "xsd:date" }, "postedDate": { "@id": "jh:postedDate", "@type": "xsd:date" }, "status": "jh:status", "scopes": "jh:oauthScope" } }