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.
View JSON Schema on GitHub

JSON Schema

azure-logic-apps-api-operation-properties-definition-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-properties-definition-schema.json",
  "title": "ApiOperationPropertiesDefinition",
  "description": "The api operations properties",
  "type": "object",
  "properties": {
    "annotation": {
      "$ref": "#/definitions/ApiOperationAnnotation",
      "description": "The annotation of api operation."
    },
    "api": {
      "$ref": "#/definitions/ApiReference",
      "description": "The api reference."
    },
    "description": {
      "description": "The description of the api operation.",
      "type": "string"
    },
    "inputsDefinition": {
      "$ref": "#/definitions/SwaggerSchema",
      "description": "The operation inputs definition schema."
    },
    "isNotification": {
      "description": "Indicates whether the API operation is notification or not.",
      "type": "boolean"
    },
    "isWebhook": {
      "description": "Indicates whether the API operation is webhook or not.",
      "type": "boolean"
    },
    "pageable": {
      "description": "Indicates whether the api operation is pageable.",
      "type": "boolean"
    },
    "responsesDefinition": {
      "additionalProperties": {
        "$ref": "#/definitions/SwaggerSchema"
      },
      "description": "The operation responses definition schemas.",
      "type": "object"
    },
    "summary": {
      "description": "The summary of the api operation.",
      "type": "string"
    },
    "trigger": {
      "description": "The trigger type of api operation.",
      "type": "string"
    },
    "triggerHint": {
      "description": "The trigger hint for the api operation.",
      "type": "string"
    },
    "visibility": {
      "description": "The visibility of the api operation.",
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/azure-logic-apps-api-operation-properties-definition"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.