anyOf
- Viewer
- JSON Schema
Loading ....
{
"anyOf": [
{
"type": "string",
"maxLength": 5
},
{
"type": "number",
"minimum": 0
}
]
}
{
"anyOf": [
{
"type": "string",
"maxLength": 5
},
{
"type": "number",
"minimum": 0
}
]
}