Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.ci hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
1 parent 45a11df commit 0158121
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/fixtures/schema-boolean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ components:
PrefixitemsWithNoAdditionalItemsAllowed:
$schema: https://json-schema.org/draft/2020-12/schema
prefixItems:
- {}
- {}
- {}
- {}
- {}
- {}
items: false
PrefixitemsWithBooleanSchemas:
$schema: https://json-schema.org/draft/2020-12/schema
prefixItems:
- true
- false
- true
- false

0 comments on commit 0158121

Please sign in to comment.