Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions p-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,16 +764,47 @@ components:
type: object
properties:
ComputerName:
description: "Computer name"
type: string
DateTime:
description: "Date and time"
type: string
DocumentsDatabase:
$ref: "#/components/schemas/DocumentsDatabase"
SystemInfo:
description: "System information"
type: string
Tag:
description: "Transaction tag"
type: string
TransactionID:
description: "Transaction identifier"
type: string
UserName:
description: "User name"
type: string
Version:
description: "SDK version"
type: string
example:
"ComputerName": "7cded6852d20"
"DateTime": "2020-05-27T08:17:03.247Z"
"TransactionID": "dc5eb444-ad6e-4ebc-8102-d62d5bb56a4e"
"UserName": "user"

DocumentsDatabase:
type: object
description: "Document database information"
properties:
Description:
description: "Document database description"
type: string
ExportDate:
description: "Date the document database was created"
type: string
ID:
description: "Document database identifier"
type: string
Version:
description: "Document database version"
type: string
Loading