Activepieces · JSON Structure

Activepieces Create Folder Request Structure

CreateFolderRequest schema from Activepieces API

Type: object Properties: 2 Required: 2
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

CreateFolderRequest is a JSON Structure definition published by Activepieces, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

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-create-folder-request-structure.json",
  "name": "CreateFolderRequest",
  "description": "CreateFolderRequest schema from Activepieces API",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Folder name",
      "example": "My Folder"
    },
    "projectId": {
      "type": "string",
      "description": "Project ID"
    }
  },
  "required": [
    "displayName",
    "projectId"
  ]
}