io.atcr.hold.captain

atcr.io

{
  "id": "io.atcr.hold.captain",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "owner",
          "public",
          "allowAllCrew",
          "enableBlueskyPosts",
          "deployedAt"
        ],
        "properties": {
          "owner": {
            "type": "string",
            "format": "did",
            "description": "DID of the hold owner"
          },
          "public": {
            "type": "boolean",
            "description": "Whether this hold allows public blob reads (pulls) without authentication"
          },
          "region": {
            "type": "string",
            "maxLength": 64,
            "description": "S3 region where blobs are stored"
          },
          "provider": {
            "type": "string",
            "maxLength": 64,
            "description": "Deployment provider (e.g., fly.io, aws, etc.)"
          },
          "deployedAt": {
            "type": "string",
            "format": "datetime",
            "description": "RFC3339 timestamp of when the hold was deployed"
          },
          "allowAllCrew": {
            "type": "boolean",
            "description": "Allow any authenticated user to register as crew"
          },
          "enableBlueskyPosts": {
            "type": "boolean",
            "description": "Enable Bluesky posts when manifests are pushed"
          }
        }
      },
      "description": "Represents the hold's ownership and metadata. Stored as a singleton record at rkey 'self' in the hold's embedded PDS."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.captain

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreibg3cq5gxh7me5mvbzjautjfrtmcee2j5sev5rglwku2wnyblariq
Indexed At
2026-02-13 13:55 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.captain

Lexicon Garden

@