API Snap · JSON Structure

Hash Hash Result Structure

Result of a hash computation including hash value, algorithm, and encoding

Type: object Properties: 3
API UtilitiesDeveloper ToolsQR CodesScreenshotsImage ProcessingPDF GenerationMarkdownURL MetadataHashingJWTBase64UUIDColor ConversionLorem IpsumPlaceholder Images

HashResult is a JSON Structure definition published by API Snap, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

hash algorithm encoding

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/api-snap/refs/heads/main/json-structure/hash-hash-result-structure.json",
  "name": "HashResult",
  "description": "Result of a hash computation including hash value, algorithm, and encoding",
  "type": "object",
  "properties": {
    "hash": {
      "type": "string",
      "description": "The computed hash value."
    },
    "algorithm": {
      "type": "string"
    },
    "encoding": {
      "type": "string"
    }
  }
}