16 lines
307 B
YAML
16 lines
307 B
YAML
allOf:
|
|
- $ref: "./TemplateSummaryCommon.yml"
|
|
- type: object
|
|
properties:
|
|
id:
|
|
type: integer
|
|
format: int64
|
|
x-go-field-type: uint64
|
|
name:
|
|
type: string
|
|
description:
|
|
type: string
|
|
status:
|
|
type: string
|
|
required: [id, name, status]
|