Skip to content

Commit

Permalink
SP-14246: Feedback fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Apr 11, 2024
1 parent 7a34400 commit 00b8d41
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ paths:
type: string
required: true
description: "File name"
summary: "Get File"
summary: "Get Reprocess transaction file"
tags:
- transaction
responses:
Expand Down Expand Up @@ -203,7 +203,7 @@ components:
images:
type: array
items:
$ref: "#/components/schemas/TransactionImagesFieldValue"
$ref: "#/components/schemas/OutDataTransactionImagesFieldValue"

InData:
type: object
Expand All @@ -222,7 +222,7 @@ components:
images:
type: array
items:
$ref: "#/components/schemas/TransactionImagesFieldValue"
$ref: "#/components/schemas/InDataTransactionImagesFieldValue"

TransactionProcessRequest:
type: object
Expand Down Expand Up @@ -258,7 +258,7 @@ components:
required:
- processParam

TransactionImagesFieldValue:
InDataTransactionImagesFieldValue:
type: object
properties:
light:
Expand All @@ -270,3 +270,18 @@ components:
url:
type: string
description: "Image url"

OutDataTransactionImagesFieldValue:
type: object
properties:
fieldType:
$ref: "./e-graphic-field-type.yml#/components/schemas/GraphicFieldType"
light:
$ref: "./common.yml#/components/schemas/Light"
listIdx:
type: integer
pageIdx:
$ref: "./common.yml#/components/schemas/PageIndex"
url:
type: string
description: "Image url"

0 comments on commit 00b8d41

Please sign in to comment.