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

15 lines
281 B
JSON

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