From 769bf150cae4a237c77cd914a3e719c741c835b9 Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Wed, 30 Oct 2024 10:32:54 -0700 Subject: [PATCH] Update postAssetResponse to properly handle metadata.tags as an array of objects containing key value fields Signed-off-by: Matthew DeVenny --- spec/exchange_assets.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spec/exchange_assets.yml b/spec/exchange_assets.yml index 9c26b82..64383f4 100644 --- a/spec/exchange_assets.yml +++ b/spec/exchange_assets.yml @@ -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