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:
484484 name :
485485 type : string
486486 description : Artifact name
487- author :
488- description : Author of the TEA Artifact object
489- " $ref " : " #/components/schemas/artifact-author"
490487 type :
491488 description : Type of artifact
492489 " $ref " : " #/components/schemas/artifact-type"
@@ -497,20 +494,6 @@ components:
497494 The order of the list has no significance.
498495 items :
499496 " $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
514497 artifact-type :
515498 type : string
516499 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:
127127
128128- __ uuid__ : UUID of the TEA Artifact object.
129129- __ 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
134130- __ type__ : Type of artifact.
135131 See [ TEA Artifact types] ( ../tea-artifact/tea-artifact.md ) for a list.
136132- __ formats__ : List of objects with the same content, but in different formats.
You can’t perform that action at this time.
0 commit comments