Source code

Revision control

Copy as Markdown

Other Tools

{
"title": "Test",
"type": "object",
"required": [
"data"
],
"properties": {
"data": {
"type": "object",
"additionalProperties": {
"type": "integer",
"format": "uint32",
"minimum": 0.0
}
}
}
}