rgb-cln/doc/schemas/newaddr.request.json

15 lines
235 B
JSON
Raw Normal View History

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