Response model for imported agents
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImportedAgentsResponse", "title": "ImportedAgentsResponse", "properties": { "agent_ids": { "items": { "type": "string" }, "type": "array", "title": "Agent Ids", "description": "List of IDs of the imported agents" } }, "type": "object", "required": [ "agent_ids" ], "description": "Response model for imported agents" }