mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-04 09:16:41 +00:00
8 lines
196 B
JSON
8 lines
196 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-Fa-f0-9]{64}$"
|
|
}
|