Azure Logic Apps · JSON Structure

Azure Logic Apps Api Resource Backend Service Structure

The API backend service.

Type: object Properties: 1
AzureIntegrationiPaaSWorkflows

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

Properties

serviceUrl

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-resource-backend-service-structure.json",
  "description": "The API backend service.",
  "type": "object",
  "properties": {
    "serviceUrl": {
      "description": "The service URL.",
      "type": "string"
    }
  },
  "name": "ApiResourceBackendService"
}