Skip to content

Commit 624b720

Browse files
committed
Fix invalid user ref in comment schema
1 parent 9354421 commit 624b720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ properties:
2424
format: date-time
2525
nullable: true
2626
user:
27-
- $ref: ./comment_user.yaml
27+
$ref: ./comment_user.yaml

0 commit comments

Comments
 (0)