app.thesocialwire.operations.dryRunBackfill

samclemente.me

{
  "id": "app.thesocialwire.operations.dryRunBackfill",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "sourceMode",
            "collections",
            "batchSize",
            "rateLimit",
            "maxConcurrency"
          ],
          "properties": {
            "gapId": {
              "type": "string",
              "maxLength": 256
            },
            "batchSize": {
              "type": "integer",
              "minimum": 1
            },
            "endCursor": {
              "type": "integer",
              "minimum": 0
            },
            "rateLimit": {
              "type": "integer",
              "minimum": 1
            },
            "authorDids": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "did"
              },
              "maxLength": 1000
            },
            "sourceMode": {
              "type": "string",
              "maxLength": 64
            },
            "collections": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 512
              },
              "maxLength": 1000
            },
            "startCursor": {
              "type": "integer",
              "minimum": 0
            },
            "maxConcurrency": {
              "type": "integer",
              "minimum": 1
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        },
        {
          "name": "Forbidden"
        },
        {
          "name": "Conflict"
        },
        {
          "name": "Unavailable"
        }
      ],
      "output": {
        "schema": {
          "ref": "app.thesocialwire.defs#jsonObject",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "The Social Wire operator procedure dryRunBackfill."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.thesocialwire.operations.dryRunBackfill

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreihhss2ft6s7dsxjzmqr32mohzlok7bjulzr7aepmay3zy6ybtei6e
Indexed At
2026-08-15 17:31 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/app.thesocialwire.operations.dryRunBackfill

Referenced Schemas (1)

Lexicon Garden

@