12 lines
163 B
YAML
12 lines
163 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description:
|
|
type: string
|
|
charts:
|
|
type: array
|
|
items:
|
|
type: object
|
|
required: [name, charts]
|