Files
api-specs/idn/beta/schemas/MemberReference.yaml
2022-09-02 10:59:29 -04:00

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"