social.nstar.epds.repo.getStatus

nstar.social

{
  "id": "social.nstar.epds.repo.getStatus",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "errors": [
          {
            "name": "RepoNotFound"
          }
        ],
        "schema": {
          "type": "object",
          "required": [
            "did",
            "active"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "rev": {
              "type": "string",
              "format": "tid",
              "description": "Optional field, the current rev of the repo, if active=true"
            },
            "active": {
              "type": "boolean"
            },
            "status": {
              "type": "string",
              "description": "If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.",
              "knownValues": [
                "takendown",
                "suspended",
                "deleted",
                "deactivated",
                "desynchronized",
                "throttled"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did",
            "description": "The DID of the repo."
          }
        }
      },
      "description": "Get the hosting status for a repository, on this server."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.nstar.epds.repo.getStatus

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:nstar.social
CID
bafyreicx53d7p5hc2y4mzlsdgte64zfsdgbzase4qw2wm3xjh5eayjcexa
Indexed At
2026-04-02 17:11 UTC
AT-URI
at://did:web:nstar.social/com.atproto.lexicon.schema/social.nstar.epds.repo.getStatus

Version History (2 versions)

Lexicon Garden

@