You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, excuse me, Could you tell me that does this project supports verifying nested JSON?
Such as:
{
"try": {
"type": "object",
"properties": {
"uid": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"size": {
"type": "number"
},
"content": {
"type": "string"
}
}
}
}
}
}
There is a "object" in a "object"
The text was updated successfully, but these errors were encountered:
Hi, excuse me, Could you tell me that does this project supports verifying nested JSON?
Such as:
{
"try": {
"type": "object",
"properties": {
"uid": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"size": {
"type": "number"
},
"content": {
"type": "string"
}
}
}
}
}
}
There is a "object" in a "object"
The text was updated successfully, but these errors were encountered: