id.sifa.profile.course

sifa.id

{
  "id": "id.sifa.profile.course",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 2000,
            "minLength": 1,
            "description": "Course name.",
            "maxGraphemes": 200
          },
          "number": {
            "type": "string",
            "maxLength": 500,
            "description": "Course number or code (e.g., 'CS101').",
            "maxGraphemes": 50
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this record was originally created."
          },
          "education": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref",
            "description": "Reference to the associated id.sifa.profile.education record, if applicable."
          },
          "institution": {
            "type": "string",
            "maxLength": 1000,
            "description": "Institution or platform offering the course.",
            "maxGraphemes": 100
          }
        }
      },
      "description": "Record representing a single completed course."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A course completed by the user."
}

Validate Record

Validate a record against id.sifa.profile.course

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreic2mjgg76nz4vidmeykhlw5dtjetc5c2dfqrbpgtiiwvfi3vs63wq
Indexed At
2026-03-27 23:46 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.profile.course

Lexicon Garden

@