Skip to content

Commit 06f842c

Browse files
fangqclaude
andcommitted
[schema] remove incorrect slash-separator note from _ArrayZipType_
The concatenated form (blosc2lz4, blosc2zstd, etc.) is the only canonical form per spec; the slash-separated alias note was incorrect and introduced by error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ffac6af commit 06f842c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/jdata_format_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
"blosc2blosclz", "blosc2zstd", "blosc2zlib",
395395
"base64"
396396
],
397-
"description": "Compression codec identifier. Note: zlib (RFC 1950) and gzip (RFC 1952) are distinct formats. Only Blosc2 (not Blosc v1) is supported. 'blosc2' defaults to the BloscLZ internal codec; 'blosc2lz4' selects LZ4, 'blosc2lz4hc' LZ4-HC, 'blosc2zstd' Zstandard, 'blosc2zlib' zlib. Additional codec-specific parameters (typesize, clevel, shuffle, nthreads) may be passed via _ArrayZipOptions_. Note: some implementations use a slash separator (e.g. 'blosc2/lz4') as an alternative to the concatenated form ('blosc2lz4'); both refer to the same codec."
397+
"description": "Compression codec identifier. Note: zlib (RFC 1950) and gzip (RFC 1952) are distinct formats. Only Blosc2 (not Blosc v1) is supported. 'blosc2' defaults to the BloscLZ internal codec; 'blosc2lz4' selects LZ4, 'blosc2lz4hc' LZ4-HC, 'blosc2zstd' Zstandard, 'blosc2zlib' zlib. Additional codec-specific parameters (typesize, clevel, shuffle, nthreads) may be passed via _ArrayZipOptions_."
398398
},
399399
"_ArrayZipSize_": {
400400
"oneOf": [

0 commit comments

Comments
 (0)