id | Integer | an uniquely identifies the category. |
name | String | the name of the category in a non-specific language. |
name_en | String | the name of the category in English. |
name_ar | String | the name of the category in Arabic. |
description | String | the category's description in a non-specific language. |
description_en | String | the category's description in English. |
description_ar | String | the category's description in Arabic. |
order | Integer | the order in which the category appears on the website, with 1 being the first category. |
image | string | the URL of the image associated with the category. |
sub_categories | Array | an array of sub-category objects that are associated with the parent category. If there are no sub-categories associated with the parent category, this key should be an empty array. |