HTTP/HTTPS storage for WebDataset tar archives. Each shard is listed individually with a checksum for integrity verification. Consumers build brace-expansion patterns on the fly when needed.
Properties
shards
array
of ref#shardEntry
Required
Array of shard entries with URL and integrity checksum
minLength: 1 itemsView raw schema
{
"type": "object",
"required": [
"shards"
],
"properties": {
"shards": {
"type": "array",
"items": {
"ref": "#shardEntry",
"type": "ref"
},
"minLength": 1,
"description": "Array of shard entries with URL and integrity checksum"
}
},
"description": "HTTP/HTTPS storage for WebDataset tar archives. Each shard is listed individually with a checksum for integrity verification. Consumers build brace-expansion patterns on the fly when needed."
}