Jack Henry Context
JSON-LD context defining the semantic vocabulary for Jack Henry from Jack Henry & Associates.
26 Classes
8 Properties
3 Namespaces
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
{
"@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"
}
}