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

19 lines
430 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
retentionPeriod:
type: integer
format: int64
schemaType:
$ref: "../../openapi/src/common/schemas/SchemaType.yml"
required: [id, name, retentionPeriod]