14 lines
371 B
YAML
14 lines
371 B
YAML
type: object
|
|
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
|