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

15 lines
427 B
YAML

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