MuleSoft · Schema
WorkerConfig
Worker configuration defining the compute resources allocated to a CloudHub application, including the number of workers and their size.
API GatewayAPI ManagementEnterpriseIntegration
Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Number of worker instances |
| type | object | Worker type defining the vCore size and memory |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WorkerConfig",
"title": "WorkerConfig",
"type": "object",
"description": "Worker configuration defining the compute resources allocated to a CloudHub application, including the number of workers and their size.",
"required": [
"amount",
"type"
],
"properties": {
"amount": {
"type": "integer",
"description": "Number of worker instances",
"minimum": 1,
"maximum": 8,
"example": 10
},
"type": {
"type": "object",
"description": "Worker type defining the vCore size and memory",
"properties": {
"name": {
"type": "string",
"description": "Worker size name",
"enum": [
"Micro",
"Small",
"Medium",
"Large",
"xLarge",
"xxLarge",
"4xLarge"
]
},
"weight": {
"type": "number",
"description": "vCore weight of the worker type",
"enum": [
0.1,
0.2,
1,
2,
4,
8,
16
]
},
"cpu": {
"type": "string",
"description": "CPU allocation description"
},
"memory": {
"type": "string",
"description": "Memory allocation description"
}
},
"example": "example_value"
}
}
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mulesoft-workerconfig"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.