mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
11 lines
267 B
YAML
11 lines
267 B
YAML
allOf:
|
|
- $ref: "./SpConfigExportJob.yaml"
|
|
- type: object
|
|
required:
|
|
- completed
|
|
properties:
|
|
completed:
|
|
type: string
|
|
format: 'date-time'
|
|
description: The time the job was completed.
|
|
example: "2021-05-11T22:23:16Z" |