mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-01-02 06:29:58 +01:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"$defs": {
|
|
"timestamp": {"type": "string"}
|
|
},
|
|
|
|
"status": {
|
|
"type": "object",
|
|
"timestamp": {"$ref": "#/$defs/timestamp"},
|
|
"message": {"type": "string"},
|
|
"required": ["timestamp", "message"]
|
|
}
|
|
}
|
|
|