Azure Logic Apps · Schema

ApiResourcePolicies

The API resource policies.

AzureIntegrationiPaaSWorkflows

Properties

Name Type Description
content string The API level only policies XML as embedded content.
contentLink string The content link to the policies.
View JSON Schema on GitHub

JSON Schema

azure-logic-apps-api-resource-policies-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-policies-schema.json",
  "title": "ApiResourcePolicies",
  "description": "The API resource policies.",
  "type": "object",
  "properties": {
    "content": {
      "description": "The API level only policies XML as embedded content.",
      "type": "string"
    },
    "contentLink": {
      "description": "The content link to the policies.",
      "type": "string"
    }
  }
}