Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display all the fields in allOf that do not meet the conditions at once? #141

Open
itxians opened this issue Aug 22, 2024 · 0 comments

Comments

@itxians
Copy link

itxians commented 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 中不满足条件的字段都展示出来

@itxians 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant