{
"type": "object",
"properties": {
"testing string": {
"type": "string"
},
"testing number": {
"type": "number",
"minimum": -5,
"maximum": 10
},
"testing boolean": {
"type": "boolean"
}
},
"required": []
}
| Timestamp | testing string | testing number | testing boolean |
|---|