Microsoft Power Automate · JSON Structure

Power Automate Management Api Connector Structure

A Power Automate connector.

Type: object Properties: 2
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Connector is a JSON Structure definition published by Microsoft Power Automate, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-power-automate/refs/heads/main/json-structure/power-automate-management-api-connector-structure.json",
  "name": "Connector",
  "description": "A Power Automate connector.",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "properties": {
      "type": "object",
      "properties": {
        "displayName": { "type": "string" },
        "iconUri": { "type": "uri" },
        "isCustomApi": { "type": "boolean" },
        "tier": { "type": "string" }
      }
    }
  }
}