{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Full URL to audit, including https://"
}
},
"required": [
"url"
]
}{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Full URL to check, including https://"
}
},
"required": [
"url"
]
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"execs": {
"type": "number",
"description": "Workflow executions per month"
},
"workflows": {
"type": "number",
"description": "Number of active workflows"
},
"steps": {
"type": "number",
"description": "Average steps (nodes) per workflow"
},
"rate": {
"type": "number",
"description": "Your ops time hourly rate in USD"
},
"queue_mode": {
"type": "string",
"description": "Force queue mode: auto, on, or off",
"enum": [
"auto",
"on",
"off"
]
}
},
"required": []
}{
"type": "object",
"properties": {
"workflow_json": {
"type": "string",
"description": "The full n8n workflow JSON to validate"
}
},
"required": [
"workflow_json"
]
}{
"type": "object",
"properties": {
"tasks": {
"type": "number",
"description": "Monthly task/operation volume"
},
"steps": {
"type": "number",
"description": "Steps per task/scenario"
},
"workflows": {
"type": "number",
"description": "Number of active workflows/zaps"
},
"billing": {
"type": "string",
"description": "Billing period",
"enum": [
"annual",
"monthly"
]
},
"premium": {
"type": "string",
"description": "Need premium Zapier connectors?",
"enum": [
"yes",
"no"
]
}
},
"required": []
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to search the blog for"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Error text, code, or platform to search for"
}
},
"required": [
"query"
]
}