11 lines
333 B
YAML
11 lines
333 B
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: configdelivery v1alpha Target export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
fleet:
|
|
description: The fleet into which the resource bundle should be installed.
|
|
$ref: Fleet.yaml
|