Skip to content

Commit

Permalink
Added ChecksumRequestForExistingFile to the GetFileInfosProgressResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jolf committed May 20, 2019
1 parent ba0f42e commit 4584df1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@ xmlns="http://bitrepository.org/BitRepositoryElements.xsd">
<FileIDs>
<FileID>MyDataID1</FileID>
</FileIDs>
<ChecksumRequestForExistingFile>
<ChecksumType>HMAC_SHA384</ChecksumType>
<ChecksumSalt>5A17</ChecksumSalt>
</ChecksumRequestForExistingFile>
<ResultAddress>http://myServer/myPlace/Myfile</ResultAddress>
</bro:GetFileInfosProgressResponse>
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,12 @@
</xs:documentation></xs:annotation>
</xs:element>

<xs:element ref="bre:ChecksumRequestForExistingFile" minOccurs="0" maxOccurs="1">
<xs:annotation><xs:documentation xml:lang="en">
Checksums type and possible salt requested
</xs:documentation></xs:annotation>
</xs:element>

<xs:element ref="bre:ResultAddress" minOccurs="0" maxOccurs="1" >
<xs:annotation><xs:documentation xml:lang="en">
Address (e.g. in form of an URL) for where data (file IDs) will be delivered
Expand Down

0 comments on commit 4584df1

Please sign in to comment.