VerifyFileHashResp
- fileType: string
Id requiredThe file ID that was verified
- hashType: string nullable
Algorithm The hash algorithm used (e.g., 'sha256')
- isType: boolean
Match Whether the provided hash matches the stored hash
- storedType: string nullable
Hash The SHA-256 hash stored for this file
- verifiedType: boolean
Whether verification was performed (true if hash parameter was provided)
