social.wips.project

wips.social

{
  "id": "social.wips.project",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "status",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 800,
            "minLength": 1,
            "description": "Display name for the project.",
            "maxGraphemes": 80,
            "minGraphemes": 1
          },
          "links": {
            "type": "array",
            "items": {
              "ref": "social.wips.defs#link",
              "type": "ref"
            },
            "maxLength": 50,
            "description": "User-defined ordered destination links (website, repo, demo, design file, docs, etc.). Protocol ceiling is generous; operational UI limits belong in the app."
          },
          "status": {
            "ref": "social.wips.defs#projectStatus",
            "type": "ref",
            "description": "Product status. Known values: social.wips.defs#wip | social.wips.defs#done. Extensible."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the project was originally created."
          },
          "description": {
            "type": "string",
            "maxLength": 30000,
            "description": "Optional free-form project description. UI may encourage shorter copy without tightening this protocol ceiling.",
            "maxGraphemes": 3000
          }
        }
      },
      "description": "Project record. Single-owner in V1 (the repo DID)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A wips.social project owned by the repository DID. The project's AT URI is its durable identifier. Protocol ceilings stay generous while keeping worst-case DAG-CBOR size comfortably below the informal 1 MiB network record limit."
}

Validate Record

Validate a record against social.wips.project

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:sodoi37wr44i3ypdwwlqqeup
CID
bafyreibd3pyeobsqhlcyj6vio3nvhw5auxqhgal53w5jwezekiwtvpm4xy
Indexed At
2026-07-26 01:50 UTC
AT-URI
at://did:plc:sodoi37wr44i3ypdwwlqqeup/com.atproto.lexicon.schema/social.wips.project

Referenced Schemas (2)

Lexicon Garden

@