|
20 | 20 | "content": { |
21 | 21 | "application/json": { |
22 | 22 | "schema": { |
| 23 | + "description": "Represents a product", |
23 | 24 | "$ref": "#/components/schemas/Product" |
24 | 25 | } |
25 | 26 | }, |
26 | 27 | "text/json": { |
27 | 28 | "schema": { |
| 29 | + "description": "Represents a product", |
28 | 30 | "$ref": "#/components/schemas/Product" |
29 | 31 | } |
30 | 32 | }, |
31 | 33 | "application/*+json": { |
32 | 34 | "schema": { |
| 35 | + "description": "Represents a product", |
33 | 36 | "$ref": "#/components/schemas/Product" |
34 | 37 | } |
35 | 38 | } |
|
43 | 46 | "content": { |
44 | 47 | "application/json": { |
45 | 48 | "schema": { |
| 49 | + "description": "Represents a product", |
46 | 50 | "$ref": "#/components/schemas/Product" |
47 | 51 | } |
48 | 52 | } |
|
77 | 81 | "schema": { |
78 | 82 | "type": "array", |
79 | 83 | "items": { |
| 84 | + "description": "Represents a product", |
80 | 85 | "$ref": "#/components/schemas/Product" |
81 | 86 | } |
82 | 87 | } |
|
102 | 107 | "schema": { |
103 | 108 | "type": "array", |
104 | 109 | "items": { |
| 110 | + "description": "Represents a product", |
105 | 111 | "$ref": "#/components/schemas/Product" |
106 | 112 | } |
107 | 113 | } |
|
138 | 144 | "content": { |
139 | 145 | "application/json": { |
140 | 146 | "schema": { |
| 147 | + "description": "Represents a product", |
141 | 148 | "$ref": "#/components/schemas/Product" |
142 | 149 | } |
143 | 150 | } |
|
170 | 177 | "content": { |
171 | 178 | "application/json": { |
172 | 179 | "schema": { |
| 180 | + "description": "Represents a product", |
173 | 181 | "$ref": "#/components/schemas/Product" |
174 | 182 | } |
175 | 183 | }, |
176 | 184 | "text/json": { |
177 | 185 | "schema": { |
| 186 | + "description": "Represents a product", |
178 | 187 | "$ref": "#/components/schemas/Product" |
179 | 188 | } |
180 | 189 | }, |
181 | 190 | "application/*+json": { |
182 | 191 | "schema": { |
| 192 | + "description": "Represents a product", |
183 | 193 | "$ref": "#/components/schemas/Product" |
184 | 194 | } |
185 | 195 | } |
|
343 | 353 | "tags": [ |
344 | 354 | "DataAnnotations" |
345 | 355 | ], |
| 356 | + "summary": "Retrieves the list of appointments this week for the specified day.", |
346 | 357 | "parameters": [ |
347 | 358 | { |
348 | 359 | "name": "dayOfWeek", |
349 | 360 | "in": "query", |
| 361 | + "description": "The day of week for which to get appointments.", |
350 | 362 | "schema": { |
| 363 | + "description": "The day of the week.", |
351 | 364 | "default": 4, |
352 | 365 | "$ref": "#/components/schemas/DayOfWeek" |
353 | 366 | } |
|
749 | 762 | "description": "Summary for PhoneNumbers" |
750 | 763 | }, |
751 | 764 | "logLevel": { |
| 765 | + "description": "Summary for LogLevel", |
752 | 766 | "$ref": "#/components/schemas/LogLevel" |
753 | 767 | }, |
754 | 768 | "formFile": { |
|
1378 | 1392 | "readOnly": true |
1379 | 1393 | }, |
1380 | 1394 | "cartType": { |
| 1395 | + "description": "The type of the cart", |
1381 | 1396 | "default": 0, |
1382 | 1397 | "$ref": "#/components/schemas/CartType" |
1383 | 1398 | }, |
1384 | 1399 | "basketType": { |
| 1400 | + "description": "The cart type", |
1385 | 1401 | "deprecated": true, |
1386 | 1402 | "$ref": "#/components/schemas/CartType" |
1387 | 1403 | } |
|
0 commit comments