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

21 lines
575 B
YAML

type: object
nullable: true
properties:
type:
type: string
description: The type can only be IDENTITY. This is read-only
example: IDENTITY
id:
type: string
description: Identity id.
example: 5168015d32f890ca15812c9180835d2e
name:
type: string
description: Human-readable display name of identity. This is read-only
example: "Alison Ferguso"
email:
type: string
description: Email address of identity. This is read-only
example: "alison.ferguso@identitysoon.com"