diff --git a/shared/resources/schemas.yaml b/shared/resources/schemas.yaml index 3ca549c..884795b 100644 --- a/shared/resources/schemas.yaml +++ b/shared/resources/schemas.yaml @@ -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" \ No newline at end of file