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