Files
medusa-store/docs/api/admin/components/schemas/AdminPostCollectionsReq.yaml
2022-12-22 17:09:49 +02:00

16 lines
391 B
YAML

type: object
required:
- title
properties:
title:
type: string
description: The title to identify the Collection by.
handle:
type: string
description: >-
An optional handle to be used in slugs, if none is provided we will
kebab-case the title.
metadata:
description: An optional set of key-value pairs to hold additional information.
type: object