net.atview.external.npmpackage

atview.net

{
  "id": "net.atview.external.npmpackage",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "name",
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "maxLength": 1000,
          "description": "Canonical npm package identifier (e.g. `name` or `@scope/name`).",
          "maxGraphemes": 214
        },
        "docs": {
          "type": "string",
          "format": "uri",
          "description": "URL of the package's documentation."
        },
        "href": {
          "type": "string",
          "format": "uri",
          "description": "Primary external URL for the package (e.g. project homepage or registry page)."
        },
        "name": {
          "type": "string",
          "maxLength": 1000,
          "description": "Display name of the package as shown in user interfaces.",
          "maxGraphemes": 100
        },
        "github": {
          "type": "string",
          "format": "uri",
          "description": "URL of the package's GitHub repository."
        },
        "description": {
          "type": "string",
          "maxLength": 10000,
          "description": "Short description of the package.",
          "maxGraphemes": 1000
        }
      },
      "description": "External reference to an npm package. Captures the canonical package identifier alongside human-friendly metadata and links."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atview.external.npmpackage

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ycd3zyxa6iru5fiplr3un6nr
CID
bafyreie3mmn2wdj5cjd3aj27j4z2mtgefxnuhv5vryrxpvo7xrvwnf6lpe
Indexed At
2026-04-30 08:41 UTC
AT-URI
at://did:plc:ycd3zyxa6iru5fiplr3un6nr/com.atproto.lexicon.schema/net.atview.external.npmpackage

Version History (3 versions)

Lexicon Garden

@