nyanimedb/api/schemas/UserTitle.yaml
nihonium 51bf7b6f7e
All checks were successful
Build and Deploy Go App / build (push) Successful in 5m28s
Build and Deploy Go App / deploy (push) Successful in 26s
fix: UserTitle cards
2025-11-25 05:36:57 +03:00

22 lines
340 B
YAML

type: object
required:
- user_id
- title_id
- status
properties:
user_id:
type: integer
format: int64
title:
$ref: ./Title.yaml
status:
$ref: ./enums/UserTitleStatus.yaml
rate:
type: integer
format: int32
review_id:
type: integer
format: int64
ctime:
type: string
format: date-time