Azure Logic Apps · JSON Structure

Azure Logic Apps Artifact Properties Structure

The artifact properties definition.

Type: object Properties: 3
AzureIntegrationiPaaSWorkflows

ArtifactProperties 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

changedTime createdTime metadata

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-properties-structure.json",
  "description": "The artifact properties definition.",
  "type": "object",
  "properties": {
    "changedTime": {
      "description": "The artifact changed time.",
      "format": "date-time",
      "type": "string"
    },
    "createdTime": {
      "description": "The artifact creation time.",
      "format": "date-time",
      "type": "string"
    },
    "metadata": {}
  },
  "name": "ArtifactProperties"
}