Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the task definition |
| description | string | Description of the task |
| retryCount | integer | Number of retries |
| retryLogic | string | Retry logic |
| retryDelaySeconds | integer | Delay between retries in seconds |
| timeoutSeconds | integer | Task execution timeout in seconds |
| timeoutPolicy | string | Timeout policy |
| responseTimeoutSeconds | integer | Time to wait for worker to respond after polling |
| pollTimeoutSeconds | integer | Time to wait when polling for task |
| concurrentExecLimit | integer | Concurrent execution limit for the task |
| rateLimitPerFrequency | integer | Rate limit per frequency |
| rateLimitFrequencyInSeconds | integer | Rate limit frequency window in seconds |
| ownerEmail | string | Email of the task definition owner |
| inputKeys | array | Expected input keys |
| outputKeys | array | Expected output keys |
| inputTemplate | object | Default input template |
| createdBy | string | Creator of the task definition |
| createTime | integer | Creation timestamp |
| updatedBy | string | Last updater |
| updateTime | integer | Last update timestamp |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TaskDef",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the task definition"
},
"description": {
"type": "string",
"description": "Description of the task"
},
"retryCount": {
"type": "integer",
"description": "Number of retries"
},
"retryLogic": {
"type": "string",
"description": "Retry logic"
},
"retryDelaySeconds": {
"type": "integer",
"description": "Delay between retries in seconds"
},
"timeoutSeconds": {
"type": "integer",
"description": "Task execution timeout in seconds"
},
"timeoutPolicy": {
"type": "string",
"description": "Timeout policy"
},
"responseTimeoutSeconds": {
"type": "integer",
"description": "Time to wait for worker to respond after polling"
},
"pollTimeoutSeconds": {
"type": "integer",
"description": "Time to wait when polling for task"
},
"concurrentExecLimit": {
"type": "integer",
"description": "Concurrent execution limit for the task"
},
"rateLimitPerFrequency": {
"type": "integer",
"description": "Rate limit per frequency"
},
"rateLimitFrequencyInSeconds": {
"type": "integer",
"description": "Rate limit frequency window in seconds"
},
"ownerEmail": {
"type": "string",
"description": "Email of the task definition owner"
},
"inputKeys": {
"type": "array",
"description": "Expected input keys"
},
"outputKeys": {
"type": "array",
"description": "Expected output keys"
},
"inputTemplate": {
"type": "object",
"description": "Default input template"
},
"createdBy": {
"type": "string",
"description": "Creator of the task definition"
},
"createTime": {
"type": "integer",
"description": "Creation timestamp"
},
"updatedBy": {
"type": "string",
"description": "Last updater"
},
"updateTime": {
"type": "integer",
"description": "Last update timestamp"
}
}
}
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/conductor-conductor-task-def"
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.