how.atprotocol.profile

atprotocol.how

Documentation

main record

No description available.

Record Key self

Properties

createdAt string timestamp Required

No description available.

policies string Required

No description available.

View raw schema
{
  "key": "self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt",
      "policies"
    ],
    "properties": {
      "policies": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "timestamp"
      },
      "signatures": {
        "type": "array",
        "items": {
          "refs": [
            "com.atproto.repo.strongRef",
            "how.atprotocol.profileSignature"
          ],
          "type": "union"
        }
      }
    }
  }
}

Lexicon Garden

@