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

Conjunct properties entries in a similar fashion to Items entries #99

Open
mniip opened this issue Jul 2, 2021 · 1 comment
Open

Conjunct properties entries in a similar fashion to Items entries #99

mniip opened this issue Jul 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@mniip
Copy link
Member

mniip commented Jul 2, 2021

Currently if we have an allOf of several schemas with items in them, we will sometimes convert it into a single items clause with an allOf inside. Should do the same with properties, though it's a bit more tricky considering their requiredness and presence of additionalProperties.

@mniip
Copy link
Member Author

mniip commented Jul 27, 2021

Thought: split the Properties condition into a conjunction of many conditions -- one for each property, and something for "everything else".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant