Skip to content

Commit 4014dfc

Browse files
Fix image transaction data
1 parent a826eab commit 4014dfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ components:
123123
$ref: "#/components/schemas/ImageBase64"
124124

125125
ImageTransactionData:
126-
type: array
126+
type: object
127127
items:
128128
$ref: './rt-images.yml#/components/schemas/ImagesFieldValue'
129129

index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ components:
9191
$ref: "./rt-images.yml#/components/schemas/Images"
9292
DocumentImage:
9393
$ref: "./common.yml#/components/schemas/ImageData"
94+
TransactionImage:
95+
$ref: "./common.yml#/components/schemas/ImageTransactionData"
9496
DocumentTypesCandidates:
9597
$ref: "./rt-doc-type-old.yml#/components/schemas/DocumentTypesCandidatesList"
9698
ChosenDocumentType:

0 commit comments

Comments
 (0)