{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ChecksumAlgorithmList", "type": "array", "items": { "type": "string", "enum": [ "CRC32", "CRC32C", "SHA1", "SHA256" ] } }