{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "id",
"link": "transaction-id",
"description": "A hash of a transaction used to identify the transaction, represented in hexadecimal.",
"type": "string",
"pattern": "^[A-F0-9]{64}$"
}