Skip to content

Commit

Permalink
Make metadata nullable
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud <[email protected]>
  • Loading branch information
2-towns authored Nov 15, 2024
1 parent ead011a commit 17507d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,18 @@ components:
description: "Indicates if content is protected by erasure-coding"
filename:
type: string
nullable: true
description: "The original name of the uploaded content (optional)"
example: codex.png
mimetype:
type: string
nullable: true
description: "The original mimetype of the uploaded content (optional)"
example: image/png
uploadedAt:
type: integer
format: int64
nullable: true
description: "The UTC upload timestamp in seconds"
example: 1729244192

Expand Down

0 comments on commit 17507d6

Please sign in to comment.