Update February 13, 2024 (#70)
This commit is contained in:
@@ -81,6 +81,12 @@ type GetCategoryAttributesResponse struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type GetCategoryAttributesResult struct {
|
type GetCategoryAttributesResult struct {
|
||||||
|
// Indication that the dictionary attribute values depend on the category:
|
||||||
|
//
|
||||||
|
// true — the attribute has its own set of values for each category.
|
||||||
|
// false — the attribute has the same set of values for all categories
|
||||||
|
CategoryDependent bool `json:"category_dependent"`
|
||||||
|
|
||||||
// Characteristic description
|
// Characteristic description
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
|
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ func TestGetCategoryAttributes(t *testing.T) {
|
|||||||
`{
|
`{
|
||||||
"result": [
|
"result": [
|
||||||
{
|
{
|
||||||
|
"category_dependent": true,
|
||||||
"description": "string",
|
"description": "string",
|
||||||
"dictionary_id": 0,
|
"dictionary_id": 0,
|
||||||
"group_id": 0,
|
"group_id": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user