Files
api-specs/idn/v3/schemas/configuration-hub/ObjectMappingBulkCreateRequest.yaml
GitHub Action Bot 8e9a1cff5d Automated commit 'Merge pull request #1613 from sailpoint/amalta/PLTCONFHUB-1547
PLTCONFHUB-1547: Object Mapping documentation' by github action: 8573710240
2024-04-05 17:45:35 +00:00

9 lines
224 B
YAML

type: object
title: Bulk Create Object Mapping Request
required:
- newObjectMappings
properties:
newObjectMappings:
type: array
items:
$ref: '../../../v3/schemas/configuration-hub/ObjectMappingRequest.yaml'