Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1830 from sailpoint/fix/identit…
Browse files Browse the repository at this point in the history
…yAttributeConfig

fix types on properties for identity attribute config' by github action: 11038962033
  • Loading branch information
tyler-mairose-sp committed Sep 25, 2024
1 parent 184fa0b commit e2dbc01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions idn/v3/schemas/IdentityAttributePreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ properties:
description: Name of the attribute that is being previewed.
example: email
value:
type: object
type: string
description: Value that was derived during the preview.
example: [email protected]
previousValue:
type: object
type: string
description: The value of the attribute before the preview.
example: [email protected]
errorMessages:
Expand Down
4 changes: 1 addition & 3 deletions idn/v3/schemas/IdentityPreviewRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ properties:
example: 2c9180857893f12901789445619b0366
description: The Identity id
identityAttributeConfig:
type: array
items:
$ref: './IdentityAttributeConfig.yaml'
$ref: './IdentityAttributeConfig.yaml'

0 comments on commit e2dbc01

Please sign in to comment.