Azure Logic Apps · JSON Structure

Azure Logic Apps Api Resource Definitions Structure

The Api resource definition.

Type: object Properties: 2
AzureIntegrationiPaaSWorkflows

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

Properties

modifiedSwaggerUrl originalSwaggerUrl

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