diff --git a/p-process.yml b/p-process.yml index 46ec017d..a4527685 100644 --- a/p-process.yml +++ b/p-process.yml @@ -764,12 +764,27 @@ 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" @@ -777,3 +792,19 @@ components: "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