io.atcr.sailor.profile

lexicon.store View official

Documentation

User profile for ATCR registry. Stores preferences like default hold for blob storage.

main record

User profile for ATCR registry. Stores preferences like default hold for blob storage.

Record Key literal:self Fixed literal value

Properties

autoRemoveUntagged boolean Optional

Automatically delete manifest records that become untagged after a tag overwrite. Layers are cleaned up by hold garbage collection.

createdAt string datetime Required

Profile creation timestamp

defaultHold string did Optional

Default hold DID for blob storage. If null, user has opted out of defaults.

updatedAt string datetime Optional

Profile last updated timestamp

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Profile creation timestamp"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Profile last updated timestamp"
      },
      "defaultHold": {
        "type": "string",
        "format": "did",
        "description": "Default hold DID for blob storage. If null, user has opted out of defaults."
      },
      "autoRemoveUntagged": {
        "type": "boolean",
        "description": "Automatically delete manifest records that become untagged after a tag overwrite. Layers are cleaned up by hold garbage collection."
      }
    }
  },
  "description": "User profile for ATCR registry. Stores preferences like default hold for blob storage."
}

Lexicon Garden

@