science.alt.dataset.label

lexicon.store View official

{
  "id": "science.alt.dataset.label",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "datasetUri",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "User-facing label name, e.g. 'mnist'"
          },
          "version": {
            "type": "string",
            "maxLength": 50,
            "description": "Semver or free-form version string, e.g. '1.0.1'. When omitted, the label is unversioned."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this label was created"
          },
          "datasetUri": {
            "type": "string",
            "format": "at-uri",
            "maxLength": 500,
            "description": "AT-URI pointing to the dataset entry this label refers to"
          },
          "description": {
            "type": "string",
            "maxLength": 5000,
            "description": "Optional description of this labeled version"
          }
        }
      },
      "description": "Named label pointing to a dataset entry. Multiple labels with the same name but different versions can coexist, enabling versioned references to immutable dataset entries."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against science.alt.dataset.label

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@