Skip to content

Commit 6cfb9db

Browse files
committed
chore: remove IN, NOT_IN from schema docs
1 parent 8f0d26a commit 6cfb9db

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/utilities/feature_flags

1 file changed

+1
-1
lines changed

Diff for: aws_lambda_powertools/utilities/feature_flags/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SchemaValidator(BaseValidator):
8484
The value MUST contain the following members:
8585
8686
* **action**: `str`. Operation to perform to match a key and value.
87-
The value MUST be either EQUALS, STARTSWITH, ENDSWITH, IN, NOT_IN,
87+
The value MUST be either EQUALS, STARTSWITH, ENDSWITH,
8888
KEY_IN_VALUE KEY_NOT_IN_VALUE VALUE_IN_KEY VALUE_NOT_IN_KEY
8989
9090
* **key**: `str`. Key in given context to perform operation

0 commit comments

Comments
 (0)