AgentCatalogListResponse
Response wrapping a list of catalog entries.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
data |
Array<AgentCatalogEntry> | Yes |
View JSON Schema
{
"type": "object",
"description": "Response wrapping a list of catalog entries.",
"required": [
"data"
],
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AgentCatalogEntry"
}
}
}
}