org.consentvid.video

ekazakos.bsky.social

{
  "id": "org.consentvid.video",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "contentHash",
          "storageRef",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 64
            },
            "maxLength": 32
          },
          "title": {
            "type": "string",
            "maxLength": 300
          },
          "width": {
            "type": "integer"
          },
          "height": {
            "type": "integer"
          },
          "language": {
            "type": "string",
            "description": "BCP-47 language tag for primary audio if any."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "durationMs": {
            "type": "integer",
            "description": "Duration in milliseconds. ATproto records have no float type."
          },
          "storageRef": {
            "ref": "#storageRef",
            "type": "ref"
          },
          "contentHash": {
            "type": "string",
            "maxLength": 80,
            "description": "SHA-256 of the video bytes, hex-encoded with 'sha256-' prefix."
          },
          "description": {
            "type": "string",
            "maxLength": 3000
          }
        }
      },
      "description": "A video registered for inclusion in a consent-first dataset. Storage of the bytes is decoupled: this record only commits to a content hash and a pointer."
    },
    "storageRef": {
      "type": "object",
      "required": [
        "kind",
        "value"
      ],
      "properties": {
        "kind": {
          "type": "string",
          "knownValues": [
            "url",
            "local",
            "ipfs",
            "r2",
            "peertube"
          ]
        },
        "value": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.consentvid.video

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:u73ld57pmwsta45y45uitdfi
CID
bafyreia75sck6f33psg2zkvde626tvy4f76srjlngm7elw77zxcuu5mgyi
Indexed At
2026-07-19 16:26 UTC
AT-URI
at://did:plc:u73ld57pmwsta45y45uitdfi/com.atproto.lexicon.schema/org.consentvid.video

Lexicon Garden

@