Azure Logic Apps · Schema

ApiOperation

The api operation.

AzureIntegrationiPaaSWorkflows

Properties

Name Type Description
properties object
View JSON Schema on GitHub

JSON Schema

azure-logic-apps-api-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-logic-apps/refs/heads/main/json-schema/azure-logic-apps-api-operation-schema.json",
  "title": "ApiOperation",
  "description": "The api operation.",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ApiOperationPropertiesDefinition"
    }
  }
}