core-lightning/doc/schemas/sendcustommsg.schema.json
niftynei 8654c817da sendcustommsg: promote to non-dev
Enable non-dev builds to send custom messages.

Preserves 'dev-' for compat-enabled builds.

Changelog-Changed: JSON-RPC: moved dev-sendcustommsg to sendcustommsg
2021-07-14 14:39:44 -05:00

12 lines
272 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [ "status" ],
"properties": {
"status": {
"type": "string",
"description": "Information about where message was queued"
}
}
}