FEA-Bench / testbed /aws-powertools__powertools-lambda-python /examples /feature_flags /src /minimal_schema.json
| { | |
| "global_feature": { | |
| "default": true | |
| }, | |
| "non_boolean_global_feature": { | |
| "default": {"group": "read-only"}, | |
| "boolean_type": false | |
| } | |
| } | |