Merge branch 'main' of github.com:versia-pub/docs

This commit is contained in:
Jesse Wierzbinski 2025-02-15 14:46:43 +01:00
commit b1ffb487c3
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ It is a good idea to provide at least two versions of an image (if possible): on
Size of the content in bytes. Size of the content in bytes.
</Property> </Property>
<Property name="hash" type="Hash" required={false}> <Property name="hash" type="Hash" required={false}>
Hash of the content. Hash of the content. Encoded in hexadecimal.
```typescript ```typescript
type HashNames = "sha256" | "sha512" | "sha3-256" | "sha3-512" | "blake2b-256" | "blake2b-512" | "blake3-256" | "blake3-512" | "md5" | "sha1" | "sha224" | "sha384" | "sha3-224" | "sha3-384" | "blake2s-256" | "blake2s-512" | "blake3-224" | "blake3-384"; type HashNames = "sha256" | "sha512" | "sha3-256" | "sha3-512" | "blake2b-256" | "blake2b-512" | "blake3-256" | "blake3-512" | "md5" | "sha1" | "sha224" | "sha384" | "sha3-224" | "sha3-384" | "blake2s-256" | "blake2s-512" | "blake3-224" | "blake3-384";