mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
17 lines
No EOL
332 B
JSON
17 lines
No EOL
332 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"added": "v24.05",
|
|
"required" : ["hash", "height"],
|
|
"properties": {
|
|
"hash": {
|
|
"type": "hash",
|
|
"added" : "v24.05"
|
|
},
|
|
"height" : {
|
|
"type" : "u32",
|
|
"added" : "v24.05"
|
|
}
|
|
}
|
|
} |