{
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "favorite_products",
"type": "string",
"value": "string",
"description": "Избранные товары пользователя",
"agent_instruction": "Список ID избранных товаров.",
"schema": {
"itemType": "string",
"maxItems": 1000,
"itemSchema": {
"name": "string",
"value": "number"
},
"properties": {
"name": {
"type": "string"
},
"age": {
"type": "number"
}
},
"required": [
"name"
],
"maxProperties": 100
},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}