Files
influx-cli/api/contract/overrides/schemas/TemplateSummaryVariable.yml

16 lines
331 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
arguments:
$ref: "./TemplateSummaryVariableArgs.yml"
required: [id, name]