26 lines
588 B
YAML
26 lines
588 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
|
|
endpointTemplateMetaName:
|
|
type: string
|
|
endpointID:
|
|
type: integer
|
|
format: int64
|
|
x-go-field-type: uint64
|
|
endpointType:
|
|
type: string
|
|
every:
|
|
type: string
|
|
offset:
|
|
type: string
|
|
required: [id, name, endpointTemplateMetaName, endpointID, endpointType, every, offset]
|