24 lines
498 B
YAML
24 lines
498 B
YAML
allOf:
|
|
- $ref: "./TemplateSummaryCore.yml"
|
|
- type: object
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
x-go-field-type: uint64
|
|
orgID:
|
|
type: integer
|
|
format: int64
|
|
x-go-field-type: uint64
|
|
name:
|
|
type: string
|
|
properties:
|
|
type: object
|
|
properties:
|
|
color:
|
|
type: string
|
|
description:
|
|
type: string
|
|
required: [color]
|
|
required: [id, name, properties]
|