ooo.bsky.hidden.gate

bsky.ooo

{
  "id": "ooo.bsky.hidden.gate",
  "defs": {
    "main": {
      "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"
          }
        }
      }
    },
    "pdsRule": {
      "type": "object",
      "required": [
        "pds"
      ],
      "properties": {
        "pds": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "listRule": {
      "type": "object",
      "required": [
        "list"
      ],
      "properties": {
        "list": {
          "type": "string",
          "format": "at-uri"
        }
      }
    },
    "actorRule": {
      "type": "object",
      "required": [
        "actor"
      ],
      "properties": {
        "actor": {
          "type": "string",
          "format": "at-identifier"
        }
      }
    },
    "customRule": {
      "type": "object",
      "required": [
        "rule"
      ],
      "properties": {
        "rule": {
          "type": "unknown"
        }
      }
    },
    "mutualsRule": {
      "type": "object"
    },
    "everyoneRule": {
      "type": "object"
    },
    "authorFollowsRule": {
      "type": "object"
    },
    "followingAuthorRule": {
      "type": "object"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against ooo.bsky.hidden.gate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:bsky.ooo
CID
bafyreiag7iuta5kfct5uyn53egxdbilbxikh5gmwxxr4edibbv3bmwgtxu
Indexed At
2026-04-04 00:36 UTC
AT-URI
at://did:web:bsky.ooo/com.atproto.lexicon.schema/ooo.bsky.hidden.gate

Lexicon Garden

@