43
43
match.
44
44
operationId : getTeaProductByIdentifier
45
45
parameters :
46
- - $ref : " #/components/schemas/identifier_type "
46
+ - $ref : " #/components/schemas/identifier-type "
47
47
- $ref : " #/components/parameters/product-identifier"
48
48
- $ref : " #/components/parameters/page-offset"
49
49
- $ref : " #/components/parameters/page-size"
@@ -101,7 +101,7 @@ components:
101
101
#
102
102
# Definitions reused in multiple domain objects
103
103
#
104
- date_time :
104
+ date-time :
105
105
type : string
106
106
description : Timestamp
107
107
format : date-time
@@ -111,10 +111,10 @@ components:
111
111
description : An identifier with a specified type
112
112
properties :
113
113
idType :
114
- " $ref " : " #/components/schemas/identifier_type "
114
+ " $ref " : " #/components/schemas/identifier-type "
115
115
idValue :
116
116
type : string
117
- identifier_type :
117
+ identifier-type :
118
118
type : string
119
119
description : Enumeration of identifiers types
120
120
enum :
@@ -176,13 +176,13 @@ components:
176
176
type : array
177
177
description : List of released versions for the component
178
178
items :
179
- " $ref " : " #/components/schemas/component_version "
179
+ " $ref " : " #/components/schemas/component-version "
180
180
required :
181
181
- uuid
182
182
- name
183
183
- identifiers
184
184
- versions
185
- component_version :
185
+ component-version :
186
186
type : object
187
187
description : A specific version of a TEA leaf
188
188
properties :
@@ -197,7 +197,7 @@ components:
197
197
items :
198
198
" $ref " : " #/components/schemas/identifier"
199
199
release_date :
200
- " $ref " : " #/components/schemas/date_time "
200
+ " $ref " : " #/components/schemas/date-time "
201
201
description : Release date
202
202
pre_release :
203
203
type : boolean
@@ -227,17 +227,17 @@ components:
227
227
default : 1
228
228
description : Collection version, incremented each time its content changes.
229
229
update_reason :
230
- " $ref " : " #/components/schemas/collection_update_reason "
231
- collection_update_reason :
230
+ " $ref " : " #/components/schemas/collection-update-reason "
231
+ collection-update-reason :
232
232
type : object
233
233
description : Reason for the last update to the TEA collection
234
234
properties :
235
235
type :
236
- " $ref " : " #/components/schemas/collection_update_reason_type "
236
+ " $ref " : " #/components/schemas/collection-update-reason-type "
237
237
comment :
238
238
type : string
239
239
description : Free text description
240
- collection_update_reason_type :
240
+ collection-update-reason-type :
241
241
type : string
242
242
description : Type of TEA collection update
243
243
enum :
@@ -259,14 +259,14 @@ components:
259
259
type : string
260
260
description : Artifact name
261
261
author :
262
- " $ref " : " #/components/schemas/artifact_author "
262
+ " $ref " : " #/components/schemas/artifact-author "
263
263
type :
264
- " $ref " : " #/components/schemas/artifact_type "
264
+ " $ref " : " #/components/schemas/artifact-type "
265
265
formats :
266
266
type : array
267
267
items :
268
- " $ref " : " #/components/schemas/artifact_format "
269
- artifact_author :
268
+ " $ref " : " #/components/schemas/artifact-format "
269
+ artifact-author :
270
270
type : object
271
271
description : The author of a document.
272
272
properties :
@@ -280,7 +280,7 @@ components:
280
280
organization :
281
281
type : string
282
282
description : Organization
283
- artifact_type :
283
+ artifact-type :
284
284
type : string
285
285
description : Specifies the type of external reference.
286
286
enum :
@@ -420,7 +420,7 @@ components:
420
420
Vulnerability Disclosure)
421
421
other : Use this if no other types accurately describe the purpose of the external
422
422
reference.
423
- artifact_format :
423
+ artifact-format :
424
424
type : object
425
425
description : A security-related document in a specific format
426
426
properties :
@@ -444,16 +444,16 @@ components:
444
444
type : array
445
445
description : List of checksums for the artifact
446
446
items :
447
- " $ref " : " #/components/schemas/artifact_checksum "
448
- artifact_checksum :
447
+ " $ref " : " #/components/schemas/artifact-checksum "
448
+ artifact-checksum :
449
449
type : object
450
450
properties :
451
451
algType :
452
- " $ref " : " #/components/schemas/artifact_checksum_alg "
452
+ " $ref " : " #/components/schemas/artifact-checksum-type "
453
453
algValue :
454
454
type : string
455
455
description : Checksum value
456
- artifact_checksum_alg :
456
+ artifact-checksum-type :
457
457
type : string
458
458
description : Checksum algorithm
459
459
enum :
@@ -540,7 +540,7 @@ components:
540
540
in : path
541
541
required : true
542
542
schema :
543
- $ref : " #/components/schemas/identifier_type "
543
+ $ref : " #/components/schemas/identifier-type "
544
544
product-identifier :
545
545
name : product-identifier
546
546
description : The actual identifier string
0 commit comments