so.sprk.video.defs

sprk.so

{
  "id": "so.sprk.video.defs",
  "defs": {
    "jobStatus": {
      "type": "object",
      "required": [
        "jobId",
        "did",
        "state"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "blob": {
          "type": "blob"
        },
        "audio": {
          "ref": "so.sprk.video.defs#extractedAudio",
          "type": "ref"
        },
        "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",
            "JOB_STATE_QUEUED",
            "JOB_STATE_PROCESSING"
          ]
        },
        "message": {
          "type": "string"
        },
        "progress": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Progress within the current processing state."
        }
      }
    },
    "extractedAudio": {
      "type": "object",
      "required": [
        "blob"
      ],
      "properties": {
        "blob": {
          "type": "blob"
        },
        "details": {
          "ref": "so.sprk.sound.defs#audioDetails",
          "type": "ref"
        }
      },
      "description": "Audio extracted from the uploaded video for client-side record creation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against so.sprk.video.defs

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

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreianjt5nouxm5iuwks3l3b6wvwqhz3mr2skumbklfjbiwywi7btk2a
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.video.defs

Referenced Schemas (1)

Lexicon Garden

@