{
"name": "last_purchase_date",
"type": "string",
"description": "Дата последней покупки",
"agent_instruction": "Дата последней покупки лида. Используй для расчёта времени с последней покупки.",
"schema": {
"itemType": "string",
"maxItems": 1000,
"itemSchema": {
"name": "string",
"value": "number"
},
"properties": {
"name": {
"type": "string"
},
"age": {
"type": "number"
}
},
"required": [
"name"
],
"maxProperties": 100
}
}