Skip to content

Commit

Permalink
Fix typo (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Alavi <[email protected]>
  • Loading branch information
Mohammad-Alavi authored Oct 28, 2024
1 parent 5e37c0d commit a35dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/2020-12/applicator/oneOf.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The `oneOf` keyword allows you to specify that exactly one of the provided subsc
{{<instance-pass `An instance not conforming to the second subschema of 'oneOf' is valid`>}}
{ "foo": true }
{{</instance-pass>}}
* _Remember, if any subschema within the `oneOf` keyword passes validation or has a boolean `true` value, the all the other subschemas within `oneOf` must fail the validation for the overall validation of the `oneOf` keyword to be true._
* _Remember, if any subschema within the `oneOf` keyword passes validation or has a boolean `true` value, all the other subschemas within `oneOf` must fail the validation for the overall validation of the `oneOf` keyword to be true._

{{<schema `Schema with nested 'oneOf'`>}}
{
Expand Down

0 comments on commit a35dcdc

Please sign in to comment.