Skip to content

Commit

Permalink
api: update hash to include null type (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailkakar authored Jun 3, 2024
1 parent 16bc344 commit 604775f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,9 @@ components:
description: Size of the asset in bytes
example: 84934509
hash:
type: array
type:
- array
- "null"
description: Hash of the asset
items:
type: object
Expand Down

0 comments on commit 604775f

Please sign in to comment.