dev.cartridge.claims.getMigrationStatus

cartridge.dev

{
  "id": "dev.cartridge.claims.getMigrationStatus",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "jobId",
            "status"
          ],
          "properties": {
            "error": {
              "type": "string",
              "maxLength": 256
            },
            "jobId": {
              "type": "string",
              "maxLength": 128
            },
            "status": {
              "type": "string",
              "maxLength": 64,
              "knownValues": [
                "pending",
                "running",
                "completed",
                "failed",
                "paused",
                "cancelled"
              ]
            },
            "results": {
              "type": "array",
              "items": {
                "ref": "#migrationResult",
                "type": "ref"
              }
            },
            "progress": {
              "ref": "#progressView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "jobId"
        ],
        "properties": {
          "jobId": {
            "type": "string",
            "maxLength": 128
          }
        }
      },
      "description": "Get the status of a migration background job."
    },
    "progressView": {
      "type": "object",
      "properties": {
        "total": {
          "type": "integer"
        },
        "processed": {
          "type": "integer"
        },
        "orgProfileDone": {
          "type": "boolean"
        }
      }
    },
    "migrationResult": {
      "type": "object",
      "required": [
        "gameUri",
        "status"
      ],
      "properties": {
        "error": {
          "type": "string",
          "maxLength": 256
        },
        "newUri": {
          "type": "string",
          "format": "at-uri"
        },
        "status": {
          "type": "string",
          "maxLength": 64,
          "knownValues": [
            "success",
            "failed",
            "skipped"
          ]
        },
        "gameUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cartridge.claims.getMigrationStatus

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4mrwcmxk266itsdn33leqljq
CID
bafyreic7weovk33f74xgnukch7ccn4mcprimjycyjk3eadbw74p5wrsgle
Indexed At
2026-07-16 19:37 UTC
AT-URI
at://did:plc:4mrwcmxk266itsdn33leqljq/com.atproto.lexicon.schema/dev.cartridge.claims.getMigrationStatus

Lexicon Garden

@