File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,7 @@ import upload from "../utils/multer";
22
22
* type: string
23
23
* description: Description of the seller
24
24
* seller_type:
25
- * type: string
26
- * description: Type of the seller
27
- * enum:
28
- * - active
29
- * - inactive
30
- * - test
31
- * - other
25
+ * $ref: '/api/docs/enum/SellerType.yml#/components/schemas/SellerType'
32
26
* image:
33
27
* type: string
34
28
* description: Image of the seller
@@ -56,6 +50,11 @@ import upload from "../utils/multer";
56
50
* required:
57
51
* - type
58
52
* - coordinates
53
+ * fulfillment_type:
54
+ * $ref: '/api/docs/enum/FulfillmentType.yml#/components/schemas/FulfillmentType'
55
+ * fulfillment_description:
56
+ * type: string
57
+ * description: Description of the fulfillment
59
58
* order_online_enabled_pref:
60
59
* type: boolean
61
60
* description: Preference for online ordering availability
You can’t perform that action at this time.
0 commit comments