Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.video.defs

bsky-lexicons.bsky.social

{
  "id": "app.bsky.video.defs",
  "defs": {
    "jobStatus": {
      "type": "object",
      "required": [
        "jobId",
        "did",
        "state"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "blob": {
          "type": "blob"
        },
        "error": {
          "type": "string"
        },
        "jobId": {
          "type": "string"
        },
        "state": {
          "type": "string",
          "description": "The state of the video processing job. All values not listed as a known value indicate that the job is in process.",
          "knownValues": [
            "JOB_STATE_COMPLETED",
            "JOB_STATE_FAILED"
          ]
        },
        "message": {
          "type": "string"
        },
        "progress": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Progress within the current processing state."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.bsky.video.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreifgpicywqtgxj3afrw3fsadrr3qeykesmu52we3arwp5sps2blgpm
Indexed At
2026-01-04 19:38 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.video.defs

Lexicon Garden

@