ooo.bsky.hidden.gate

bsky.ooo

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "allow",
      "createdAt"
    ],
    "properties": {
      "allow": {
        "type": "array",
        "items": {
          "refs": [
            "#everyoneRule",
            "#authorFollowsRule",
            "#followingAuthorRule",
            "#mutualsRule",
            "#listRule",
            "#actorRule",
            "#pdsRule",
            "#customRule"
          ],
          "type": "union"
        },
        "maxLength": 5
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}
actorRule object

No description available.

Properties

actor string at-identifier Required

Either a DID or an AT Protocol handle.

View raw schema
{
  "type": "object",
  "required": [
    "actor"
  ],
  "properties": {
    "actor": {
      "type": "string",
      "format": "at-identifier"
    }
  }
}
authorFollowsRule object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object"
}
customRule object

No description available.

Properties

rule unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "rule"
  ],
  "properties": {
    "rule": {
      "type": "unknown"
    }
  }
}
everyoneRule object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object"
}
followingAuthorRule object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object"
}
listRule object

No description available.

Properties

list string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "list"
  ],
  "properties": {
    "list": {
      "type": "string",
      "format": "at-uri"
    }
  }
}
mutualsRule object

No description available.

This object has no properties defined.

View raw schema
{
  "type": "object"
}
pdsRule object

No description available.

Properties

pds string uri Required

A valid URI.

View raw schema
{
  "type": "object",
  "required": [
    "pds"
  ],
  "properties": {
    "pds": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@