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