diff --git a/testops-api/v1/schemas/Author.yaml b/testops-api/v1/schemas/Author.yaml index 5729391..b66a88c 100644 --- a/testops-api/v1/schemas/Author.yaml +++ b/testops-api/v1/schemas/Author.yaml @@ -3,8 +3,14 @@ properties: id: type: integer format: int64 + author_id: + type: integer + format: int64 entity_type: type: string + entity_id: + type: integer + format: int64 email: type: string name: