File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -484,9 +484,6 @@ components:
484
484
name :
485
485
type : string
486
486
description : Artifact name
487
- author :
488
- description : Author of the TEA Artifact object
489
- " $ref " : " #/components/schemas/artifact-author"
490
487
type :
491
488
description : Type of artifact
492
489
" $ref " : " #/components/schemas/artifact-type"
@@ -497,20 +494,6 @@ components:
497
494
The order of the list has no significance.
498
495
items :
499
496
" $ref " : " #/components/schemas/artifact-format"
500
- artifact-author :
501
- type : object
502
- description : The author of a document.
503
- properties :
504
- name :
505
- type : string
506
- description : The name of the author
507
- email :
508
- type : string
509
- description : The e-mail address of the author
510
- format : email
511
- organization :
512
- type : string
513
- description : Organization
514
497
artifact-type :
515
498
type : string
516
499
description : Specifies the type of external reference.
Original file line number Diff line number Diff line change @@ -127,10 +127,6 @@ The TEA Artifact object has the following parts:
127
127
128
128
- __ uuid__ : UUID of the TEA Artifact object.
129
129
- __ name__ : Artifact name.
130
- - __ author__ : Author of the TEA Artifact object:
131
- - __ name__ : The name of the author.
132
- - __ email__ : The e-mail address of the author.
133
- - __ organization__ : Organization
134
130
- __ type__ : Type of artifact.
135
131
See [ TEA Artifact types] ( ../tea-artifact/tea-artifact.md ) for a list.
136
132
- __ formats__ : List of objects with the same content, but in different formats.
You can’t perform that action at this time.
0 commit comments