Azure Logic Apps · JSON Structure

Azure Logic Apps Api Reference Structure

The Api reference.

Type: object Properties: 7
AzureIntegrationiPaaSWorkflows

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

Properties

brandColor category description displayName iconUri integrationServiceEnvironment swagger

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-reference-structure.json",
  "description": "The Api reference.",
  "type": "object",
  "properties": {
    "brandColor": {
      "description": "The brand color of the api.",
      "type": "string"
    },
    "category": {
      "$ref": "#/definitions/ApiTier",
      "description": "The tier."
    },
    "description": {
      "description": "The description of the api.",
      "type": "string"
    },
    "displayName": {
      "description": "The display name of the api.",
      "type": "string"
    },
    "iconUri": {
      "description": "The icon uri of the api.",
      "type": "string"
    },
    "integrationServiceEnvironment": {
      "$ref": "#/definitions/ResourceReference",
      "description": "The integration service environment reference."
    },
    "swagger": {
      "$ref": "#/definitions/Object",
      "description": "The swagger of the api."
    }
  },
  "name": "ApiReference"
}