Skip to content

Commit f669ed8

Browse files
authored
Merge pull request #145 from ppkarwasz/fix/author
fix: remove `author` for specification
2 parents b15d021 + a739197 commit f669ed8

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

spec/openapi.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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.

tea-collection/tea-collection.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)