Files
api-specs/idn/beta/schemas/SpConfigExportJobStatus.yaml
GitHub Action Bot 53f0c40dc2 Automated commit 'Merge pull request #1509 from sailpoint/fix/SpConfigResponses
Fix the response schema for sp config endpoints' by github action: 7120554106
2023-12-06 21:36:29 +00:00

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"