Add action ID to schema (#17146)

Closes #17122
This commit is contained in:
PankajBhojwani
2024-04-26 16:34:01 -07:00
committed by GitHub
parent d14ff939dc
commit 378b6594bd

View File

@@ -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\"",