From 5a83bec2ea13e207354af1331bd44bdf4791dde5 Mon Sep 17 00:00:00 2001 From: "zoo-github-actions-auth[bot]" Date: Fri, 19 Dec 2025 15:24:17 +0000 Subject: [PATCH] YOYO NEW API SPEC! --- spec.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spec.json b/spec.json index 1b9d6553..74c57678 100644 --- a/spec.json +++ b/spec.json @@ -46413,13 +46413,24 @@ "payment_methods_summary" ] }, + "UserFeature": { + "type": "string", + "enum": [ + "proprietary_to_kcl_conversion_beta", + "new_sketch_mode" + ] + }, "UserFeatureEntry": { "description": "Enabled features surfaced to end users.", "type": "object", "properties": { "id": { "description": "Stable identifier for the feature flag (snake_case).", - "type": "string" + "allOf": [ + { + "$ref": "#/components/schemas/UserFeature" + } + ] } }, "required": [