Skip to content

Commit

Permalink
Merge pull request #153 from regulaforensics/SP-13678/Feedback
Browse files Browse the repository at this point in the history
SP-13678: Fix feedback
  • Loading branch information
GubinAlexander committed Feb 22, 2024
2 parents 8397d04 + 758c938 commit 1df1be1
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ info:

paths:
/transaction/{transactionId}/process:
parameters:
- in: header
name: X-CLIENT-KEY
schema:
type: string
required: true
post:
parameters:
- in: path
Expand Down Expand Up @@ -170,18 +164,16 @@ components:
type: object
properties:
url:
description: "Image url"
description: "Response url"
type: string
images:
type: array
items:
$ref: "#/components/schemas/TransactionImagesFieldValue"

InData:
type: object
properties:
rfidSession:
type: object
properties:
url:
description: "Image url"
type: string
video:
description: "Video"
type: object
Expand All @@ -196,7 +188,7 @@ components:
images:
type: array
items:
$ref: "common.yml#/components/schemas/ImageTransactionData"
$ref: "#/components/schemas/TransactionImagesFieldValue"

TransactionProcessRequest:
type: object
Expand Down Expand Up @@ -231,3 +223,18 @@ components:
additionalProperties: true
required:
- processParam

TransactionImagesFieldValue:
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 1df1be1

Please sign in to comment.