Skip to content

Commit

Permalink
test: fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Jan 27, 2025
1 parent 2aee68a commit bc4c567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ properties:
children: { type: array, items: { $ref: '#/components/schemas/SamplePostModelWithToArray' } }
read_time: { type: string }
user: { $ref: '#/components/schemas/SampleUserModel' }
created_at: { type: [object, 'null'] }
created_at: { type: [string, 'null'], format: date-time }
required:
- id
- children
Expand Down

0 comments on commit bc4c567

Please sign in to comment.