{ "$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-schema.json", "title": "ApiDeploymentParameterMetadata", "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." } } }