Skip to content

Commit

Permalink
SP-15220: Correct transaction process
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Jun 7, 2024
1 parent 60a784f commit 49fddea
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 49fddea

Please sign in to comment.