mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
20 lines
480 B
YAML
20 lines
480 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
enum:
|
|
- IDENTITY
|
|
description: The type of object that this reference points to.
|
|
id:
|
|
type: string
|
|
description: Identity ID
|
|
example: 5168015d32f890ca15812c9180835d2e
|
|
displayName:
|
|
type: string
|
|
description: Human-readable display name of identity.
|
|
example: "Alison Ferguso"
|
|
email:
|
|
type: string
|
|
description: Email address of identity.
|
|
example: "alison.ferguso2@identitysoon.com"
|