app.thesocialwire.operations.createBackfill

samclemente.me

{
  "id": "app.thesocialwire.operations.createBackfill",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "dryRun",
            "expectedEstimate",
            "idempotencyKey",
            "requestFingerprint"
          ],
          "properties": {
            "dryRun": {
              "ref": "#backfillDryRun",
              "type": "ref"
            },
            "auditNote": {
              "type": "string",
              "maxLength": 2000
            },
            "idempotencyKey": {
              "type": "string",
              "maxLength": 128,
              "minLength": 1
            },
            "expectedEstimate": {
              "type": "integer",
              "minimum": 0
            },
            "expectedGapVersion": {
              "type": "integer",
              "minimum": 0
            },
            "requestFingerprint": {
              "type": "string",
              "maxLength": 256
            },
            "environmentConfirmation": {
              "type": "string",
              "maxLength": 32
            }
          }
        },
        "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 createBackfill."
    },
    "backfillDryRun": {
      "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
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.thesocialwire.operations.createBackfill

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

Metadata

DID
did:plc:qy5pluw2bsuq2x6albsgkvx3
CID
bafyreibgkla37twvr2mamw7cqiblj3yivw2ax4asnfuw62rfshpzgvhwn4
Indexed At
2026-08-15 06:34 UTC
AT-URI
at://did:plc:qy5pluw2bsuq2x6albsgkvx3/com.atproto.lexicon.schema/app.thesocialwire.operations.createBackfill

Referenced Schemas (1)

Lexicon Garden

@