Skip to content

Commit

Permalink
Merge pull request #111 from OAI/frankkilcommins/issue108
Browse files Browse the repository at this point in the history
chore: force case insensitivity for string comparisons
  • Loading branch information
frankkilcommins authored Jan 4, 2024
2 parents c1f32fd + 2add47c commit 9bf5745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Operator | Description
`[]`| Index (0-based)
`.`| Property de-reference

String comparisons `SHOULD` be case insensitive.
String comparisons `MUST` be case insensitive.

##### Fixed Fields
Field Name | Type | Description
Expand Down

0 comments on commit 9bf5745

Please sign in to comment.