Skip to content

Commit

Permalink
Add action ID to schema (#17146)
Browse files Browse the repository at this point in the history
Closes #17122
  • Loading branch information
PankajBhojwani committed Apr 26, 2024
1 parent d14ff93 commit 378b659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/cascadia/profiles.schema.json
Expand Up @@ -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\"",
Expand Down

0 comments on commit 378b659

Please sign in to comment.