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

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"