Skip to content

Commit a428709

Browse files
[create-pull-request] automated change (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d04e007 commit a428709

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

open-api/v0.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4040,15 +4040,22 @@ components:
40404040
type: string
40414041
description: 不能包含空格
40424042
UserEpisodeCollection:
4043-
additionalProperties: false
4043+
additionalProperties: true
40444044
properties:
40454045
episode:
40464046
$ref: '#/components/schemas/Episode'
40474047
type:
40484048
$ref: '#/components/schemas/EpisodeCollectionType'
4049+
updated_at:
4050+
type: integer
4051+
description: A int64 unix timestamp, `0` as unknown or un-recorded.
4052+
example:
4053+
- 0
4054+
- 1700000000
40494055
required:
40504056
- episode
40514057
- type
4058+
- updated_at
40524059
type: object
40534060
v0_RelatedSubject:
40544061
title: RelatedSubject

0 commit comments

Comments
 (0)