Files
api-specs/idn/beta/schemas/ChangeRequest.yaml
2022-09-02 10:59:29 -04:00

15 lines
416 B
YAML

description: Details of a change request Service Desk integration
required:
- provision
- checkStatus
type: object
properties:
provision:
description: provisioning details for the change request Service Desk integration
type: object
$ref: './BasicProvision.yaml'
checkStatus:
description: check status mappings for the Service Desk integration
type: object
$ref: './CheckStatus.yaml'