Activepieces · JSON Structure

Activepieces Create Project Request Structure

CreateProjectRequest schema from Activepieces API

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

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

Properties

displayName

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-project-request-structure.json",
  "name": "CreateProjectRequest",
  "description": "CreateProjectRequest schema from Activepieces API",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Project name",
      "example": "New Project"
    }
  },
  "required": [
    "displayName"
  ]
}