File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,10 @@ components:
123123 $ref : " #/components/schemas/ImageBase64"
124124
125125 ImageTransactionData :
126- type : array
127- items :
128- $ref : ' ./rt-images.yml#/components/schemas/ImagesFieldValue'
126+ type : object
127+ properties :
128+ image :
129+ $ref : ' ./rt-images.yml#/components/schemas/ImagesFieldValue'
129130
130131 ImageBase64 :
131132 description : " Base64 encoded image"
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments