mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* IDNARSENAL-19955: fixed schema structure * IDNARSENAL-19955: try different schema structure * IDNARSENAL-19955: add description' by github action: 6484486675
12 lines
239 B
YAML
12 lines
239 B
YAML
type: object
|
|
description: >-
|
|
Identity Attribute IDs
|
|
properties:
|
|
ids:
|
|
description: List of identity attributes' technical names
|
|
type: array
|
|
items:
|
|
type: string
|
|
example: "name"
|
|
example: ["name","displayName"]
|