Azure Logic Apps · JSON Structure

Azure Logic Apps Artifact Content Properties Definition Structure

The artifact content properties definition.

Type: object Properties: 3
AzureIntegrationiPaaSWorkflows

ArtifactContentPropertiesDefinition 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

content contentLink contentType

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-artifact-content-properties-definition-structure.json",
  "description": "The artifact content properties definition.",
  "type": "object",
  "properties": {
    "content": {},
    "contentLink": {
      "$ref": "#/definitions/ContentLink",
      "description": "The content link."
    },
    "contentType": {
      "description": "The content type.",
      "type": "string"
    }
  },
  "name": "ArtifactContentPropertiesDefinition"
}