Skip to content

Commit

Permalink
Merge pull request #171 from regulaforensics/SP-15220/Correct_transac…
Browse files Browse the repository at this point in the history
…tion_process

SP-15220: Correct transaction process
  • Loading branch information
KirylKovaliov authored Jun 7, 2024
2 parents 60a784f + 49fddea commit 1a83ef2
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,34 @@ components:
TransactionProcessRequest:
type: object
properties:
tag:
type: string
description: "session id"
processParam:
$ref: "#/components/schemas/TransactionScenarioRequest"
$ref: "./p-process.yml#/components/schemas/ProcessParams"
List:
type: array
items:
$ref: "./p-process.yml#/components/schemas/ProcessRequestImage"
livePortrait:
type: string
format: base64
example: "Base64 encoded data"
description: "Live portrait photo"
extPortrait:
type: string
format: base64
example: "Base64 encoded data"
description: "Portrait photo from an external source"
ContainerList:
$ref: "./rt.yml#/components/schemas/ContainerList"
systemInfo:
$ref: "./p-process.yml#/components/schemas/ProcessSystemInfo"
passBackObject:
type: object
description: "Free-form object to be included in response. Must be object, not list or simple value.
Do not affect document processing. Use it freely to pass your app params. Stored in process logs."
additionalProperties: true
required:
- processParam

Expand Down

0 comments on commit 1a83ef2

Please sign in to comment.