Azure Logic Apps · Schema

ApiResourceBackendService

The API backend service.

AzureIntegrationiPaaSWorkflows

Properties

Name Type Description
serviceUrl string The service URL.
View JSON Schema on GitHub

JSON Schema

azure-logic-apps-api-resource-backend-service-schema.json Raw ↑
{
  "$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-resource-backend-service-schema.json",
  "title": "ApiResourceBackendService",
  "description": "The API backend service.",
  "type": "object",
  "properties": {
    "serviceUrl": {
      "description": "The service URL.",
      "type": "string"
    }
  }
}