blob: c69aacf3a2de02faf35e12fa3ebe8c673ef570fd [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"timestamp": {
"type": "integer"
},
"name": {
"type": "string"
},
"value": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"timestamp",
"name",
"value",
"type"
]
}