mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
16 lines
360 B
YAML
16 lines
360 B
YAML
type: object
|
|
description: A reference to an Identity
|
|
properties:
|
|
type:
|
|
$ref: '../DtoType.yaml'
|
|
example: 'IDENTITY'
|
|
id:
|
|
type: string
|
|
description: Identity id
|
|
example: '2c9180a46faadee4016fb4e018c20639'
|
|
name:
|
|
type: string
|
|
nullable: true
|
|
description: Human-readable display name of the Identity.
|
|
example: 'Thomas Edison'
|