core-lightning/doc/schemas/newaddr.request.json
2022-04-02 09:46:01 +10:30

15 lines
235 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"properties": {
"addresstype": {
"type": "string",
"enum": [
"bech32",
"p2sh-segwit"
]
}
}
}