at.inlay.pack

inlay.at

{
  "id": "at.inlay.pack",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "exports"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "description": "Short slug for the pack (e.g. \"core\", \"ui\")"
          },
          "exports": {
            "type": "array",
            "items": {
              "ref": "#export",
              "type": "ref"
            },
            "description": "Type to component mappings"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      },
      "description": "A list of type to component exports"
    },
    "export": {
      "type": "object",
      "required": [
        "type",
        "component"
      ],
      "properties": {
        "type": {
          "type": "string",
          "format": "nsid",
          "description": "NSID of the type being exported"
        },
        "component": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the component record"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against at.inlay.pack

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mdg3w2kpadcyxy33pizokzf3
CID
bafyreicj6yupctmx4ocybtscy3nafwsoecdq5sfzkv3jmo3pgf4cnnnksu
Indexed At
2026-02-08 18:30 UTC
AT-URI
at://did:plc:mdg3w2kpadcyxy33pizokzf3/com.atproto.lexicon.schema/at.inlay.pack

Lexicon Garden

@