mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-24 15:35:38 +08: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"]
|
|
}
|
|
}
|
|
|