VerifyFileHashResp

  • fileId
    Type: string
    required

    The file ID that was verified

  • hashAlgorithm
    Type: string nullable

    The hash algorithm used (e.g., 'sha256')

  • isMatch
    Type: boolean

    Whether the provided hash matches the stored hash

  • storedHash
    Type: string nullable

    The SHA-256 hash stored for this file

  • verified
    Type: boolean

    Whether verification was performed (true if hash parameter was provided)