Azure Logic Apps · Schema
ApiOperationPropertiesDefinition
The api operations properties
AzureIntegrationiPaaSWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| annotation | object | The annotation of api operation. |
| api | object | The api reference. |
| description | string | The description of the api operation. |
| inputsDefinition | object | The operation inputs definition schema. |
| isNotification | boolean | Indicates whether the API operation is notification or not. |
| isWebhook | boolean | Indicates whether the API operation is webhook or not. |
| pageable | boolean | Indicates whether the api operation is pageable. |
| responsesDefinition | object | The operation responses definition schemas. |
| summary | string | The summary of the api operation. |
| trigger | string | The trigger type of api operation. |
| triggerHint | string | The trigger hint for the api operation. |
| visibility | string | The visibility of the api operation. |