net.atview.project

atview.net

{
  "id": "net.atview.project",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt",
          "handle",
          "displayName"
        ],
        "properties": {
          "docs": {
            "type": "string",
            "format": "uri",
            "description": "URL of the project's documentation."
          },
          "href": {
            "type": "string",
            "format": "uri",
            "description": "Primary external URL for the project (e.g. project homepage)."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000,
            "description": "Avatar image representing the project. Less than 1MB in size."
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000,
            "description": "Banner image used as the project's cover. Less than 1MB in size."
          },
          "github": {
            "type": "string",
            "format": "uri",
            "description": "URL of the project's GitHub repository."
          },
          "handle": {
            "type": "string",
            "format": "handle",
            "description": "Canonical handle identifying the project (e.g. `myproject.example.com`)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "Short description of the project.",
            "maxGraphemes": 1000
          },
          "displayName": {
            "type": "string",
            "maxLength": 1000,
            "description": "Display name of the project as shown in user interfaces.",
            "maxGraphemes": 100
          }
        }
      },
      "description": "Reference to a project. Identified by a handle and enriched with optional human-friendly metadata, links and visuals."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atview.project

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ycd3zyxa6iru5fiplr3un6nr
CID
bafyreibxrrzi4x6l7r2fqk3rmy7kkbkaebufqqikrxev2dgdmkju3eufcy
Indexed At
2026-05-02 19:52 UTC
AT-URI
at://did:plc:ycd3zyxa6iru5fiplr3un6nr/com.atproto.lexicon.schema/net.atview.project

Version History (2 versions)

Lexicon Garden

@