@@ -11,8 +11,8 @@ A TEA Component Release object has the following parts:
1111
1212- __ uuid__ : A unique identifier for the TEA Component Release
1313- __ version__ : Version number
14- - __ release_date __ : Timestamp of the release (for sorting purposes)
15- - __ pre_release __ : A flag indicating pre-release (or beta) status.
14+ - __ releaseDate __ : Timestamp of the release (for sorting purposes)
15+ - __ preRelease __ : A flag indicating pre-release (or beta) status.
1616 May be disabled after the creation of the release object, but can't be enabled after creation of an object.
1717- __ identifiers__ : List of identifiers for the component
1818 - __ idType__ : Type of identifier, e.g. ` tei ` , ` purl ` , ` cpe `
@@ -26,7 +26,7 @@ A TEA Component Release object of the binary distribution of Apache Tomcat 11.0.
2626{
2727 "uuid" : " 605d0ecb-1057-40e4-9abf-c400b10f0345" ,
2828 "version" : " 11.0.6" ,
29- "release_date " : " 2025-04-01T15:43:00Z" ,
29+ "releaseDate " : " 2025-04-01T15:43:00Z" ,
3030 "identifiers" : [
3131 {
3232 "idType" : " purl" ,
@@ -42,7 +42,7 @@ Different versions of Apache Tomcat should have separate TEA Component Release o
4242{
4343 "uuid" : " da89e38e-95e7-44ca-aa7d-f3b6b34c7fab" ,
4444 "version" : " 10.1.4" ,
45- "release_date " : " 2025-04-01T18:20:00Z" ,
45+ "releaseDate " : " 2025-04-01T18:20:00Z" ,
4646 "identifiers" : [
4747 {
4848 "idType" : " purl" ,
@@ -59,8 +59,8 @@ and does not require users to know the version naming scheme adopted by the proj
5959{
6060 "uuid" : " 95f481df-f760-47f4-b2f2-f8b76d858450" ,
6161 "version" : " 11.0.0-M26" ,
62- "release_date " : " 2024-09-13T17:49:00Z" ,
63- "pre_release " : true ,
62+ "releaseDate " : " 2024-09-13T17:49:00Z" ,
63+ "preRelease " : true ,
6464 "identifiers" : [
6565 {
6666 "idType" : " purl" ,
@@ -113,8 +113,8 @@ The TEA Collection object has the following parts:
113113 When updating a collection, only the ` version ` is changed.
114114 - __ version__ : TEA Collection version, incremented each time its content changes.
115115 Versions start with 1.
116- - __ release_date __ : TEA Collection version release date.
117- - __ update_reason __ : Reason for the update/release of the TEA Collection object.
116+ - __ releaseDate __ : TEA Collection version release date.
117+ - __ updateReason __ : Reason for the update/release of the TEA Collection object.
118118 - __ type__ : Type of update reason.
119119 See [ reasons for TEA Collection update] ( #the-reason-for-tco-update-enum ) below.
120120 - __ comment__ : Free text description.
@@ -163,8 +163,8 @@ producing different alerts than other changes of a collection.
163163{
164164 "uuid" : " 4c72fe22-9d83-4c2f-8eba-d6db484f32c8" ,
165165 "version" : 1 ,
166- "release_date " : " 2024-12-13T00:00:00Z" ,
167- "update_reason " : {
166+ "releaseDate " : " 2024-12-13T00:00:00Z" ,
167+ "updateReason " : {
168168 "type" : " ARTIFACT_UPDATED" ,
169169 "comment" : " VDR file updated"
170170 },
0 commit comments