Skip to content

Commit a17060e

Browse files
committed
chore: update schema spec w/ new conditions
1 parent d0c0388 commit a17060e

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

aws_lambda_powertools/utilities/feature_flags/schema.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ 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, IN, NOT_IN,
88+
KEY_IN_VALUE KEY_NOT_IN_VALUE VALUE_IN_KEY VALUE_NOT_IN_KEY
89+
8890
* **key**: `str`. Key in given context to perform operation
8991
* **value**: `Any`. Value in given context that should match action operation.
9092

0 commit comments

Comments
 (0)