Source code
Revision control
Copy as Markdown
Other Tools
{
"title": "Test",
"type": "object",
"required": [
"bytes"
],
"properties": {
"bytes": {
"type": "array",
"items": {
"type": "integer",
"format": "uint8",
"minimum": 0.0
}
}
}
}