Skip to content

Commit

Permalink
Merge pull request #24 from matthewdevenny/bugfix/publish-response
Browse files Browse the repository at this point in the history
Update postAssetResponse to properly handle metadata.tags as an array…
  • Loading branch information
soufi authored Oct 31, 2024
2 parents 3b3ab7d + 769bf15 commit e54d68b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion spec/exchange_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,14 @@ components:
type: array
title: tags
items:
type: string
type: object
properties:
key:
type: string
title: key
value:
type: string
title: value
name:
type: string
title: name
Expand Down

0 comments on commit e54d68b

Please sign in to comment.