Azure Logic Apps · Schema

ApiOperationAnnotation

The Api Operation Annotation.

AzureIntegrationiPaaSWorkflows

Properties

Name Type Description
family string The family.
revision integer The revision.
status object
View JSON Schema on GitHub

JSON Schema

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