Source code

Revision control

Copy as Markdown

Other Tools

{
"title": "Test",
"type": "object",
"required": [
"vec"
],
"properties": {
"vec": {
"type": "array",
"items": {
"type": "string"
}
}
}
}