From 378b6594bd94cf3b27f4e309a11efe25d83de0d9 Mon Sep 17 00:00:00 2001 From: PankajBhojwani Date: Fri, 26 Apr 2024 16:34:01 -0700 Subject: [PATCH] Add action ID to schema (#17146) Closes #17122 --- doc/cascadia/profiles.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index 9593ab9f6a..34945728c0 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -2200,6 +2200,10 @@ } } }, + "id": { + "description": "The ID of this command. If one isn't provided, we will generate one internally.", + "type": "string" + }, "iterateOn": { "type": "string", "description": "Used to create iterable commands based on other objects in your settings. Possible values:\n- \"profiles\" \n- \"schemes\"",