Jack Henry & Associates · JSON-LD Context

Jack Henry Context

JSON-LD context defining the semantic vocabulary for Jack Henry from Jack Henry & Associates.

Jack Henry Context is a JSON-LD context published by Jack Henry & Associates on the APIs.io network.

It defines 26 semantic classes, 8 properties.

Top classes include Institution, Consumer, User, Account, Transaction, and 21 more. Namespace prefixes: jh, banno, and jxchange. Tagged areas include Financial Services, Banking, Core Banking, Digital Banking, and Payments.

26 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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-

Classes

Institution Consumer User Account Transaction Transfer Payee BillPayment WireTransfer AchTransaction Card Alert Message Plugin Segment Ad id type name description currency accountType accountStatus routingNumber status scopes

Properties

Property Type Container
amount decimal
balance decimal
availableBalance decimal
institution reference
fromAccount reference
toAccount reference
scheduledDate date
postedDate date

JSON-LD Document

Raw ↑
{
  "@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"
  }
}