Skip to content

Commit

Permalink
fix candidate key to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
zaliqarosli committed Oct 13, 2023
1 parent 2162de6 commit 8086740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/api/static/schema-v0.0.4-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ components:
inline_response_200_2:
type: object
properties:
Candidate:
Meta:
$ref: '#/components/schemas/Candidate'
Visits:
type: array
Expand Down
2 changes: 1 addition & 1 deletion modules/api/static/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ components:
inline_response_200_2:
type: object
properties:
Candidate:
Meta:
$ref: '#/components/schemas/Candidate'
Visits:
type: array
Expand Down

0 comments on commit 8086740

Please sign in to comment.