Skip to content

Commit 3cf4c22

Browse files
Fix image transaction data
1 parent 4014dfc commit 3cf4c22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@ components:
124124

125125
ImageTransactionData:
126126
type: object
127-
items:
128-
$ref: './rt-images.yml#/components/schemas/ImagesFieldValue'
127+
properties:
128+
image:
129+
$ref: './rt-images.yml#/components/schemas/ImagesFieldValue'
129130

130131
ImageBase64:
131132
description: "Base64 encoded image"

0 commit comments

Comments
 (0)