io.atcr.sailor.profile

atcr.io

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

createdAt string datetime Required

Profile creation timestamp

defaultHold string uri Optional

Default hold endpoint 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": "uri",
        "description": "Default hold endpoint for blob storage. If null, user has opted out of defaults."
      }
    }
  },
  "description": "User profile for ATCR registry. Stores preferences like default hold for blob storage."
}

Lexicon Garden

@