| Field | Type | Required | Description |
|---|---|---|---|
id |
JsonNullable<String> | ➖ | The action ID |
label |
JsonNullable<String> | ➖ | The action label |
description |
JsonNullable<String> | ➖ | The action description |
schemaType |
JsonNullable<String> | ➖ | The schema type for the action |
tags |
List<String> | ➖ | The tags associated with this action |
authentication |
List<AuthenticationMetaItem> | ➖ | The authentication methods supported by this action |
actionDetails |
Map<String, Object> | ➖ | The action details for the action |
requiredScopes |
List<String> | ➖ | The required scopes for the action |