Azure Logic Apps · JSON Structure

Azure Logic Apps Api Resource Metadata Structure

The api resource metadata.

Type: object Properties: 10
AzureIntegrationiPaaSWorkflows

ApiResourceMetadata is a JSON Structure definition published by Azure Logic Apps, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ApiType brandColor connectionType deploymentParameters hideKey provisioningState source tags wsdlImportMethod wsdlService

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/azure-logic-apps/refs/heads/main/json-structure/azure-logic-apps-api-resource-metadata-structure.json",
  "description": "The api resource metadata.",
  "type": "object",
  "properties": {
    "ApiType": {
      "$ref": "#/definitions/ApiType",
      "description": "The api type."
    },
    "brandColor": {
      "description": "The brand color.",
      "type": "string"
    },
    "connectionType": {
      "description": "The connection type.",
      "type": "string"
    },
    "deploymentParameters": {
      "$ref": "#/definitions/ApiDeploymentParameterMetadataSet",
      "description": "The connector deployment parameters metadata."
    },
    "hideKey": {
      "description": "The hide key.",
      "type": "string"
    },
    "provisioningState": {
      "$ref": "#/definitions/WorkflowProvisioningState",
      "description": "The provisioning state."
    },
    "source": {
      "description": "The source.",
      "type": "string"
    },
    "tags": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "The tags.",
      "type": "object"
    },
    "wsdlImportMethod": {
      "$ref": "#/definitions/WsdlImportMethod",
      "description": "The WSDL import method."
    },
    "wsdlService": {
      "$ref": "#/definitions/WsdlService",
      "description": "The WSDL service."
    }
  },
  "name": "ApiResourceMetadata"
}