DMRGateway/schema.json

14 lines
210 B
JSON
Raw Normal View History

2023-07-11 17:54:30 +02:00
{
"$defs": {
"timestamp": {"type": "string"}
},
"status": {
"type": "object",
"timestamp": {"$ref": "#/$defs/timestamp"},
"message": {"type": "string"},
"required": ["timestamp", "message"]
}
}