@retropak/schema 1.0.0-draft6 → 1.0.0-draft7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -658,6 +658,11 @@
|
|
|
658
658
|
"pattern": "^[a-fA-F0-9]{40}$",
|
|
659
659
|
"description": "SHA-1 checksum of the media file for verification."
|
|
660
660
|
},
|
|
661
|
+
"sha256": {
|
|
662
|
+
"type": "string",
|
|
663
|
+
"pattern": "^[a-fA-F0-9]{64}$",
|
|
664
|
+
"description": "SHA-256 checksum of the media file for verification."
|
|
665
|
+
},
|
|
661
666
|
"crc32": {
|
|
662
667
|
"type": "string",
|
|
663
668
|
"pattern": "^[a-fA-F0-9]{8}$",
|