mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
16 lines
354 B
YAML
16 lines
354 B
YAML
type: object
|
|
nullable: true
|
|
description: The manager for the identity.
|
|
properties:
|
|
type:
|
|
$ref: './DtoType.yaml'
|
|
example: 'IDENTITY'
|
|
id:
|
|
type: string
|
|
description: Identity id
|
|
example: '2c9180a46faadee4016fb4e018c20639'
|
|
name:
|
|
type: string
|
|
description: Human-readable display name of identity.
|
|
example: 'Thomas Edison'
|