mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
14 lines
302 B
YAML
14 lines
302 B
YAML
type: object
|
|
description: >-
|
|
Used to map an attribute key for an Identity to its display name.
|
|
properties:
|
|
key:
|
|
type: string
|
|
description: "the key of the attribute"
|
|
example: "country"
|
|
name:
|
|
type: string
|
|
description: "the display name of the attribute"
|
|
example: "Country"
|
|
|