science.alt.dataset.resolveLabel

lexicon.store View official

{
  "id": "science.alt.dataset.resolveLabel",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "LabelNotFound",
          "description": "No label found with the given name"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "label"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "description": "CID of the resolved dataset entry"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the resolved dataset entry"
            },
            "label": {
              "ref": "science.alt.dataset.label",
              "type": "ref",
              "description": "The label record that was resolved"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "handle",
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Label name, e.g. 'mnist'"
          },
          "handle": {
            "type": "string",
            "description": "DID or handle of the dataset owner"
          },
          "version": {
            "type": "string",
            "maxLength": 50,
            "description": "Specific version to resolve. If omitted, resolves to latest."
          }
        }
      },
      "description": "Resolve a named dataset label to its underlying dataset entry. When version is omitted, resolves to the most recently created label with the given name."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against science.alt.dataset.resolveLabel

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
bafyreig4abz5c23qj3zmawzbp6tb4bmq3eijp53baytzvdb5a5dqosf63a
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/science.alt.dataset.resolveLabel

Referenced Schemas (1)

Lexicon Garden

@