space.highport.policy

lexicons.highport.space

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Optional

When the statement was made, by the clock of the client that made it.

optOut boolean Optional

True, in a record keyed 'self', permanently blocks this identity from every Highport service and every site Highport hosts. Anything else (absent, false, or true under a different key) has no effect, exactly as if the record did not exist.

subject ref com.atproto.repo.strongRef Required

The Highport policy record this statement refers to. An acceptance names a versioned record (the policies hostname plus a TID) and counts only while its cid is current. An opt-out can name any published version and stays honoured after newer ones appear.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject"
    ],
    "properties": {
      "optOut": {
        "type": "boolean",
        "description": "True, in a record keyed 'self', permanently blocks this identity from every Highport service and every site Highport hosts. Anything else (absent, false, or true under a different key) has no effect, exactly as if the record did not exist."
      },
      "subject": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The Highport policy record this statement refers to. An acceptance names a versioned record (the policies hostname plus a TID) and counts only while its cid is current. An opt-out can name any published version and stays honoured after newer ones appear."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the statement was made, by the clock of the client that made it."
      }
    }
  }
}

Lexicon Garden

@