mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
25 lines
618 B
YAML
25 lines
618 B
YAML
type: object
|
|
properties:
|
|
identity:
|
|
type: object
|
|
description: Identity's manager.
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: DTO type of identity's manager.
|
|
enum:
|
|
- IDENTITY
|
|
example: IDENTITY
|
|
id:
|
|
type: string
|
|
description: ID of identity's manager.
|
|
example: 2c4180a46faadee4016fb4e018c20626
|
|
name:
|
|
type: string
|
|
description: Human-readable display name of identity's manager.
|
|
example: Robert Robinson
|
|
previewAttributes:
|
|
type: array
|
|
items:
|
|
$ref: './IdentityAttributePreview.yaml'
|