فهرست منبع

Create the user outline for docs

Lee Morgan 2 ماه پیش
والد
کامیت
23627f40d9
1فایلهای تغییر یافته به همراه21 افزوده شده و 0 حذف شده
  1. 21 0
      docs/components/schemas/user.yaml

+ 21 - 0
docs/components/schemas/user.yaml

@@ -0,0 +1,21 @@
+type: object
+properties:
+  id:
+    type: string
+    format: uuid
+    description: Unique ID of the user
+    example: 019e03fe-c7e3-7c48-8f06-724cba55176b
+  name:
+    type: string
+    description: User name
+    example: John Smith
+  email:
+    type: string
+    format: email
+    description: User email
+    example: john.smith@mail.com
+  created_at:
+    type: string
+    format: date
+    description: Date user was created
+    example: 2026-05-07T20:01:37.779Z