We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293368a commit 5f66a2bCopy full SHA for 5f66a2b
spec.json
@@ -46413,13 +46413,24 @@
46413
"payment_methods_summary"
46414
]
46415
},
46416
+ "UserFeature": {
46417
+ "type": "string",
46418
+ "enum": [
46419
+ "proprietary_to_kcl_conversion_beta",
46420
+ "new_sketch_mode"
46421
+ ]
46422
+ },
46423
"UserFeatureEntry": {
46424
"description": "Enabled features surfaced to end users.",
46425
"type": "object",
46426
"properties": {
46427
"id": {
46428
"description": "Stable identifier for the feature flag (snake_case).",
- "type": "string"
46429
+ "allOf": [
46430
+ {
46431
+ "$ref": "#/components/schemas/UserFeature"
46432
+ }
46433
46434
}
46435
46436
"required": [
0 commit comments