app.didpic.admin.stats

lexicons.didpic.app

{
  "id": "app.didpic.admin.stats",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "service",
            "env",
            "cursors",
            "actors",
            "resync",
            "scan",
            "push",
            "moderation"
          ],
          "properties": {
            "env": {
              "type": "string"
            },
            "push": {
              "ref": "#queueStats",
              "type": "ref"
            },
            "scan": {
              "ref": "#queueStats",
              "type": "ref"
            },
            "actors": {
              "type": "integer",
              "minimum": 0
            },
            "resync": {
              "ref": "#queueStats",
              "type": "ref"
            },
            "cursors": {
              "type": "array",
              "items": {
                "ref": "#cursorState",
                "type": "ref"
              }
            },
            "service": {
              "type": "string"
            },
            "moderation": {
              "type": "object",
              "required": [
                "openReports",
                "openAppeals"
              ],
              "properties": {
                "openAppeals": {
                  "type": "integer",
                  "minimum": 0
                },
                "openReports": {
                  "type": "integer",
                  "minimum": 0
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "System status snapshot."
    },
    "queueStats": {
      "type": "object",
      "required": [
        "pending",
        "inProgress",
        "failed"
      ],
      "properties": {
        "failed": {
          "type": "integer",
          "minimum": 0
        },
        "pending": {
          "type": "integer",
          "minimum": 0
        },
        "inProgress": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "cursorState": {
      "type": "object",
      "required": [
        "sourceId",
        "value",
        "updatedAt",
        "ageSeconds"
      ],
      "properties": {
        "value": {
          "type": "string"
        },
        "sourceId": {
          "type": "string"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "ageSeconds": {
          "type": "integer",
          "minimum": 0
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.admin.stats

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreiajj7zkutklplcnqeyb2kolaqvynwxevcdyn3nxqq3pg5ece2e4qu
Indexed At
2026-06-06 04:10 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.admin.stats

Version History (2 versions)

Lexicon Garden

@