{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectorToolMini", "title": "ConnectorToolMini", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": [ "string", "null" ] }, "credit_type": { "type": "string" } }, "required": [ "name", "description", "credit_type" ], "description": "Mini version of ConnectorTool serializer that excludes input_schema details." }