From ed1b09c79767cce237133ead9c0a5eb816f41064 Mon Sep 17 00:00:00 2001 From: pvu-stripe Date: Mon, 26 Feb 2024 08:00:32 -0800 Subject: [PATCH] Add docs to VS Code tooltip on app name hover --- schema/stripe-app.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/stripe-app.schema.json b/schema/stripe-app.schema.json index 0f27516..2567f90 100644 --- a/schema/stripe-app.schema.json +++ b/schema/stripe-app.schema.json @@ -29,7 +29,8 @@ "minLength": 1 }, "name": { - "description": "The name shown in the UI when referring to your app.", + "description": "The name shown in the UI when referring to your app. Read more about restricted words for public distribution: https://stripe.com/docs/stripe-apps/reference/app-manifest", + "markdownDescription": "The name shown in the UI when referring to your app. [Read more about restricted words for public distribution](https://stripe.com/docs/stripe-apps/reference/app-manifest).", "type": "string", "minLength": 1 },