Files
DMRGateway/schema.json
2023-07-11 16:54:30 +01:00

14 lines
210 B
JSON

{
"$defs": {
"timestamp": {"type": "string"}
},
"status": {
"type": "object",
"timestamp": {"$ref": "#/$defs/timestamp"},
"message": {"type": "string"},
"required": ["timestamp", "message"]
}
}