docs: fix schema of product category (#12145)
This commit is contained in:
@@ -14,11 +14,6 @@ required:
|
||||
- updated_at
|
||||
- deleted_at
|
||||
properties:
|
||||
products:
|
||||
type: array
|
||||
description: The category's products.
|
||||
items:
|
||||
$ref: ./StoreProduct.yaml
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
@@ -68,3 +63,8 @@ properties:
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The date the category was deleted.
|
||||
products:
|
||||
type: array
|
||||
description: The category's products.
|
||||
items:
|
||||
$ref: ./StoreProduct.yaml
|
||||
|
||||
Reference in New Issue
Block a user