diff --git a/tests/fixtures/schema-boolean.yaml b/tests/fixtures/schema-boolean.yaml index 5538fcb8..a399b095 100644 --- a/tests/fixtures/schema-boolean.yaml +++ b/tests/fixtures/schema-boolean.yaml @@ -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