Activepieces · JSON Structure

Activepieces Project Structure

An Activepieces project

Type: object Properties: 6
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

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

Properties

id created updated displayName ownerId platformId

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-project-structure.json",
  "name": "Project",
  "description": "An Activepieces project",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Project ID",
      "example": "project-abc123"
    },
    "created": {
      "type": "datetime"
    },
    "updated": {
      "type": "datetime"
    },
    "displayName": {
      "type": "string",
      "description": "Project display name",
      "example": "My Project"
    },
    "ownerId": {
      "type": "string",
      "description": "Owner user ID"
    },
    "platformId": {
      "type": "string",
      "description": "Platform ID"
    }
  }
}