Azure Logic Apps · JSON Structure

Azure Logic Apps Api Deployment Parameter Metadata Structure

The API deployment parameter metadata.

Type: object Properties: 5
AzureIntegrationiPaaSWorkflows

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

Properties

description displayName isRequired type visibility

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-deployment-parameter-metadata-structure.json",
  "description": "The API deployment parameter metadata.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description.",
      "type": "string"
    },
    "displayName": {
      "description": "The display name.",
      "type": "string"
    },
    "isRequired": {
      "description": "Indicates whether its required.",
      "type": "boolean"
    },
    "type": {
      "description": "The type.",
      "type": "string"
    },
    "visibility": {
      "$ref": "#/definitions/ApiDeploymentParameterVisibility",
      "description": "The visibility."
    }
  },
  "name": "ApiDeploymentParameterMetadata"
}