mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
10 lines
289 B
YAML
10 lines
289 B
YAML
allOf:
|
|
- $ref: "./SpConfigJob.yaml"
|
|
- type: object
|
|
required:
|
|
- description
|
|
properties:
|
|
description:
|
|
type: string
|
|
description: Optional user defined description/name for export job.
|
|
example: "ETS configuration objects from Acme-Solar sandbox" |