ToolJet Group
Schema for a ToolJet group object managed via the External API
Low-CodeInternal ToolsOpen-SourceApplication BuilderWorkflow-AutomationNo-CodeDashboardsAI Agents
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/tooljet/main/json-schema/tooljet-group-schema.json",
"title": "ToolJet Group",
"description": "Schema for a ToolJet group object managed via the External API",
"type": "object",
"required": ["name"],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier of the group"
},
"name": {
"type": "string",
"maxLength": 50,
"pattern": "^[a-zA-Z0-9 _-]+$",
"description": "Name of the group (alphanumeric, spaces, hyphens, underscores)"
},
"permissions": {
"$ref": "#/$defs/WorkspacePermissionsDto"
},
"granularPermissions": {
"type": "array",
"items": {
"$ref": "#/$defs/GranularPermissionDto"
}
}
},
"$defs": {
"WorkspacePermissionsDto": {
"title": "Workspace Permissions",
"type": "object",
"properties": {
"appCreate": { "type": "boolean" },
"appDelete": { "type": "boolean" },
"folderCreate": { "type": "boolean" },
"folderDelete": { "type": "boolean" },
"orgConstantCRUD": { "type": "boolean" },
"workflowCreate": { "type": "boolean" },
"workflowDelete": { "type": "boolean" },
"dataSourceCreate": { "type": "boolean" },
"dataSourceDelete": { "type": "boolean" },
"appPromote": { "type": "boolean" },
"appRelease": { "type": "boolean" }
}
},
"GranularPermissionDto": {
"title": "Granular Permission",
"type": "object",
"required": ["type", "applyToAll", "resources", "permissions"],
"properties": {
"type": {
"type": "string",
"enum": ["app", "data_source", "folder", "workflow"],
"description": "Resource type the permission applies to"
},
"applyToAll": {
"type": "boolean",
"description": "Whether permission applies to all resources of this type"
},
"resources": {
"type": "array",
"items": { "type": "string" },
"description": "Specific resource IDs when applyToAll is false"
},
"permissions": {
"type": "object",
"additionalProperties": true,
"description": "Resource-type-specific permission flags"
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tooljet-group"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.