rgb-cln/doc/schemas/sendcustommsg.schema.json

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"
}
}
}