docs: sha256 is optional

This commit is contained in:
Ricardo Arturo Cabral Mejía 2023-02-07 07:31:00 -05:00
parent 7cf7f3eaa4
commit ce0bc49a2a
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

2
58.md
View File

@ -11,7 +11,7 @@ one for each pubkey the author (issuer) wishes to award. A parameterized replace
### Badge event
A Badge's `content` field is a JSON-stringified object containing the fields `short_desc`, `image`, `thumbs` and optionally `long_desc`. In the case where `long_desc` is omitted, it is treated the same equal to `short_desc`.
A Badge's `content` field is a JSON-stringified object containing the fields `short_desc`, `image`, `thumbs` and optionally `long_desc` and `sha256sums`. In the case where `long_desc` is omitted, it is treated the same equal to `short_desc`.
The `short_desc` and `long_desc` fields are strings that may contain the meaning behind the badge and/or
the reason of it's issuance.