Azure Logic Apps · JSON Structure

Azure Logic Apps Api Resource General Information Structure

The API general information.

Type: object Properties: 6
AzureIntegrationiPaaSWorkflows

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

Properties

description displayName iconUrl releaseTag termsOfUseUrl tier

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-general-information-structure.json",
  "description": "The API general information.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description.",
      "type": "string"
    },
    "displayName": {
      "description": "The display name.",
      "type": "string"
    },
    "iconUrl": {
      "description": "The icon url.",
      "type": "string"
    },
    "releaseTag": {
      "description": "The release tag.",
      "type": "string"
    },
    "termsOfUseUrl": {
      "description": "The terms of use url.",
      "type": "string"
    },
    "tier": {
      "$ref": "#/definitions/ApiTier",
      "description": "The tier."
    }
  },
  "name": "ApiResourceGeneralInformation"
}