Commit 9d118d76 authored by Anne Dierstein's avatar Anne Dierstein
Browse files

add checksum and checksumType in DocumentFile

parent dbbd11f4
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -566,6 +566,13 @@
        "content" : {
          "type" : "string",
          "description" : "content of the file base64 encoded"
        },
        "checksum": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString"        
        },        
        "checksumType": {          
          "$ref": "ts_103280_2017_07#/$defs/ShortString",
          "description": "algorithm used to compute the checksum"      
        }
      }
    },