mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
12 lines
297 B
YAML
12 lines
297 B
YAML
type: object
|
|
description: Identity Profile exported object
|
|
properties:
|
|
version:
|
|
type: integer
|
|
example: 1
|
|
description: Version or object from the target service.
|
|
self:
|
|
$ref: '../../v3/schemas/SelfImportExportDto.yaml'
|
|
object:
|
|
$ref: '../../v3/schemas/IdentityProfile.yaml'
|