id.sifa.profile.project

sifa.id

{
  "id": "id.sifa.profile.project",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "URL of the project (website, repository, demo, etc.)."
          },
          "name": {
            "type": "string",
            "maxLength": 2560,
            "minLength": 1,
            "description": "Project name.",
            "maxGraphemes": 256
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Self-label values for this project record."
          },
          "endedAt": {
            "type": "string",
            "description": "Project end date in YYYY-MM or YYYY-MM-DD format. Omit if ongoing."
          },
          "position": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the associated id.sifa.profile.position record, if applicable."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created."
          },
          "startedAt": {
            "type": "string",
            "description": "Project start date in YYYY-MM or YYYY-MM-DD format."
          },
          "projectRef": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the first-class id.sifa.project.self record, if this personal project entry corresponds to a collaborative project."
          },
          "description": {
            "type": "string",
            "maxLength": 50000,
            "description": "Description of the project, the user's role, and outcomes.",
            "maxGraphemes": 5000
          }
        }
      },
      "description": "Record representing a single project."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A project the user has worked on."
}

Validate Record

Validate a record against id.sifa.profile.project

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

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreidg4x3vv5vmiu226dtvbwedffachdxpcuvazk65gx2owmgof3575a
Indexed At
2026-05-27 12:05 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.profile.project

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@