We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed3a66 commit c5bde49Copy full SHA for c5bde49
aws_lambda_powertools/utilities/feature_flags/schema.py
@@ -58,12 +58,12 @@ class SchemaValidator(BaseValidator):
58
```json
59
{
60
"my_feature": {
61
- "default": True,
+ "default": true,
62
"rules": {}
63
},
64
"my_non_boolean_feature": {
65
"default": {"group": "read-only"},
66
- "boolean_type": False,
+ "boolean_type": false,
67
68
}
69
@@ -83,7 +83,7 @@ class SchemaValidator(BaseValidator):
83
"default": true,
84
"rules": {
85
"tenant id equals 345345435": {
86
- "when_match": False,
+ "when_match": false,
87
"conditions": []
88
89
0 commit comments