Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1539 from sailpoint/missing-sou…
Browse files Browse the repository at this point in the history
…rce-props

Adding created and modified to Source schemas' by github action: 7630767867
  • Loading branch information
tyler-mairose-sp committed Jan 23, 2024
1 parent e2cfea0 commit 727da80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion idn/beta/schemas/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,17 @@ properties:
type: string
description: The connector implementation id
example: "delimited-file"
created:
type: string
description: The date-time when the source was created
format: date-time
example: 2022-02-08T14:50:03.827Z
modified:
type: string
description: The date-time when the source was last modified
format: date-time
example: 2024-01-23T18:08:50.897Z
required:
- name
- owner
- connector
- connector
12 changes: 11 additions & 1 deletion idn/v3/schemas/Source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,17 @@ properties:
type: string
description: The connector implementation id
example: "delimited-file"
created:
type: string
description: The date-time when the source was created
format: date-time
example: 2022-02-08T14:50:03.827Z
modified:
type: string
description: The date-time when the source was last modified
format: date-time
example: 2024-01-23T18:08:50.897Z
required:
- name
- owner
- connector
- connector

0 comments on commit 727da80

Please sign in to comment.