{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/api-snap/refs/heads/main/json-schema/hash-hash-result-schema.json", "title": "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" } } }