PublisherTypeInstructions
Instructions for using different publisher types
Properties
| Property | Type | Required | Description |
|---|---|---|---|
api |
string | Yes | For API publishers |
database |
string | Yes | For database publishers |
mcp |
string | Yes | For MCP publishers |
View JSON Schema
{
"type": "object",
"description": "Instructions for using different publisher types",
"required": [
"api",
"mcp",
"database"
],
"properties": {
"api": {
"type": "string",
"description": "For API publishers"
},
"database": {
"type": "string",
"description": "For database publishers"
},
"mcp": {
"type": "string",
"description": "For MCP publishers"
}
}
}