at.marque.team

marque.at

Documentation

Record representing the team for one domain. The record key is the domain name, created lazily with the first accepted membership.

main record

Record representing the team for one domain. The record key is the domain name, created lazily with the first accepted membership.

Record Key any Any valid record key

Properties

createdAt string datetime Required

When the team record was created.

domain string Required

Fully qualified domain name this team applies to, e.g. example.com.

maxLength: 253 bytes
updatedAt string datetime Required

When the team record was last updated.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "domain",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "domain": {
        "type": "string",
        "maxLength": 253,
        "description": "Fully qualified domain name this team applies to, e.g. example.com."
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "Strong reference to the owner's at.marque.domain record."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the team record was created."
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the team record was last updated."
      }
    }
  },
  "description": "Record representing the team for one domain. The record key is the domain name, created lazily with the first accepted membership."
}

Lexicon Garden

@