The API deployment parameters metadata.
{ "$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-deployment-parameter-metadata-set-schema.json", "title": "ApiDeploymentParameterMetadataSet", "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." } } }