mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
7 lines
198 B
JSON
7 lines
198 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "Hash128",
|
|
"description": "The hex representation of a 128-bit hash",
|
|
"type": "string",
|
|
"pattern": "^$|^[A-Fa-f0-9]{32}$"
|
|
} |