Azure Logic Apps · JSON Structure

Azure Logic Apps Api Deployment Parameter Metadata Set Structure

The API deployment parameters metadata.

Type: object Properties: 2
AzureIntegrationiPaaSWorkflows

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

Properties

packageContentLink redisCacheConnectionString

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-set-structure.json",
  "description": "The API deployment parameters metadata.",
  "type": "object",
  "properties": {
    "packageContentLink": {
      "$ref": "#/definitions/ApiDeploymentParameterMetadata",
      "description": "The package content link parameter."
    },
    "redisCacheConnectionString": {
      "$ref": "#/definitions/ApiDeploymentParameterMetadata",
      "description": "The package content link parameter."
    }
  },
  "name": "ApiDeploymentParameterMetadataSet"
}