17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"endpoint": "http://localhost:3005/create-brands",
|
|
"description": "Импорт списка брендов",
|
|
"structure": {
|
|
"brands": [
|
|
"string"
|
|
]
|
|
},
|
|
"fields": {
|
|
"brands": {
|
|
"type": "list",
|
|
"source": "названия брендов",
|
|
"example": ["IKEA", "ORGIE", "PASSION LABS"]
|
|
}
|
|
}
|
|
}
|