Skip to content

Commit

Permalink
Update author model:
Browse files Browse the repository at this point in the history
 - add `author_id` field
 - add `entity_id` field
  • Loading branch information
gibiw committed Sep 18, 2024
1 parent 102021a commit 347d802
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testops-api/v1/schemas/Author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 347d802

Please sign in to comment.