We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a826eab commit 4014dfcCopy full SHA for 4014dfc
common.yml
@@ -123,7 +123,7 @@ components:
123
$ref: "#/components/schemas/ImageBase64"
124
125
ImageTransactionData:
126
- type: array
+ type: object
127
items:
128
$ref: './rt-images.yml#/components/schemas/ImagesFieldValue'
129
index.yml
@@ -91,6 +91,8 @@ components:
91
$ref: "./rt-images.yml#/components/schemas/Images"
92
DocumentImage:
93
$ref: "./common.yml#/components/schemas/ImageData"
94
+ TransactionImage:
95
+ $ref: "./common.yml#/components/schemas/ImageTransactionData"
96
DocumentTypesCandidates:
97
$ref: "./rt-doc-type-old.yml#/components/schemas/DocumentTypesCandidatesList"
98
ChosenDocumentType:
0 commit comments