com.getorbyt.community.checkName

getorbyt.com

{
  "id": "com.getorbyt.community.checkName",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "available"
          ],
          "properties": {
            "name": {
              "type": "string"
            },
            "reason": {
              "type": "string",
              "description": "Why the name is unavailable. Absent when available.",
              "knownValues": [
                "taken",
                "invalid",
                "reserved"
              ]
            },
            "available": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "name"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 63,
            "minLength": 2
          }
        }
      },
      "description": "Whether a lowercase Community name is free. Names are globally unique at the AppView, and a record whose name is taken is rejected at projection time rather than at write time, so clients check before writing."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.getorbyt.community.checkName

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2xrqztnmzlckb3xfuuukupso
CID
bafyreifymk4dxl7metgpqwh6vrcgq627indtp7nxlv2bxzbf6f2f3bdysi
Indexed At
2026-08-28 23:34 UTC
AT-URI
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.checkName

Lexicon Garden

@