work.mattriley.ghrepo

mattriley.work

{
  "id": "work.mattriley.ghrepo",
  "defs": {
    "main": {
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "url",
          "syncedAt"
        ],
        "properties": {
          "url": {
            "type": "string",
            "format": "uri",
            "description": "Repository HTML URL on GitHub."
          },
          "name": {
            "type": "string",
            "description": "Repository name as it appears on GitHub."
          },
          "stars": {
            "type": "integer",
            "description": "Star count at sync time."
          },
          "source": {
            "type": "string",
            "description": "Upstream source of the repo data (e.g. github)."
          },
          "topics": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "description": "Repository topics."
          },
          "archived": {
            "type": "boolean",
            "description": "True when the repository is archived on GitHub."
          },
          "syncedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record was last synced from GitHub."
          },
          "description": {
            "type": "string",
            "description": "Repository description, if set on GitHub."
          },
          "licenseName": {
            "type": "string",
            "description": "Full license name, if a license is detected."
          },
          "primaryLanguage": {
            "type": "string",
            "description": "The single language GitHub attributes to the repository, if any."
          }
        }
      },
      "description": "One record per public repository, rkey = repo name."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A public GitHub repository mirrored from the GitHub API."
}

Validate Record

Validate a record against work.mattriley.ghrepo

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:g5frjlzwnpjtxlc6chaqbl4o
CID
bafyreihuto2klarm6pbvxcqqvqashmrvks6fq5dit7opcwp5jn6yuq7g5i
Indexed At
2026-06-26 19:59 UTC
AT-URI
at://did:plc:g5frjlzwnpjtxlc6chaqbl4o/com.atproto.lexicon.schema/work.mattriley.ghrepo

Lexicon Garden

@