mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
9 lines
228 B
JSON
9 lines
228 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "ticket-sequence",
|
|
"link": "account-sequence-number",
|
|
"description": "An account transaction tickt sequence number",
|
|
"type": "integer",
|
|
"minimum": 1
|
|
}
|