Azure Logic Apps · JSON Structure

Azure Logic Apps Api Operation Annotation Structure

The Api Operation Annotation.

Type: object Properties: 3
AzureIntegrationiPaaSWorkflows

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

Properties

family revision status

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-operation-annotation-structure.json",
  "description": "The Api Operation Annotation.",
  "type": "object",
  "properties": {
    "family": {
      "description": "The family.",
      "type": "string"
    },
    "revision": {
      "description": "The revision.",
      "type": "integer"
    },
    "status": {
      "$ref": "#/definitions/StatusAnnotation"
    }
  },
  "name": "ApiOperationAnnotation"
}