mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-08-23 00:20:52 +00:00
8 lines
193 B
JSON
8 lines
193 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "hash256",
|
|
"description": "The hex representation of a 256-bit hash",
|
|
"type": "string",
|
|
"pattern": "^[A-F0-9]{64}$"
|
|
}
|