mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
16 lines
349 B
YAML
16 lines
349 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: the identity ID
|
|
example: "ff80808144fc70f10144feb6d33400c3"
|
|
name:
|
|
type: string
|
|
description: the identity name
|
|
example: "Vemg Wefis"
|
|
attributes:
|
|
type: object
|
|
additionalProperties:
|
|
type: object
|
|
description: the attributes associated to an identity
|