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
How to display all the fields in allOf that do not meet the conditions at once?
My Jsonschem is like this
{
"$schema":"",
"$id":"",
"$comment":"",
"$defs":{},
"$type:"object",
"required":[],
"$properties":{},
"$additionalProperties":false,
"allOf":[],
}
我想把必填的都填上之后 allof 中不满足条件的字段都展示出来
The text was updated successfully, but these errors were encountered:
itxians
changed the title
How to display all the fields in allOf that do not meet the conditions at once, except for the required fields reporting errors?
How to display all the fields in allOf that do not meet the conditions at once?
Aug 22, 2024
How to display all the fields in allOf that do not meet the conditions at once?
My Jsonschem is like this
{
"$schema":"",
"$id":"",
"$comment":"",
"$defs":{},
"$type:"object",
"required":[],
"$properties":{},
"$additionalProperties":false,
"allOf":[],
}
我想把必填的都填上之后 allof 中不满足条件的字段都展示出来
The text was updated successfully, but these errors were encountered: