cloud.substratum.passport.receipt

official.fileorbit.cloud

{
  "id": "cloud.substratum.passport.receipt",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "version",
        "assetCid",
        "ownerDid",
        "timestamp"
      ],
      "properties": {
        "version": {
          "type": "string",
          "description": "Schema version (e.g., '1.0.0')"
        },
        "assetCid": {
          "type": "string",
          "description": "The IPFS Content Identifier of the underlying asset"
        },
        "metadata": {
          "ref": "cloud.substratum.passport.assetMetadata#main",
          "type": "ref"
        },
        "ownerDid": {
          "type": "string",
          "format": "did",
          "description": "The DID of the user who owns the asset"
        },
        "timestamp": {
          "type": "string",
          "format": "datetime",
          "description": "ISO 8601 timestamp of the upload"
        },
        "access_control": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "did"
          },
          "description": "List of DIDs authorized to access this asset."
        }
      },
      "description": "Cryptographic binding between an asset CID and its owner/Access Control."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against cloud.substratum.passport.receipt

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

Metadata

DID
did:plc:s6kq5tsir7nbyrciloncz5b3
CID
bafyreihr6xnudydns6uyvbireiygmy3jxqgai3a34ixclkakfssb5yrkf4
Indexed At
2026-08-03 15:55 UTC
AT-URI
at://did:plc:s6kq5tsir7nbyrciloncz5b3/com.atproto.lexicon.schema/cloud.substratum.passport.receipt

Referenced Schemas (1)

Lexicon Garden

@