Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Small correction of two copy&paste errors in the schema object User.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilskelleter committed Nov 1, 2021
1 parent 886b3c1 commit f671d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/resources/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ User:
createdDate:
type: string
format: date-time
description: Product creation date.
description: User creation date.
example: "2020-01-23T10:53:49.131052"
modifiedDate:
type: string
format: date-time
description: Product last modification date.
description: User last modification date.
example: "2020-01-23T10:53:49.131052"

0 comments on commit f671d9a

Please sign in to comment.