55
55
$ref : " #/components/responses/paginated-product"
56
56
' 400 ' :
57
57
$ref : " #/components/responses/400-invalid-request"
58
- ' 404 ' :
59
- $ref : " #/components/responses/404-object-by-id-not-found"
60
58
tags :
61
59
- TEA Product
62
60
/component/{uuid} :
@@ -227,6 +225,7 @@ components:
227
225
description : Timestamp
228
226
format : date-time
229
227
pattern : " ^\\ d{4}-\\ d{2}-\\ d{2}T\\ d{2}:\\ d{2}:\\ d{2}Z$"
228
+ example : ' 2024-03-20T15:30:00Z'
230
229
identifier :
231
230
type : object
232
231
description : An identifier with a specified type
@@ -345,6 +344,7 @@ components:
345
344
version :
346
345
description : Version number
347
346
type : string
347
+ example : 1.2.3
348
348
releaseDate :
349
349
description : Timestamp of the release (for sorting purposes)
350
350
" $ref " : " #/components/schemas/date-time"
@@ -405,8 +405,8 @@ components:
405
405
description : |
406
406
TEA Collection version, incremented each time its content changes.
407
407
Versions start with 1.
408
- releaseDate :
409
- description : TEA Collection version release date .
408
+ date :
409
+ description : The date when the TEA Collection version was created .
410
410
" $ref " : " #/components/schemas/date-time"
411
411
updateReason :
412
412
description : Reason for the update/release of the TEA Collection object.
@@ -419,8 +419,8 @@ components:
419
419
examples :
420
420
# Documents in the latest release of Log4j Core
421
421
- uuid : 4c72fe22-9d83-4c2f-8eba-d6db484f32c8
422
- version : 1
423
- releaseDate : 2024-12-13T00:00:00Z
422
+ version : 3
423
+ date : 2024-12-13T00:00:00Z
424
424
updateReason :
425
425
type : ARTIFACT_UPDATED
426
426
comment : VDR file updated
0 commit comments