Activepieces · JSON Structure

Activepieces Folder Structure

A folder for organizing flows

Type: object Properties: 5
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

Folder is a JSON Structure definition published by Activepieces, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id created updated displayName projectId

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/activepieces/refs/heads/main/json-structure/activepieces-folder-structure.json",
  "name": "Folder",
  "description": "A folder for organizing flows",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Folder ID",
      "example": "folder-abc123"
    },
    "created": {
      "type": "datetime"
    },
    "updated": {
      "type": "datetime"
    },
    "displayName": {
      "type": "string",
      "description": "Folder display name",
      "example": "Production Flows"
    },
    "projectId": {
      "type": "string",
      "description": "Project ID"
    }
  }
}