16 lines
391 B
YAML
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
|