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

Revert "contains applies to objects" #1452

Merged
merged 5 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
contains cleanup
gregsdennis committed Sep 27, 2023
commit f9fdd133a6e847116cec9d8b3dde0a826a122e3f
3 changes: 1 addition & 2 deletions jsonschema-core.md
Original file line number Diff line number Diff line change
@@ -2032,8 +2032,7 @@ outcomes. However, the keywords in this vocabulary are notable exceptions:
- `unevaluatedItems`, whose behavior is defined in terms of annotations from
`prefixItems`, `items`, `contains`, and itself
- `unevaluatedProperties`, whose behavior is defined in terms of annotations
from `properties`, `patternProperties`, `additionalProperties`, `contains`,
and itself
from `properties`, `patternProperties`, `additionalProperties`, and itself

### `unevaluatedItems` {#unevaluateditems}