{ "$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" } } }