Azure Logic Apps · Schema

ApiResourceDefinitions

The Api resource definition.

AzureIntegrationiPaaSWorkflows

Properties

Name Type Description
modifiedSwaggerUrl string The modified swagger url.
originalSwaggerUrl string The original swagger url.
View JSON Schema on GitHub

JSON Schema

azure-logic-apps-api-resource-definitions-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-definitions-schema.json",
  "title": "ApiResourceDefinitions",
  "description": "The Api resource definition.",
  "type": "object",
  "properties": {
    "modifiedSwaggerUrl": {
      "description": "The modified swagger url.",
      "type": "string"
    },
    "originalSwaggerUrl": {
      "description": "The original swagger url.",
      "type": "string"
    }
  }
}