science.alt.dataset.storageHttp

lexicon.store View official

{
  "id": "science.alt.dataset.storageHttp",
  "defs": {
    "main": {
      "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."
    },
    "shardEntry": {
      "type": "object",
      "required": [
        "url",
        "checksum"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "maxLength": 2000,
          "description": "HTTP/HTTPS URL for this WebDataset tar shard"
        },
        "checksum": {
          "ref": "science.alt.dataset.entry#shardChecksum",
          "type": "ref",
          "description": "Content hash for integrity verification"
        }
      },
      "description": "A single HTTP-accessible shard with integrity checksum"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against science.alt.dataset.storageHttp

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreih55wpszjaddxgoqy7u5vugccnsptcitljanachj27t5ggjftrfbu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/science.alt.dataset.storageHttp

Referenced Schemas (1)

Lexicon Garden

@