{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GoogleSheetsRowAppendToolProviderDetails", "title": "GoogleSheetsRowAppendToolProviderDetails", "type": "object", "properties": { "templateUrl": { "type": "string", "description": "This is the Template URL or the Snapshot URL corresponding to the Template." }, "setupInstructions": { "type": "array", "items": { "$ref": "#/components/schemas/ToolTemplateSetup" } }, "type": { "type": "string", "enum": [ "google.sheets.row.append" ], "description": "The type of tool. \"google.sheets.row.append\" for Google Sheets tool." } }, "required": [ "type" ] }