We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0d26a commit 6cfb9dbCopy full SHA for 6cfb9db
aws_lambda_powertools/utilities/feature_flags/schema.py
@@ -84,7 +84,7 @@ class SchemaValidator(BaseValidator):
84
The value MUST contain the following members:
85
86
* **action**: `str`. Operation to perform to match a key and value.
87
- The value MUST be either EQUALS, STARTSWITH, ENDSWITH, IN, NOT_IN,
+ The value MUST be either EQUALS, STARTSWITH, ENDSWITH,
88
KEY_IN_VALUE KEY_NOT_IN_VALUE VALUE_IN_KEY VALUE_NOT_IN_KEY
89
90
* **key**: `str`. Key in given context to perform operation
0 commit comments